summaryrefslogtreecommitdiff
path: root/config/BarConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 12:52:01 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 12:52:01 +1000
commit4013fe84343b15cefdec9590b5a032d67b1a6b1a (patch)
tree63cecc6073bc1c418ee9be6f859bb375203ad4ce /config/BarConfig.qml
parentrefactor: move active workspace indicator to new file (diff)
downloadcaelestia-shell-4013fe84343b15cefdec9590b5a032d67b1a6b1a.tar.gz
caelestia-shell-4013fe84343b15cefdec9590b5a032d67b1a6b1a.tar.bz2
caelestia-shell-4013fe84343b15cefdec9590b5a032d67b1a6b1a.zip
feat: bar workspace groups
Diffstat (limited to 'config/BarConfig.qml')
-rw-r--r--config/BarConfig.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml
index 1ecffc0..62f3934 100644
--- a/config/BarConfig.qml
+++ b/config/BarConfig.qml
@@ -19,6 +19,6 @@ Singleton {
component Workspaces: QtObject {
readonly property int shown: 10
readonly property string style: ""
- readonly property bool occupiedBg: false
+ readonly property bool occupiedBg: true
}
}