bar: add delay for autohide

This commit is contained in:
end-4
2025-08-08 20:06:53 +07:00
parent f806e2c22c
commit 9824bb9c63
3 changed files with 25 additions and 3 deletions
@@ -127,7 +127,10 @@ Singleton {
property JsonObject autoHide: JsonObject {
property bool enabled: false
property bool pushWindows: false
property bool showWhenPressingSuper: true
property JsonObject showWhenPressingSuper: JsonObject {
property bool enabled: true
property int delay: 100
}
}
property bool bottom: false // Instead of top
property int cornerStyle: 0 // 0: Hug | 1: Float | 2: Plain rectangle