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