From 05e9efa5fe072bd05f660f15bd400cb8d680d8d1 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 4 Jul 2023 08:15:30 -0400 Subject: [PATCH] ironbar: Use dots for workspaces This was a test of using dots for workspaces, although ultimately workspace indicators may be removed entirely in favor of an overview feature in the future. --- home/ironbar.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/home/ironbar.nix b/home/ironbar.nix index a2975651..4dd311e3 100644 --- a/home/ironbar.nix +++ b/home/ironbar.nix @@ -9,16 +9,16 @@ { "all_monitors": false, "name_map": { - "1": "一", - "2": "二", - "3": "三", - "4": "四", - "5": "五", - "6": "六", - "7": "七", - "8": "八", - "9": "九", - "10": "十" + "1": "●", + "2": "●", + "3": "●", + "4": "●", + "5": "●", + "6": "●", + "7": "●", + "8": "●", + "9": "●", + "10": "●" }, "type": "workspaces" }