Files
i3-dot/i3/i3status.conf
2025-05-18 13:00:56 +07:00

31 lines
588 B
Plaintext

general {
interval = 1
colors = true
color_good = '#88b090'
color_degraded = '#ccdc90'
color_bad = '#e89393'
}
#order += "battery 0"
order += "tztime local"
#battery 0 {
# format = "%status %percentage %remaining"
# format_down = ""
# last_full_capacity = true
# integer_battery_capacity = true
# low_threshold = 11
# threshold_type = percentage
# hide_seconds = true
# status_chr = " "
# status_bat = " "
# status_unk = " "
# status_full = " "
#}
tztime local {
format = "%A, %e %B | %H:%M:%S"
}