mirror of
https://github.com/kmein/niveum
synced 2026-03-22 21:01:07 +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";
|
block = "time";
|
||||||
interval = 1;
|
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