quickshell: move OSD into its own overlay window

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-08-16 13:43:29 +01:00
parent 52599fd24d
commit d1c92394e5
2 changed files with 133 additions and 110 deletions

View file

@ -261,6 +261,7 @@ in
-- Layer rules: blur behind bar and toasts
hl.layer_rule({ match = { namespace = "quickshell-bar" }, blur = true, ignore_alpha = 0.3 })
hl.layer_rule({ match = { namespace = "quickshell-osd" }, blur = true, ignore_alpha = 0.3 })
-- Startup
hl.on("hyprland.start", function()