fix(desktop): polybar on iris

This commit is contained in:
Pavel Korytov 2023-09-20 12:06:40 +03:00
parent 9199532265
commit e69479bb9c
2 changed files with 2 additions and 2 deletions

View file

@ -2175,7 +2175,7 @@ elif [ "$hostname" = "eminence" ]; then
else
TRAY_MONITOR="eDP"
fi
elif [ "$hostname" = "iris"]; then
elif [ "$hostname" = "iris" ]; then
TRAY_MONITOR="HDMI-1"
else
TRAY_MONITOR="HDMI-A-0"

View file

@ -10,7 +10,7 @@ elif [ "$hostname" = "eminence" ]; then
else
TRAY_MONITOR="eDP"
fi
elif [ "$hostname" = "iris"]; then
elif [ "$hostname" = "iris" ]; then
TRAY_MONITOR="HDMI-1"
else
TRAY_MONITOR="HDMI-A-0"