improve travel experience
This commit is contained in:
parent
6506e2556d
commit
37c93b20c1
|
@ -26,8 +26,9 @@ order += "volume master"
|
||||||
order += "battery 0"
|
order += "battery 0"
|
||||||
#order += "cpu_temperature 0"
|
#order += "cpu_temperature 0"
|
||||||
order += "load"
|
order += "load"
|
||||||
order += "tztime local"
|
#order += "tztime local"
|
||||||
#order += "tztime KG"
|
order += "tztime DE"
|
||||||
|
order += "tztime KG"
|
||||||
|
|
||||||
wireless wlan0 {
|
wireless wlan0 {
|
||||||
format_up = "W: %essid (%quality) %ip"
|
format_up = "W: %essid (%quality) %ip"
|
||||||
|
@ -71,6 +72,11 @@ tztime local {
|
||||||
format = "DE %Y-%m-%d (%V) %a %H:%M:%S"
|
format = "DE %Y-%m-%d (%V) %a %H:%M:%S"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tztime DE {
|
||||||
|
format = "DE %Y-%m-%d (%V) %a %H:%M:%S"
|
||||||
|
timezone = "Europe/Berlin"
|
||||||
|
}
|
||||||
|
|
||||||
tztime KG {
|
tztime KG {
|
||||||
format = "KG %a %H:%M"
|
format = "KG %a %H:%M"
|
||||||
timezone = "Asia/Bishkek"
|
timezone = "Asia/Bishkek"
|
||||||
|
|
Loading…
Reference in New Issue