summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-07 14:47:24 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-07 14:47:24 +1000
commite3dcdbb67cba35d90fbf5d437466d11776fe8412 (patch)
tree192e3787eb1ab45463cb27b35c595466912da4ed /shell.qml
parentdashboard: make own swipeview impl (diff)
downloadcaelestia-shell-e3dcdbb67cba35d90fbf5d437466d11776fe8412.tar.gz
caelestia-shell-e3dcdbb67cba35d90fbf5d437466d11776fe8412.tar.bz2
caelestia-shell-e3dcdbb67cba35d90fbf5d437466d11776fe8412.zip
internal: move bar to drawer window
Fixes a few bugs, also removes need for hyprland order layerrule
Diffstat (limited to 'shell.qml')
-rw-r--r--shell.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell.qml b/shell.qml
index d3d681f..2a58cb2 100644
--- a/shell.qml
+++ b/shell.qml
@@ -1,11 +1,9 @@
import "modules"
-import "modules/bar"
import "modules/drawers"
import "modules/background"
import Quickshell
ShellRoot {
- Bar {}
Background {}
Drawers {}