We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In format the tag {:%V}is admissible but has no effect. That is, the readout of week numbers on the bar and the pop-up calendar differ by 1:
{:%V}
"clock": { "format": "{:%a, %b %d, v.%V | %H:%M}", "calendar": { "locale": "sv_SE", "format": { "weeks": "<span color='#99ffdd'><b>{:%V}</b></ }, }, }
This config on: waybar 0.10.4-2 (Arch) Linux i5 6.10.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 27 Jul 2024 16:49:55 +0000 x86_64 GNU/Linux LANG=en_US.UTF-8
IMHO, the readout of "weeks" for {:%U}, {:%W} and {:%V} should match the one from the corresponding shell command:
{:%U}
{:%W}
`date +%U` `date +%V` `date +%W`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In format the tag
{:%V}
is admissible but has no effect. That is, the readout of week numbers on the bar and the pop-up calendar differ by 1:This config on:
waybar 0.10.4-2 (Arch)
Linux i5 6.10.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 27 Jul 2024 16:49:55 +0000 x86_64 GNU/Linux
LANG=en_US.UTF-8
IMHO, the readout of "weeks" for
{:%U}
,{:%W}
and{:%V}
should match the one from the corresponding shell command:The text was updated successfully, but these errors were encountered: