lux-shell/shell.qml
2025-07-25 11:32:06 -04:00

13 lines
169 B
QML

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