From f095151882e41e73de9d0ea1f8bd889e8ab3f6bd Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Thu, 4 Apr 2024 04:52:18 -0400 Subject: [PATCH] update: better cpu icon in waybar --- waybar/themes/ml4w-blur-custom/modules.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/themes/ml4w-blur-custom/modules.json b/waybar/themes/ml4w-blur-custom/modules.json index dc5ad64..e12f204 100644 --- a/waybar/themes/ml4w-blur-custom/modules.json +++ b/waybar/themes/ml4w-blur-custom/modules.json @@ -240,7 +240,7 @@ // CPU "cpu": { - "format": " {usage}%", + "format": "󰒇 {usage}%", "on-click": "alacritty -e htop" },