From 16a08a1aae2e0db76c23b54c000dd3d7ad6c9e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sat, 4 Oct 2025 12:03:01 +0200 Subject: [PATCH] Update frobar workspace icons --- hm/desktop/frobar/frobar/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hm/desktop/frobar/frobar/__init__.py b/hm/desktop/frobar/frobar/__init__.py index abde50a..8a679ab 100644 --- a/hm/desktop/frobar/frobar/__init__.py +++ b/hm/desktop/frobar/frobar/__init__.py @@ -64,7 +64,8 @@ def main() -> None: left_preferred = 0 if dual_screen else None right_preferred = 1 if dual_screen else None - workspaces_suffixes = "▲■" + workspaces_suffixes = "󰋜󰔖󰺻" + workspaces_names = { str(i + 1): f"{i + 1} {c}" for i, c in enumerate(workspaces_suffixes) }