Files
nix/modules/home/hyprland/conf/waybar/modules/memory.jsonc
2023-10-06 12:11:50 +08:00

10 lines
239 B
JSON

"memory": {
"interval": 30,
"format": "󰾆 {percentage}%",
"format-alt": "󰾅 {used}GB",
"max-length": 10,
"tooltip": true,
"tooltip-format": " {used:0.1f}GB/{total:0.1f}GB"
},