summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-21 17:34:55 +1000
committerGitHub <noreply@github.com>2025-09-21 17:34:55 +1000
commit37b61cb0d923bc8ab988a0ba4174cd55de458bdc (patch)
treeee4808009110c6e85540b4b6d0f0b947b3f80d25 /shell.qml
parentsidebar/notifs: add link support (diff)
parentfeat: add battery warnings (diff)
downloadcaelestia-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 'shell.qml')
-rw-r--r--shell.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.qml b/shell.qml
index a56caae..3ce7776 100644
--- a/shell.qml
+++ b/shell.qml
@@ -18,6 +18,7 @@ ShellRoot {
}
Shortcuts {}
+ BatteryMonitor {}
IdleMonitors {
lock: lock
}