diff --git a/waybar/config b/waybar/config index 89c2edd..6e8c143 100644 --- a/waybar/config +++ b/waybar/config @@ -165,7 +165,7 @@ "memory": { "interval": 5, //"format": "  {}%", // Icon: memory - "format": " {used}/{total}", // Icon: memory + "format": " {used:0.1f}/{total:0.1f}GiB", // Icon: memory "states": { "warning": 70, "critical": 90 @@ -181,7 +181,7 @@ }, "disk": { "interval": 30, - "format": " {used}/{total}", // Icon: hdd + "format": " {used}/{total}" }, "tray": { "icon-size": 21,