eww: Use new syntax for monitor parameter

This commit is contained in:
Erwin Boskma 2024-06-12 16:59:28 +02:00
parent 5376c91f35
commit ef94281d67
Signed by: erwin
SSH key fingerprint: SHA256:OCinH/khuGY1LA9RG8YLM8GNH6C1DDXBdy3SNE+I5Hw

View file

@ -252,7 +252,7 @@
:height "32px" :height "32px"
:anchor "top center") :anchor "top center")
:stacking "fg" :stacking "fg"
:monitor 0 :monitor "DP-2"
:reserve (struts :distance "47px" :reserve (struts :distance "47px"
:side "top") :side "top")
:wm-ignore false :wm-ignore false
@ -268,7 +268,7 @@
:height "32px" :height "32px"
:anchor "top center") :anchor "top center")
:stacking "fg" :stacking "fg"
:monitor 0 :monitor '["<primary>", "DP-1", "PLG2888UH", 0]'
:exclusive true :exclusive true
:hexpand false :hexpand false
:vexpand false :vexpand false