summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-16 00:10:48 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-16 00:10:48 +1000
commitd8f7bac960e07504153c5d6123e4a50b4802343e (patch)
treeef6b037ed68b8475f1080a08cb480363bfe150dc /config
parentinternal: static bar width (diff)
downloadcaelestia-shell-d8f7bac960e07504153c5d6123e4a50b4802343e.tar.gz
caelestia-shell-d8f7bac960e07504153c5d6123e4a50b4802343e.tar.bz2
caelestia-shell-d8f7bac960e07504153c5d6123e4a50b4802343e.zip
bar/workspaces: refactor
Diffstat (limited to 'config')
-rw-r--r--config/BarConfig.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml
index bbe061b..4aaff8c 100644
--- a/config/BarConfig.qml
+++ b/config/BarConfig.qml
@@ -50,15 +50,14 @@ JsonObject {
component Workspaces: JsonObject {
property int shown: 5
- property bool rounded: true
property bool activeIndicator: true
property bool occupiedBg: false
property bool showWindows: true
property bool activeTrail: false
property bool perMonitorWorkspaces: true
property string label: " "
- property string occupiedLabel: "󰮯 "
- property string activeLabel: "󰮯 "
+ property string occupiedLabel: "󰮯"
+ property string activeLabel: "󰮯"
}
component Tray: JsonObject {