[nix] Update rebuild alias. [eww] fix vertical-statusbar geometry
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
];
|
||||
|
||||
home.shellAliases = {
|
||||
rebuild = "sudo nixos-rebuild switch --flake . --show-trace --print-build-logs --verbose";
|
||||
# This assumes that the repository is in ~/system-config
|
||||
rebuild = "sudo nixos-rebuild switch --flake ~/system-config --show-trace --print-build-logs --verbose";
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -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