i3status: fix internal, mess up time format

Resolves: #76
This commit is contained in:
Aminda Suomalainen 2020-07-18 01:53:51 +03:00
parent 1846b7d78f
commit a79b5770ff
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ general {
# weight for older devices. 5 appears to be Debian default, and I # weight for older devices. 5 appears to be Debian default, and I
# guess it's enough often for seeing if the system is frozen when # guess it's enough often for seeing if the system is frozen when
# staring at a clock. # staring at a clock.
interval = 1 interval = 5
# Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3status-selenized-black.conf # Selenized black from https://github.com/jan-warchol/selenized/blob/master/other-apps/i3/i3status-selenized-black.conf
color_good = "#70b433" color_good = "#70b433"
color_degraded = "#dbb32d" color_degraded = "#dbb32d"
@ -92,10 +92,10 @@ tztime utc {
#tztime local { #tztime local {
time { time {
# Finnishish formatting. # Finnishish formatting with my adjustments
#format = "%Z: %A %d. %B %Y, %H.%M.%S(%z)" #format = "%Y-W%V/%a %d. %Bta %Y/%H.%M.%S%z"
# I guess ISO 8601 (+ mix from UTC) just makes the most sense to me # %V = week number counted from first week with 4 days
format = "%Z: (%a) %F %H.%M.%S%z" format = "%Y-W%V (%a/%B) / %F %H.%M.%S%z"
} }
volume master { volume master {