add utc to statusbar
This commit is contained in:
parent
9ae0498960
commit
ab39654aea
1 changed files with 10 additions and 3 deletions
13
.i3/i3status
13
.i3/i3status
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue