Compare commits
1 Commits
2fc6acd399
...
3d8e77d2e2
Author | SHA1 | Date | |
---|---|---|---|
|
3d8e77d2e2 |
@@ -1583,7 +1583,7 @@ NUM_MONITORS=0
|
||||
CONNECTED_MONITORS=$(xrandr --query | grep " connected" | cut -d" " -f1)
|
||||
TRAY_POS="right"
|
||||
|
||||
killall -q polybar
|
||||
pkill polybar
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
rm /tmp/polybar.pids
|
||||
|
@@ -5,7 +5,7 @@ NUM_MONITORS=0
|
||||
CONNECTED_MONITORS=$(xrandr --query | grep " connected" | cut -d" " -f1)
|
||||
TRAY_POS="right"
|
||||
|
||||
killall -q polybar
|
||||
pkill polybar
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
rm /tmp/polybar.pids
|
||||
|
Reference in New Issue
Block a user