ansible-machine-setup/roles/user-account/files/i3status/config

18 lines
267 B
Plaintext
Raw Normal View History

2021-02-15 16:03:40 +00:00
general {
colors = true
interval = 5
}
order += "battery all"
order += "tztime local"
battery all {
format = "%status %percentage %remaining"
format_down = ""
last_full_capacity = true
}
tztime local {
format = "%d.%m.%Y %H:%M"
}