improve travel experience

This commit is contained in:
Frieder Schlesier 2018-07-28 09:52:07 +06:00
parent 6506e2556d
commit 37c93b20c1
1 changed files with 8 additions and 2 deletions

View File

@ -26,8 +26,9 @@ order += "volume master"
order += "battery 0"
#order += "cpu_temperature 0"
order += "load"
order += "tztime local"
#order += "tztime KG"
#order += "tztime local"
order += "tztime DE"
order += "tztime KG"
wireless wlan0 {
format_up = "W: %essid (%quality) %ip"
@ -71,6 +72,11 @@ tztime local {
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 {
format = "KG %a %H:%M"
timezone = "Asia/Bishkek"