Fix swaync fullscreen background by raising CSS priority to user level
Update PKGBUILD version / update-pkgver (push) Successful in 3s
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:
@@ -5,7 +5,7 @@
|
||||
"positionY": "top",
|
||||
"layer": "overlay",
|
||||
"control-center-layer": "top",
|
||||
"cssPriority": "application",
|
||||
"cssPriority": "user",
|
||||
|
||||
"notification-window-width": 300,
|
||||
"notification-icon-size": 64,
|
||||
|
||||
Reference in New Issue
Block a user