Files
AstroVim_Config/.config/waybar/primary_screen/modules/memory.jsonc
2024-10-26 23:40:04 +07:00

19 lines
521 B
JSON

"memory": {
"states": {
"c": 90, // critical
"h": 60, // high
"m": 30, // medium
},
"interval": 30,
"format": "󰾆 {used}gb",
"rotate": ${r_deg},
"format-m": "󰾅 {used}gb",
"format-h": "󰓅 {used}gb",
"format-c": " {used}gb",
"format-alt": "󰾆 {percentage}%",
"max-length": 10,
"tooltip": true,
"tooltip-format": "󰾆 {percentage}%\n {used:0.1f}gb/{total:0.1f}gb"
},