Update .config/polybar/colorblocks/launch.sh
This commit is contained in:
parent
2bb2abf230
commit
57103d4f4f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ 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
|
||||||
"$m" >>"$HOME/.scratch"
|
echo "$m" >>"$HOME/.scratch"
|
||||||
MONITOR=$m polybar -q main -c "$DIR"/config.ini &
|
MONITOR=$m polybar -q main -c "$DIR"/config.ini &
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue