mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 01:54:15 +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 {
|
||||
timezone = "UTC"
|
||||
format = "%Z: %Y-%m-%d %H.%M.%S"
|
||||
# ISO 8601ish
|
||||
format = "%Z: %Y-%m-%d %H:%H:%S(%z)"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%Z: %Y-%m-%d %H.%M.%S"
|
||||
#format = "%Z: %c"
|
||||
# Finnishish formatting.
|
||||
format = "%Z: %A %d. %B %Y, %H.%M.%S(%z)"
|
||||
}
|
||||
|
||||
volume master {
|
||||
|
Loading…
Reference in New Issue
Block a user