mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 10:04:34 +01:00
i3status: some TZ information & make local time Finnish(ish)
It looks more "human" now, even if I am not entirely happy.
This commit is contained in:
parent
544f734617
commit
cb47ba3d86
@ -56,12 +56,13 @@ battery all {
|
|||||||
|
|
||||||
tztime utc {
|
tztime utc {
|
||||||
timezone = "UTC"
|
timezone = "UTC"
|
||||||
format = "%Z: %Y-%m-%d %H.%M.%S"
|
# ISO 8601ish
|
||||||
|
format = "%Z: %Y-%m-%d %H:%H:%S(%z)"
|
||||||
}
|
}
|
||||||
|
|
||||||
tztime local {
|
tztime local {
|
||||||
format = "%Z: %Y-%m-%d %H.%M.%S"
|
# Finnishish formatting.
|
||||||
#format = "%Z: %c"
|
format = "%Z: %A %d. %B %Y, %H.%M.%S(%z)"
|
||||||
}
|
}
|
||||||
|
|
||||||
volume master {
|
volume master {
|
||||||
|
Loading…
Reference in New Issue
Block a user