summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-25 20:52:15 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-25 20:52:15 +1000
commitd7d4d86da2952e44642c65502aaaefaa69c6d948 (patch)
tree28ae984386060dcf81394932fe365c63de4793c5 /config
parentinternal: move notif icon guessing to utils (diff)
downloadcaelestia-shell-d7d4d86da2952e44642c65502aaaefaa69c6d948.tar.gz
caelestia-shell-d7d4d86da2952e44642c65502aaaefaa69c6d948.tar.bz2
caelestia-shell-d7d4d86da2952e44642c65502aaaefaa69c6d948.zip
lock: add notifs and status
Diffstat (limited to 'config')
-rw-r--r--config/LockConfig.qml2
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