add low battery toast, unload if not laptop battery.

This commit is contained in:
2026-05-26 15:57:40 +02:00
parent f475e43c54
commit a2505ee875
5 changed files with 76 additions and 1 deletions
-1
View File
@@ -6,7 +6,6 @@ import Quickshell
Singleton {
property var extraOpts: ({})
readonly property list<var> fuzzyPrepped: useFuzzy ? list.map(e => {
console.log(useFuzzy);
const obj = {
_item: e
};