diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-21 17:34:55 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-21 17:34:55 +1000 |
| commit | 37b61cb0d923bc8ab988a0ba4174cd55de458bdc (patch) | |
| tree | ee4808009110c6e85540b4b6d0f0b947b3f80d25 /config/UtilitiesConfig.qml | |
| parent | sidebar/notifs: add link support (diff) | |
| parent | feat: add battery warnings (diff) | |
| download | caelestia-shell-37b61cb0d923bc8ab988a0ba4174cd55de458bdc.tar.gz caelestia-shell-37b61cb0d923bc8ab988a0ba4174cd55de458bdc.tar.bz2 caelestia-shell-37b61cb0d923bc8ab988a0ba4174cd55de458bdc.zip | |
Merge pull request #662 from caelestia-dots/toasts
utilities: add toasts & battery warnings
Diffstat (limited to 'config/UtilitiesConfig.qml')
| -rw-r--r-- | config/UtilitiesConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/UtilitiesConfig.qml b/config/UtilitiesConfig.qml index 13d436b..d9d4ed5 100644 --- a/config/UtilitiesConfig.qml +++ b/config/UtilitiesConfig.qml @@ -2,6 +2,7 @@ import Quickshell.Io JsonObject { property bool enabled: true + property int maxToasts: 4 property Sizes sizes: Sizes {} |