add utc to statusbar

This commit is contained in:
finga 2016-11-07 14:30:28 +01:00
parent 9ae0498960
commit ab39654aea

View file

@ -11,7 +11,8 @@ order += "cpu_usage"
order += "load"
#order += "cpu_temperature 0"
order += "volume master"
order += "time"
order += "tztime home"
order += "tztime utc"
ethernet eth0 {
format_up = "E: %ip (%speed)"
@ -25,8 +26,14 @@ battery 0 {
low_threshold = 20
}
time {
format = "%Y-%m-%d %H:%M:%S"
tztime home {
format = "%Y-%m-%d (%Z) %H:%M:%S"
timezone = "Europe/Vienna"
}
tztime utc {
format = "(%Z) %H:%M:%S"
timezone = "Etc/UTC"
}
cpu_temperature 0 {