Test
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user