[nix] Update rebuild alias. [eww] fix vertical-statusbar geometry

This commit is contained in:
2025-03-31 13:21:59 -07:00
parent 8f5b01498e
commit 458ad191bf
2 changed files with 9 additions and 5 deletions

View File

@@ -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