notification changes

This commit is contained in:
Zacharias-Brohn
2026-02-04 14:11:30 +01:00
parent 29606e363a
commit 76e008007e
57 changed files with 4537 additions and 202 deletions
+6 -6
View File
@@ -3,7 +3,7 @@
//@ pragma Env QS_NO_RELOAD_POPUP=1
import Quickshell
import qs.Modules
import qs.Modules.Lock
import qs.Modules.Lock as Lock
import qs.Helpers
import qs.Modules.Polkit
@@ -12,17 +12,17 @@ Scope {
Wallpaper {}
Launcher {}
AreaPicker {}
Lock {
Lock.Lock {
id: lock
}
IdleInhibitor {
Lock.IdleInhibitor {
lock: lock
}
NotificationCenter {
}
// NotificationCenter {
//
// }
Polkit {}
}