[vega] Removes extra eww daemon

This commit is contained in:
2025-04-28 11:20:58 -07:00
parent 58665f6fcb
commit df2c2aa1ae

View File

@@ -25,8 +25,8 @@
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
# Set up eww here because it's based on the monitor configuration # 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 # Eww is idempotent, so it's fine to just run it on every reload to make sure things are open
exec = [ exec-once = [
"eww daemon && eww open-many vertical-statusbar" "eww open-many vertical-statusbar"
]; ];
# Set up workspaces for this system # Set up workspaces for this system
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules # See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules