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
+20
View File
@@ -0,0 +1,20 @@
{ writeShellApplication
, coreutils
, eww
, gnugrep
, gnused
, hyprland
, jq
, procps
, systemd
, util-linux
}:
# Lifecycle manager for the eww daemon and the bar window. Used by
# eww.service (ExecStartPre/Post, ExecReload), eww-watchdog.timer, the kanshi
# profiles and the user (`eww-bar status`, `eww-bar reset`).
writeShellApplication {
name = "eww-bar";
runtimeInputs = [ coreutils eww gnugrep gnused hyprland jq procps systemd util-linux ];
text = builtins.readFile ./eww-bar.sh;
}