[eww] Creates vertical status bar for vega
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"/features/development/haskell.nix"
|
||||
"/features/linux-desktop.nix"
|
||||
"/features/notes.nix"
|
||||
"/features/eww"
|
||||
];
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
@@ -24,4 +25,10 @@
|
||||
obsidian
|
||||
firefox
|
||||
];
|
||||
|
||||
# Set up eww here because it's based on the monitor configuration
|
||||
# Eww is idempotent, so it's fine to just run it on every reload to make sure things are open
|
||||
wayland.windowManager.hyprland.settings.execr-once = [
|
||||
"eww daemon && eww open-many vertical-statusbar"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user