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
f26582aa1f
commit
5f1c2caed8
@ -7,7 +7,7 @@
|
||||
while pgrep -x polybar >/dev/null; do killall -q polybar; done
|
||||
|
||||
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
|
||||
$m polybar --reload main &
|
||||
MONITOR=$m polybar --reload main &
|
||||
done
|
||||
|
||||
notify-send "Polybar launched"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user