I want to display the current week day (e. g. Monday) in the i3 status bar.
My current status bar has the following format:27.06.2016 18:00:00
.
I want to achieve a format like this: Monday, 27.06.2016 18:00:00
.
The corresponding config in i3status.conf looks like this:
tztime local {
format = "%d.%m.%Y %H:%M:%S"
}
I am running i3 on a Debian Linux.
Does anybody have a solution on how to display the week day in the status bar? The man page offers no solution, neither did an internet search...