[nix] Update rebuild alias. [eww] fix vertical-statusbar geometry
This commit is contained in:
@@ -30,12 +30,15 @@
|
||||
|
||||
(defwindow vertical-statusbar
|
||||
:monitor '[ "<primary>", "LG ULTRAWIDE", "HDMI-A-1" ]'
|
||||
;; Note that this geometry is crucial for setting the reserved space
|
||||
;; properly. Changing the geometry may cause eww to no longer give the proper
|
||||
;; reserved-space hints.
|
||||
:geometry (geometry
|
||||
:x "0px"
|
||||
:y "0px"
|
||||
:x "0%"
|
||||
:y "0%"
|
||||
:width "60px"
|
||||
:height "1440px"
|
||||
:anchor "top left"
|
||||
:height "100%"
|
||||
:anchor "center left"
|
||||
)
|
||||
:stacking "fg"
|
||||
:exclusive true
|
||||
|
||||
Reference in New Issue
Block a user