Files
i3/i3status/config

21 lines
365 B
Plaintext

general {
colors = true
interval = 5
}
order += "battery all"
order += "tztime local"
battery all {
format = "%status %percentage %remaining"
format_down = ""
status_chr = "⚡"
status_bat = "🔋"
low_threshold = 30
threshold_type = percentage
}
tztime local {
format = "%d-%m-%Y %H:%M"
}