feat: add notification module with functionality to display notifications on focused monitor with a NotificationServer as Singleton

This commit is contained in:
Hannes
2026-08-25 01:00:52 +02:00
parent b9a455347d
commit 0b20e8eb85
6 changed files with 215 additions and 0 deletions
+4
View File
@@ -4,6 +4,7 @@ import Quickshell //for PanelWindow
import Quickshell.Hyprland
import QtQuick //for Text
import "./modules/bar"
import "./modules/notification"
import "./modules/wp"
import "./modules/wlogout"
import "./modules/jl"
@@ -16,6 +17,9 @@ ShellRoot {
// Bar
BarLoader {}
// Notifications
NotificationLoader {}
//Wallpaper picker
WallpaperPickerLoader {}