update: keep memory in waybar 0.1f

This commit is contained in:
Yingjie Wang 2024-04-03 17:31:32 -04:00
parent b113e1f81d
commit 1763d37ee4

View File

@ -246,7 +246,7 @@
// Memory
"memory": {
"format": "󰍛 {used}G",
"format": "󰍛 {used:0.1f}G",
"on-click": "alacritty -e htop"
},