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
awesome -v
lua -v
> awesome -v awesome v4.3-1315-g1932bd017 (Too long) • Compiled against Lua 5.3.6 (running with Lua 5.3) • API level: 4 • D-Bus support: yes • xcb-errors support: yes • execinfo support: yes • xcb-randr version: 1.6 • LGI version: 0.9.2 • Transparency enabled: yes • Custom search paths: no
> lua -v Lua 5.4.3 Copyright (C) 1994-2021 Lua.org, PUC-Rio
expected behavior and actual behavior Expected that the day names are aligned with day numbers, not like in screenshot:
steps to reproduce the problem:
os.setlocale("cs_CZ.UTF-8")
Possibly has to do something with: #426
The text was updated successfully, but these errors were encountered:
fix cal align for short day names
ef66382
If the day names do not consist of three characters, the alignment is off (see lcpz#522)
a9d1125
67e8bde
If the day names do not consist of three characters, the alignment is off (see lcpz#522).
No branches or pull requests
awesome -v
andlua -v
> awesome -v awesome v4.3-1315-g1932bd017 (Too long) • Compiled against Lua 5.3.6 (running with Lua 5.3) • API level: 4 • D-Bus support: yes • xcb-errors support: yes • execinfo support: yes • xcb-randr version: 1.6 • LGI version: 0.9.2 • Transparency enabled: yes • Custom search paths: no
> lua -v Lua 5.4.3 Copyright (C) 1994-2021 Lua.org, PUC-Rio
expected behavior and actual behavior
Expected that the day names are aligned with day numbers, not like in screenshot:
steps to reproduce the problem:
Possibly has to do something with: #426
The text was updated successfully, but these errors were encountered: