dotfiles/.config/waybar/modules/battery.jsonc
2024-08-31 00:57:51 +02:00

15 lines
395 B
JSON

{
"battery": {
"format": "{capacity}% {icon}",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-alt": "{time} {icon}",
"format-icons": ["󰂎", "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"],
"interval": 5,
"states": {
"warning": 30,
"critical": 10,
},
"tooltip": false,
},
}