diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-25 20:52:15 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-25 20:52:15 +1000 |
| commit | d7d4d86da2952e44642c65502aaaefaa69c6d948 (patch) | |
| tree | 28ae984386060dcf81394932fe365c63de4793c5 /config/LockConfig.qml | |
| parent | internal: move notif icon guessing to utils (diff) | |
| download | caelestia-shell-d7d4d86da2952e44642c65502aaaefaa69c6d948.tar.gz caelestia-shell-d7d4d86da2952e44642c65502aaaefaa69c6d948.tar.bz2 caelestia-shell-d7d4d86da2952e44642c65502aaaefaa69c6d948.zip | |
lock: add notifs and status
Diffstat (limited to 'config/LockConfig.qml')
| -rw-r--r-- | config/LockConfig.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/LockConfig.qml b/config/LockConfig.qml index dcb7d70..5745dee 100644 --- a/config/LockConfig.qml +++ b/config/LockConfig.qml @@ -1,6 +1,8 @@ import Quickshell.Io JsonObject { + property int maxNotifs: 5 + property JsonObject sizes: JsonObject { property int border: 100 property int clockWidth: 800 |