i3status-rust: Update format for time block
This commit is contained in:
parent
0f16076860
commit
9ae8531bfd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ icons = "awesome5"
|
||||||
block = "time"
|
block = "time"
|
||||||
interval = 60
|
interval = 60
|
||||||
[block.format]
|
[block.format]
|
||||||
full = " $icon %a %d/%m %R"
|
full = " $icon $timestamp.datetime(f:'%a %d-%m-%Y %R') "
|
||||||
[block.theme_overrides]
|
[block.theme_overrides]
|
||||||
idle_fg = "#66D9EF"
|
idle_fg = "#66D9EF"
|
||||||
idle_bg = "#000000"
|
idle_bg = "#000000"
|
||||||
|
|
Loading…
Reference in a new issue