From e399a9d7a34a13d2a783fc4e591cadabdd20423e Mon Sep 17 00:00:00 2001 From: Robin Seger Date: Mon, 13 Oct 2025 13:52:14 +0200 Subject: bar/workspaces: special ws icon config (#785) * workspaces: icons config * add README json example --- config/BarConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 0067bce..86c2a40 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -68,6 +68,7 @@ JsonObject { property string occupiedLabel: "󰮯" property string activeLabel: "󰮯" property string capitalisation: "preserve" // upper, lower, or preserve - relevant only if label is empty + property list specialWorkspaceIcons: [] } component Tray: JsonObject { -- cgit v1.2.3-freya