diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-10 13:37:34 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-10 13:37:34 +1000 |
| commit | 6222f969d4e641582544c90053a1fc6fc61da338 (patch) | |
| tree | 56666f952e712717443b0223b81cc7275aa0acd4 /modules/drawers/Drawers.qml | |
| parent | feat: drag launcher to open/close (diff) | |
| download | caelestia-shell-6222f969d4e641582544c90053a1fc6fc61da338.tar.gz caelestia-shell-6222f969d4e641582544c90053a1fc6fc61da338.tar.bz2 caelestia-shell-6222f969d4e641582544c90053a1fc6fc61da338.zip | |
feat: non persistent bar option
Diffstat (limited to 'modules/drawers/Drawers.qml')
| -rw-r--r-- | modules/drawers/Drawers.qml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/drawers/Drawers.qml b/modules/drawers/Drawers.qml index 72d8446..6a4777a 100644 --- a/modules/drawers/Drawers.qml +++ b/modules/drawers/Drawers.qml @@ -107,6 +107,7 @@ Variants { PersistentProperties { id: visibilities + property bool bar property bool osd property bool session property bool launcher @@ -132,9 +133,12 @@ Variants { } } - Bar { + BarWrapper { id: bar + anchors.top: parent.top + anchors.bottom: parent.bottom + screen: scope.modelData visibilities: visibilities popouts: panels.popouts |