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
font Fantasque Sans Mono Bold 9
.config/sway/config
swaynag -f 'Fantasque Sans Mono Bold 20'
The text was updated successfully, but these errors were encountered:
Same. The man page doesn't specify how to use different font styles. Is this unsupported or just undocumented?
Sorry, something went wrong.
Font rendering is configured here https://github.com/swaywm/swaylock/blob/6213fa0a7cac6da1a49f340d4999b9f6f9e82a5c/render.c#L79:L80 and it can be seen that argument CAIRO_FONT_WEIGHT_NORMAL is hardcoded. So, it's not possible to specify a different font weight via config... 😞
CAIRO_FONT_WEIGHT_NORMAL
Successfully merging a pull request may close this issue.
font Fantasque Sans Mono Bold 9
in.config/sway/config
works fineswaynag -f 'Fantasque Sans Mono Bold 20'
works fineThe text was updated successfully, but these errors were encountered: