fix: elevate CSS priority to override GTK4 user theme (v0.6.4)

Colloid-Catppuccin theme loaded via ~/.config/gtk-4.0/gtk.css at
PRIORITY_USER (800) was overriding moonlock's PRIORITY_APPLICATION (600),
causing avatar to lose its circular border-radius.

- Use STYLE_PROVIDER_PRIORITY_USER for app CSS provider
- Replace border-radius: 50% with 9999px (GTK4 CSS percentage quirk)
This commit is contained in:
2026-03-29 14:24:26 +02:00
parent 77d6994b8f
commit 484e990c68
4 changed files with 4 additions and 4 deletions
Generated
+1 -1
View File
@@ -575,7 +575,7 @@ dependencies = [
[[package]]
name = "moonlock"
version = "0.6.3"
version = "0.6.4"
dependencies = [
"gdk-pixbuf",
"gdk4",