mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
fix(desktop): polybar on iris
This commit is contained in:
parent
9199532265
commit
e69479bb9c
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue