Update .config/polybar/colorblocks/launch.sh

This commit is contained in:
punkfairie 2024-08-04 15:24:23 -07:00
parent 2bb2abf230
commit 57103d4f4f
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -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" >>"$HOME/.scratch"
echo "$m" >>"$HOME/.scratch"
MONITOR=$m polybar -q main -c "$DIR"/config.ini &
done
else