improve eww

This commit is contained in:
2026-09-10 19:54:50 +02:00
parent e551d36e1c
commit 7bb27f9373
46 changed files with 1296 additions and 1092 deletions
+2 -5
View File
@@ -24,11 +24,8 @@
startupScript = pkgs.writeShellScriptBin "hyprland-start" ''
# Wait for the managed daemon rather than letting `eww open` spawn its own:
# at login the socket may not be bound yet, and a self-spawned client daemon
# would orphan the service's one, leaving unclosable windows behind.
(${pkgs.custom.eww-ensure-daemon}/bin/eww-ensure-daemon \
&& ${pkgs.eww}/bin/eww open bar --screen 0) &
# The eww bar is not started here: eww.service opens it with the
# graphical session and kanshi places it per profile (see apps/eww).
${pkgs.awww}/bin/awww-daemon &
${pkgs.awww}/bin/awww restore &