Update .config/polybar/colorblocks/launch.sh
This commit is contained in:
parent
cf917a845b
commit
69a1728194
1 changed files with 1 additions and 7 deletions
|
@ -11,10 +11,4 @@ killall -q polybar
|
||||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||||
|
|
||||||
# Launch the bar
|
# Launch the bar
|
||||||
if type "xrandr"; then
|
|
||||||
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
|
|
||||||
MONITOR=$m polybar -q main -c "$DIR"/config.ini &
|
|
||||||
done
|
|
||||||
else
|
|
||||||
polybar -q main -c "$DIR"/config.ini &
|
polybar -q main -c "$DIR"/config.ini &
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in a new issue