mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Update launch_polybar
This commit is contained in:
parent
f5434cf499
commit
3161af4a1d
@ -4,7 +4,7 @@
|
||||
killall -q polybar
|
||||
|
||||
# Wait until the processes have been shut down
|
||||
while pgrep -x polybar >/dev/null; do sleep 1; done
|
||||
# while pgrep -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
for i in $(polybar -m | awk -F: '{print $1}'); do MONITOR=$i polybar main & done
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user