summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-21 17:33:28 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-21 17:33:28 +1000
commit61b21f389f90c2d6c7ed9cd1b206b6a31ae93d86 (patch)
treeee4808009110c6e85540b4b6d0f0b947b3f80d25 /shell.qml
parentutilities: add toasts (diff)
downloadcaelestia-shell-61b21f389f90c2d6c7ed9cd1b206b6a31ae93d86.tar.gz
caelestia-shell-61b21f389f90c2d6c7ed9cd1b206b6a31ae93d86.tar.bz2
caelestia-shell-61b21f389f90c2d6c7ed9cd1b206b6a31ae93d86.zip
feat: add battery warnings
Closes #73 Closes #117
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
}