Initial commit

This commit is contained in:
Teo
2025-11-26 16:16:42 +01:00
commit 7a9756e0e1
9 changed files with 396 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
//@ pragma UseQApplication
import Quickshell //for PanelWindow
import Quickshell.Hyprland
import QtQuick //for Text
import "./modules/bar"
import "./modules/wp"
ShellRoot {
id: root
// Bar
BarLoader {}
//Wallpaper picker
WallpaperPickerLoader {}
}