summaryrefslogtreecommitdiff
path: root/config/BarConfig.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/BarConfig.qml')
-rw-r--r--config/BarConfig.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml
index b8d83e6..1f9db70 100644
--- a/config/BarConfig.qml
+++ b/config/BarConfig.qml
@@ -61,9 +61,10 @@ JsonObject {
property bool showWindowsOnSpecialWorkspaces: showWindows
property bool activeTrail: false
property bool perMonitorWorkspaces: true
- property string label: " "
+ property string label: " " // if empty, will show workspace name's first letter
property string occupiedLabel: "󰮯"
property string activeLabel: "󰮯"
+ property string capitalisation: "preserve" // upper, lower, or preserve - relevant only if label is empty
}
component Tray: JsonObject {