From d8f7bac960e07504153c5d6123e4a50b4802343e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 16 Aug 2025 00:10:48 +1000 Subject: bar/workspaces: refactor --- config/BarConfig.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config/BarConfig.qml') 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 { -- cgit v1.2.3-freya