Files
i3/i3status/config

20 lines
341 B
Plaintext

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