i3status-rust: Update format for time block

This commit is contained in:
Sanchayan Maity 2023-02-18 12:22:23 +05:30
parent 0f16076860
commit 9ae8531bfd
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ icons = "awesome5"
block = "time"
interval = 60
[block.format]
full = " $icon %a %d/%m %R"
full = " $icon $timestamp.datetime(f:'%a %d-%m-%Y %R') "
[block.theme_overrides]
idle_fg = "#66D9EF"
idle_bg = "#000000"