[nix] Update rebuild alias. [eww] fix vertical-statusbar geometry
This commit is contained in:
@@ -9,7 +9,8 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
home.shellAliases = {
|
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
|
(defwindow vertical-statusbar
|
||||||
:monitor '[ "<primary>", "LG ULTRAWIDE", "HDMI-A-1" ]'
|
: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
|
:geometry (geometry
|
||||||
:x "0px"
|
:x "0%"
|
||||||
:y "0px"
|
:y "0%"
|
||||||
:width "60px"
|
:width "60px"
|
||||||
:height "1440px"
|
:height "100%"
|
||||||
:anchor "top left"
|
:anchor "center left"
|
||||||
)
|
)
|
||||||
:stacking "fg"
|
:stacking "fg"
|
||||||
:exclusive true
|
:exclusive true
|
||||||
|
|||||||
Reference in New Issue
Block a user