From f6c759d412e60539e102a7041fbe53f01f63651b Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sun, 27 Aug 2023 18:30:04 +0200 Subject: [PATCH] waybar: fix icons --- .config/waybar/config.cgt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/waybar/config.cgt b/.config/waybar/config.cgt index ec8a89a..0134bf0 100644 --- a/.config/waybar/config.cgt +++ b/.config/waybar/config.cgt @@ -41,7 +41,7 @@ "critical-threshold": 80, // "format-critical": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}", - "format-icons": ["", "", ""] + "format-icons": ["", "", ""] }, "battery": { "states": { @@ -50,7 +50,7 @@ "critical": 15 }, "format": "{capacity}% {icon}", - "format-charging": "{capacity}% ", + "format-charging": "{capacity}% 󰂄", "format-plugged": "{capacity}% ", "format-alt": "{time} {icon}", // "format-good": "", // An empty format will hide the module @@ -64,8 +64,8 @@ // "scroll-step": 1, // %, can be a float "format": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}", - "format-bluetooth-muted": " {icon} {format_source}", - "format-muted": " {format_source}", + "format-bluetooth-muted": "󰝟 {icon} {format_source}", + "format-muted": "󰝟 {format_source}", "format-source": "{volume}% ", "format-source-muted": "", "format-icons": {