From f524872eb1ffeceed14410919523f362b29cf0ca Mon Sep 17 00:00:00 2001 From: Daniel <48409433+darkeddie@users.noreply.github.com> Date: Sun, 22 Oct 2023 09:41:06 +0000 Subject: [PATCH] Fixed formatting of workspace icons --- config/waybar/modules | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config/waybar/modules b/config/waybar/modules index 5ff07ce..95c127a 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -141,23 +141,23 @@ "hyprland/workspaces": { "format": "{name}", - //"format": "{name}: {icon}", - //"format": "{icon}", + //"format": " {name}:{icon} ", + //"format": " {icon} ", "show-special": false, "on-click": "activate", "all-outputs": true, "sort-by-number": true, "format-icons": { - "1": "main  ", - "2": "2  ", - "3": "3  ", - "4": "4  ", - "5": "5  ", - "6": "6  ", - "7": "7  ", - "8": "8  ", - "9": "9  ", - "10": " 10 ", + "1": " ", + "2": " ", + "3": " ", + "4": " ", + "5": " ", + "6": " ", + "7": "", + "8": " ", + "9": "", + "10": "10", "focused": "", "default": "", },