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 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d8be30a..64873e9 100644 --- a/README.md +++ b/README.md @@ -386,7 +386,13 @@ default, you must create it manually. "occupiedLabel": "󰮯", "perMonitorWorkspaces": true, "showWindows": true, - "shown": 5 + "shown": 5, + "specialWorkspaceIcons": [ + { + "name": "steam", + "icon": "sports_esports" + } + ] } }, "border": { -- cgit v1.2.3-freya