From 61b21f389f90c2d6c7ed9cd1b206b6a31ae93d86 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 21 Sep 2025 17:33:28 +1000 Subject: feat: add battery warnings Closes #73 Closes #117 --- shell.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'shell.qml') 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 } -- cgit v1.2.3-freya