nosignal-shell/shell.qml
2 * r + 2 * t e3dcdbb67c internal: move bar to drawer window
Fixes a few bugs, also removes need for hyprland order layerrule
2025-06-07 14:47:24 +10:00

11 lines
154 B
QML

import "modules"
import "modules/drawers"
import "modules/background"
import Quickshell
ShellRoot {
Background {}
Drawers {}
Shortcuts {}
}