31 lines
588 B
Plaintext
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"
|
|
}
|
|
|