diff --git a/Desktop.org b/Desktop.org index a07e670..51f4750 100644 --- a/Desktop.org +++ b/Desktop.org @@ -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" diff --git a/bin/polybar.sh b/bin/polybar.sh index 63073ea..0c055e3 100755 --- a/bin/polybar.sh +++ b/bin/polybar.sh @@ -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"