diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-30 12:50:12 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-30 12:50:12 +1000 |
| commit | 65c54e12c29502a75dc722d788fba626cc926f65 (patch) | |
| tree | 9a92c4ee40b45ccc0f7e407107c5837f825c9553 /config | |
| parent | bar: workspaces some fixes (diff) | |
| download | caelestia-shell-65c54e12c29502a75dc722d788fba626cc926f65.tar.gz caelestia-shell-65c54e12c29502a75dc722d788fba626cc926f65.tar.bz2 caelestia-shell-65c54e12c29502a75dc722d788fba626cc926f65.zip | |
bar: custom workspace labels
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index cdaaf7e..fe0dab3 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -26,6 +26,8 @@ Singleton { readonly property int shown: 10 readonly property string style: "" readonly property bool occupiedBg: true + readonly property string label: " " + readonly property string activeLabel: " " } component Tray: QtObject { |