[vriska] i3status: re-add week number
This commit is contained in:
parent
f521cc2adf
commit
bd43dae1c4
|
|
@ -60,11 +60,14 @@ battery 0 {
|
||||||
low_threshold = 30
|
low_threshold = 30
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# ~~ Date and time
|
# ~~ Date and time
|
||||||
tztime local {
|
tztime local {
|
||||||
format = "📅 %Y-%m-%d %H:%M:%S"
|
format = "%Y-%m-%d %H:%M:%S"
|
||||||
|
}
|
||||||
|
|
||||||
|
# ~~ Week number
|
||||||
|
tztime week {
|
||||||
|
format = "📅 KW %V"
|
||||||
}
|
}
|
||||||
|
|
||||||
# ~~ Volume control display
|
# ~~ Volume control display
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue