This commit is contained in:
Your Name
2026-07-17 19:57:48 +00:00
parent f11ddfb7fe
commit 880ee3974f
9 changed files with 649 additions and 2 deletions
+8 -1
View File
@@ -3,17 +3,24 @@
import Quickshell //for PanelWindow
import Quickshell.Hyprland
import QtQuick //for Text
import Quickshell.Services.Notifications
import "./modules/bar"
import "./modules/wp"
import "./modules/wlogout"
import "./modules/jl"
import "./modules/background"
import "./modules/notifications"
ShellRoot {
id: root
// Notifications
NotificationManager { id: notificationManager }
NotificationPopup { manager: notificationManager }
// Bar
BarLoader {}
BarLoader { manager: notificationManager }
//Wallpaper picker
WallpaperPickerLoader {}