dotfiles/dotfiles/i3/.config/i3status.conf

14 lines
208 B
Plaintext
Raw Normal View History

2021-08-21 00:11:16 +02:00
general {
interval = 5
output_format = none
}
order += "battery all"
battery all {
format = "%status %percentage %remaining"
integer_battery_capacity = true
last_full_capacity = true
}