lux-shell/shell/shell.qml
Benjamin Palko 579af752fa shell root
2025-07-16 17:20:02 -04:00

10 lines
134 B
QML

import Quickshell
import "modules/background"
import "modules/bar"
ShellRoot {
ReloadPopup {}
// Background {}
Bar {}
}