From 65c54e12c29502a75dc722d788fba626cc926f65 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 30 Apr 2025 12:50:12 +1000 Subject: bar: custom workspace labels --- config/BarConfig.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') 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 { -- cgit v1.2.3-freya