Fix swaync fullscreen background by raising CSS priority to user level
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 3s
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 3s
libadwaita overrides application-level CSS, causing a visible background behind the control center overlay. Setting cssPriority to "user" ensures custom styles take precedence.
This commit is contained in:
parent
047ff53091
commit
52a49bfcc3
@ -5,7 +5,7 @@
|
||||
"positionY": "top",
|
||||
"layer": "overlay",
|
||||
"control-center-layer": "top",
|
||||
"cssPriority": "application",
|
||||
"cssPriority": "user",
|
||||
|
||||
"notification-window-width": 300,
|
||||
"notification-icon-size": 64,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user