lock screen: blur effect, better anims

This commit is contained in:
end-4
2025-09-14 22:53:55 +02:00
parent f21dd041ae
commit ed19b7b635
3 changed files with 83 additions and 31 deletions
@@ -135,6 +135,13 @@ Singleton {
property real workspaceZoom: 1.07 // Relative to your screen, not wallpaper size
property bool enableSidebar: true
}
property JsonObject blur: JsonObject {
property bool enable: true
property int radius: 100
property bool centerClock: true
property bool showLockedText: true
property real extraZoom: 1.1
}
property string quote: ""
property bool hideWhenFullscreen: true
}