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:
@@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user