mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
parent
1846b7d78f
commit
a79b5770ff
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user