feat: add notification module with functionality to display notifications on focused monitor with a NotificationServer as Singleton
This commit is contained in:
@@ -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 {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user