fixed issues with polybar and i3 config

This commit is contained in:
2024-06-24 17:49:33 +10:00
parent 9d15742c52
commit 974d697b0d
3 changed files with 7 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
if type "xrand"; then
if type "xrandr"; then
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
MONITOR=$m polybar --reload toph &
MONITOR=$m polybar --reload haelnorr &
done
else
polybar --reload toph &
polybar --reload haelnorr &
fi