lux-shell/shell.qml
2025-07-17 22:22:19 -04:00

10 lines
134 B
QML

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