Add volume indicator

This commit is contained in:
Sem
2026-05-31 20:37:30 +02:00
parent 5be218807c
commit 8dd32e2632
6 changed files with 175 additions and 46 deletions

View File

@@ -0,0 +1,10 @@
-- exec-once = hyprpaper # wallpaper
-- exec-once = cava -p ~/.config/cava/config
hl.on("hyprland.start", function()
hl.exec_cmd("/usr/lib/hyprpolkitagent/hyprpolkitagent")
hl.exec_cmd("/usr/bin/qs &")
hl.exec_cmd("awww-daemon")
hl.exec_cmd("hyprsunset")
hl.exec_cmd("qs -c overview")
end)