Update polybar configuration

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-01-04 16:07:35 +01:00
parent 58c347eecf
commit 01a6423ffc
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 12 additions and 21 deletions

View file

@ -31,8 +31,10 @@ MONITORS=(
"eDP-1-1"
"HDMI1"
"HDMI-1-1"
"HDMI-1-2"
"DVI-I-1-1"
"DVI-I-2-1"
"HDMI2"
)
for monitor in "${MONITORS[@]}"; do
@ -41,4 +43,4 @@ for monitor in "${MONITORS[@]}"; do
polybar top &
polybar bottom &
fi
done
done