summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-28 19:54:47 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-28 19:54:47 +1000
commit3108a7d75e39261bdfb9aec691ddbb5c498f6194 (patch)
treeb06999c4f5b8e5071b14eff531e2d05519a085ec /config
parentbar: workspaces show occupied (diff)
downloadcaelestia-shell-3108a7d75e39261bdfb9aec691ddbb5c498f6194.tar.gz
caelestia-shell-3108a7d75e39261bdfb9aec691ddbb5c498f6194.tar.bz2
caelestia-shell-3108a7d75e39261bdfb9aec691ddbb5c498f6194.zip
bar: workspaces different styles for occupied
Diffstat (limited to 'config')
-rw-r--r--config/BarConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml
index a61e7cd..ba0063d 100644
--- a/config/BarConfig.qml
+++ b/config/BarConfig.qml
@@ -9,5 +9,6 @@ Singleton {
readonly property QtObject workspaces: QtObject {
property int shown: 10
property string style: ""
+ property bool occupiedBg: false
}
}