This commit is contained in:
Marco Thomas
2021-03-22 11:45:17 +01:00
parent 6bd43114dc
commit b90e03fc03
6 changed files with 13 additions and 42 deletions

View File

@@ -3,7 +3,6 @@ while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
if type "xrandr"; then
for mon in $(xrandr --query | grep " connected" | cut -d" " -f1); do
MONITOR=$mon polybar --reload bottom &
if [ $mon = "eDP" ]; then
MONITOR=$mon polybar --reload laptop &
else