18 lines
267 B
Plaintext
18 lines
267 B
Plaintext
|
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"
|
||
|
}
|