i3status-rs

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 92a9525882b3dda32de0e7c3b8ba07c38bd4c0a3
parent 776f91f735e4d3b0d08a0e24e0fd754aecba23b6
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Fri, 19 Jun 2026 03:40:55 +0000

chore(i3status): update time block format to YYYY/MM/DD order

Diffstat:
Mi3status-rs.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i3status-rs.toml b/i3status-rs.toml @@ -27,4 +27,4 @@ cmd = "pavucontrol" [[block]] block = "time" interval = 0.1 -format = " $timestamp.datetime(f:'%a %d/%m %H:%M:%S') " +format = " $timestamp.datetime(f:'%y/%m/%d %a %H:%M:%S') "