Compare commits

...

2 Commits

Author SHA1 Message Date
d2b6c0adcc Merge branch 'upstream-custom' into dev 2024-04-03 17:32:04 -04:00
1763d37ee4 update: keep memory in waybar 0.1f 2024-04-03 17:31:32 -04:00

View File

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