Update .config/polybar/colorblocks/launch.sh
This commit is contained in:
parent
c3d1b2e79b
commit
5222aa2c92
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ killall -q polybar
|
|||
# Wait until the processes have been shut down
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
sleep 10
|
||||
|
||||
# Launch the bar
|
||||
if type "xrandr"; then
|
||||
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
|
||||
|
|
Loading…
Reference in a new issue