fix(bin): fix path to bar
icyphox icyph0x@protonmail.com
Wed, 14 Feb 2018 20:25:35 +0530
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
bin/bar.sh
→
bin/bar.sh
@@ -1,6 +1,6 @@
#!/bin/bash killall -q polybar -while pgrep -x polybar >/dev/null; do sleep 1; done +while pgrep -x polybar > /dev/null; do sleep 1; done -polybar --config=/home/icyphox/.config/polybar/xfwm_bar top +polybar --config=/home/icyphox/.config/polybar/bar top