home/i3status-rust: change time formatting

This commit is contained in:
Guanran Wang 2024-11-17 01:06:07 +08:00
parent 470b3d9782
commit 2b82e17411
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -7,7 +7,11 @@
{ block = "backlight"; }
{ block = "sound"; }
{ block = "battery"; }
{ block = "time"; }
{
block = "time";
format = " $icon $timestamp.datetime(f:'%F %r') ";
interval = 1;
}
];
};
};