.dotfiles/.config/waybar/modules/cpu.jsonc
2026-01-18 21:08:16 -07:00

10 lines
214 B
Plaintext

{
"cpu": {
"interval": 10,
"format": "󰍛 {usage}%",
"rotate": 0,
"format-alt": "{icon0}{icon1}{icon2}{icon3}",
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"]
}
}