update: memory tooltip

This commit is contained in:
Yingjie Wang 2024-08-25 10:32:13 -04:00
parent 30b94d192b
commit 3aac72de3b

View File

@ -265,6 +265,7 @@
// Memory // Memory
"memory": { "memory": {
"format": " {used:0.1f}G", "format": " {used:0.1f}G",
"tooltip-format": "{total:0.1f}G total\n{swapTotal:0.1f}G swap\n{used:0.1f}G used\n{avail:0.1f}G free\n{percentage}% used",
"on-click": "alacritty -e htop", "on-click": "alacritty -e htop",
"interval": 10, "interval": 10,
"states": { "states": {