Add transparency + Blur

This commit is contained in:
2026-07-03 02:34:29 -04:00
parent 5327a22a63
commit f5abfe5bc6
5 changed files with 323 additions and 2 deletions
+24
View File
@@ -75,6 +75,30 @@ effects = {
only_floating = false,
shadow_clip = true,
},
transparency = {
enabled = true,
opacity_fullscreen = 1.0,
opacity_focused = 0.98,
opacity_unfocused = 0.96,
nogaps_transparent = true,
only_floating = false,
fullscreen_transparent = false,
blur = {
enabled = true,
radius = 15,
passes = 3,
noise = 0.05,
nogaps_blur = true,
only_floating = false,
fullscreen_blur = false,
blur_always = true,
},
},
},
}