dotfiles/.config/waybar/modules/battery.jsonc
2024-08-23 12:54:10 +02:00

16 lines
429 B
JSON

{
"battery": {
"format": "{capacity}% {icon}",
"format-icons": {
"charging": ["󰢜", "󰂆", "󰂇", "󰂈", "󰢝", "󰂉", "󰢞", "󰂊", "󰂋", "󰂅"],
"default": ["󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"],
},
"format-full": "Charged ",
"interval": 5,
"states": {
"warning": 20,
"critical": 10,
},
"tooltip": false,
},
}