Notifications n shi

This commit is contained in:
2026-02-26 16:18:06 -08:00
parent a3ffbc80c5
commit 3ed2df2cd5
19 changed files with 331 additions and 17 deletions

View File

@@ -1,8 +1,13 @@
import Quickshell
import Quickshell.Io
import Quickshell.Services.Notifications
import "." as Shell
ShellRoot {
NotificationServer {
id: notifServer
onNotification: (notif) => notif.tracked = true
}
Shell.Wall {}
Shell.TopBar {}
Shell.Boateye {}