[eww] Creates vertical status bar for vega

This commit is contained in:
2025-03-28 11:40:06 -07:00
parent f3986a8773
commit 5146ed97eb
7 changed files with 111 additions and 45 deletions

View File

@@ -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"
];
}