From 77cd4cf9801c31c2179e6738c305b72c6549a647 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Thu, 4 Apr 2024 05:10:16 -0400 Subject: [PATCH] minor: space in cpu module 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 e12f204..4258419 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" },