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

16 lines
395 B
Plaintext

{
"battery": {
"states": {
// "good": 95,
// "warning": 30,
// "critical": 20
},
"format": "{icon} {capacity}%",
"rotate": 0,
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-alt": "{time} {icon}",
"format-icons": ["󰂎", "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"]
}
}