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
When the speed grows over 100K, first digit of the number got overlaped with up arrow:
This problem appears after the fix to #6 .
Here's my configuration:
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
KDE font settings:
My fontconfig: ~/.config/fontconfig/fonts.conf
~/.config/fontconfig/fonts.conf
<?xml version='1.0'?> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <fontconfig> <!-- sans-serif --> <alias> <family>sans-serif</family> <prefer> <family>Roboto</family> <family>Noto Sans</family> <family>Noto Sans CJK SC</family> <family>Blobmoji</family> </prefer> </alias> </fontconfig>
Update: prepend "DejaVu Sans" before "Noto Sans CJK SC" solves the problem.
Should we keep this issue open?
Yes, I'll try to reduce the problem somehow.
No branches or pull requests
When the speed grows over 100K, first digit of the number got overlaped with up arrow:
This problem appears after the fix to #6 .
Here's my configuration:
The text was updated successfully, but these errors were encountered: