25 lines
298 B
Text
25 lines
298 B
Text
general {
|
|
colors = true
|
|
interval = 5
|
|
}
|
|
|
|
order = "battery 0"
|
|
order += "cpu_temperature 0"
|
|
order += "load"
|
|
order += "time"
|
|
|
|
battery 0 {
|
|
format = "%status %percentage %remaining"
|
|
}
|
|
|
|
time {
|
|
format = "%d.%m.%Y %H:%M:%S"
|
|
}
|
|
|
|
load {
|
|
format = "%1min"
|
|
}
|
|
|
|
cpu_temperature 0 {
|
|
format = "%degrees °C"
|
|
}
|