forked from Shinonome/dots-hyprland
lock screen: blur effect, better anims
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user