Update .config/packages/archgirlie
Update .config/polybar/colorblocks/launch.sh
This commit is contained in:
parent
7b331192b4
commit
629c54fc92
2 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
[1m[33m -> [0m[0mAvoid running yay as root/sudo.
|
|
||||||
aic94xx-firmware
|
aic94xx-firmware
|
||||||
alsa-utils
|
alsa-utils
|
||||||
arandr
|
arandr
|
||||||
|
|
|
@ -15,6 +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" >>~/.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