summaryrefslogtreecommitdiff
path: root/modules/drawers/Exclusions.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 /modules/drawers/Exclusions.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 'modules/drawers/Exclusions.qml')
-rw-r--r--modules/drawers/Exclusions.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/drawers/Exclusions.qml b/modules/drawers/Exclusions.qml
index 8ad23a2..188aadb 100644
--- a/modules/drawers/Exclusions.qml
+++ b/modules/drawers/Exclusions.qml
@@ -3,14 +3,17 @@ pragma ComponentBehavior: Bound
import "root:/widgets"
import "root:/config"
import Quickshell
+import QtQuick
Scope {
id: root
required property ShellScreen screen
+ required property Item bar
ExclusionZone {
anchors.left: true
+ exclusiveZone: root.bar.implicitWidth
}
ExclusionZone {