changed spotify opacity

This commit is contained in:
foxora 2026-03-03 16:28:24 +00:00
parent 5af73cbdd6
commit 86fcbcbfbb

View file

@ -48,3 +48,13 @@ windowrule {
match:fullscreen = false
opacity = 0.97
}
# ---------------------------------------------------------------------------- #
# spotify - blur
windowrule {
name = spotify-blur
match:class = ^(spotify)$
match:initial_class = ^(spotify)$
match:fullscreen = false
opacity = 0.93
}