Files
dotfiles/.config/waybar/modules/memory.jsonc
2025-11-23 11:42:35 +01:00

32 lines
628 B
JSON

{
"memory": {
"interval": 10,
"format": "󰘚 {percentage}%",
"format-warning": "󰀧 {percentage}%",
"format-critical": "󰀧 {percentage}%",
// "format-icons":
// "rotate":
"states": {
"warning": 75,
"critical": 90
},
"min-length": 7,
"max-length": 7,
// "align":
// "justify":
// "on-click":
// "on-click-middle":
// "on-click-right":
// "on-update":
// "on-scroll-up":
// "on-scroll-down":
// "smooth-scrolling-threshold":
// "tooltip":
"tooltip-format": "Memory Used: {used:0.1f} GB / {total:0.1f} GB"
// "menu":
// "menu-file":
// "menu-actions":
// "expand":
}
}