Update .config/packages/archgirlie

Update .config/polybar/colorblocks/launch.sh
This commit is contained in:
punkfairie 2024-08-04 15:21:39 -07:00
parent 7b331192b4
commit 629c54fc92
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,3 @@
 -> Avoid running yay as root/sudo.
aic94xx-firmware
alsa-utils
arandr

View file

@ -15,6 +15,7 @@ sleep 10
# Launch the bar
if type "xrandr"; then
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
"$m" >>~/.scratch
MONITOR=$m polybar -q main -c "$DIR"/config.ini &
done
else