1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(i3status-rust): use correct week number (week number of year)

This commit is contained in:
2021-03-23 19:39:08 +01:00
parent d7adefc289
commit 08ce7749b5

View File

@@ -130,7 +130,7 @@ in {
{
block = "time";
interval = 1;
format = "%Y-%m-%d (%V %a) %H:%M";
format = "%Y-%m-%d (%W %a) %H:%M";
}
];
}