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
3161af4a1d
commit
facc2381f1
@ -3,9 +3,6 @@
|
|||||||
# Terminate already running bar instances
|
# Terminate already running bar instances
|
||||||
killall -q polybar
|
killall -q polybar
|
||||||
|
|
||||||
# Wait until the processes have been shut down
|
|
||||||
# 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
|
for i in $(polybar -m | awk -F: '{print $1}'); do MONITOR=$i polybar main & done
|
||||||
|
|
||||||
echo "Bars launched..."
|
echo "Bars launched..."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user