Update .config/polybar/colorblocks/launch.sh
This commit is contained in:
parent
629c54fc92
commit
2bb2abf230
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ sleep 10
|
|||
# Launch the bar
|
||||
if type "xrandr"; then
|
||||
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
|
||||
"$m" >>~/.scratch
|
||||
"$m" >>"$HOME/.scratch"
|
||||
MONITOR=$m polybar -q main -c "$DIR"/config.ini &
|
||||
done
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue