shell root

This commit is contained in:
Benjamin Palko 2025-07-16 17:20:02 -04:00
parent d5d809632d
commit 579af752fa

10
shell/shell.qml Normal file
View file

@ -0,0 +1,10 @@
import Quickshell
import "modules/background"
import "modules/bar"
ShellRoot {
ReloadPopup {}
// Background {}
Bar {}
}