From 62c67f69c6668a34d0eb5f206cbf116eab574999 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Thu, 14 Mar 2019 17:12:14 -0700 Subject: [PATCH] Add missing polybar script --- polybar/.polybar.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 polybar/.polybar.sh diff --git a/polybar/.polybar.sh b/polybar/.polybar.sh new file mode 100755 index 0000000..a69c687 --- /dev/null +++ b/polybar/.polybar.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +killall polybar +polybar example &