diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-16 00:10:48 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-16 00:10:48 +1000 |
| commit | d8f7bac960e07504153c5d6123e4a50b4802343e (patch) | |
| tree | ef6b037ed68b8475f1080a08cb480363bfe150dc /config/BarConfig.qml | |
| parent | internal: static bar width (diff) | |
| download | caelestia-shell-d8f7bac960e07504153c5d6123e4a50b4802343e.tar.gz caelestia-shell-d8f7bac960e07504153c5d6123e4a50b4802343e.tar.bz2 caelestia-shell-d8f7bac960e07504153c5d6123e4a50b4802343e.zip | |
bar/workspaces: refactor
Diffstat (limited to 'config/BarConfig.qml')
| -rw-r--r-- | config/BarConfig.qml | 5 |
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 { |