From 1763d37ee4f8da407f81e9f60e0b5d0e99ab912d Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 3 Apr 2024 17:31:32 -0400 Subject: [PATCH] update: keep memory in waybar 0.1f --- 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 68b75ae..e58eb30 100644 --- a/waybar/themes/ml4w-blur-custom/modules.json +++ b/waybar/themes/ml4w-blur-custom/modules.json @@ -246,7 +246,7 @@ // Memory "memory": { - "format": "󰍛 {used}G", + "format": "󰍛 {used:0.1f}G", "on-click": "alacritty -e htop" },