summaryrefslogtreecommitdiff
path: root/modules/drawers/Panels.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-13 17:06:21 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-13 17:06:21 +1000
commit1656e5c3556fafd388510cd6728e064c802d9e25 (patch)
tree701523457f71370a97ec952f2fd75e2ef266a4be /modules/drawers/Panels.qml
parentrefactor: move to single window (diff)
downloadcaelestia-shell-1656e5c3556fafd388510cd6728e064c802d9e25.tar.gz
caelestia-shell-1656e5c3556fafd388510cd6728e064c802d9e25.tar.bz2
caelestia-shell-1656e5c3556fafd388510cd6728e064c802d9e25.zip
osd: show on hover
Diffstat (limited to 'modules/drawers/Panels.qml')
-rw-r--r--modules/drawers/Panels.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/drawers/Panels.qml b/modules/drawers/Panels.qml
index fd56f1b..06b4a09 100644
--- a/modules/drawers/Panels.qml
+++ b/modules/drawers/Panels.qml
@@ -1,5 +1,3 @@
-import "root:/widgets"
-import "root:/services"
import "root:/config"
import "root:/modules/osd" as Osd
import Quickshell
@@ -9,6 +7,8 @@ Item {
id: root
required property ShellScreen screen
+ required property PersistentProperties visibilities
+
readonly property Osd.Wrapper osd: osd
anchors.fill: parent
@@ -18,6 +18,7 @@ Item {
id: osd
screen: root.screen
+ visibility: visibilities.osd
anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right