dfaust/plasma-applet-netspeed-widget

upload/download arrows got overlaped with text

rocka opened this issue · 4 comments

rocka commented

When the speed grows over 100K, first digit of the number got overlaped with up arrow:

image

This problem appears after the fix to #6 .

Here's my configuration:

image

rocka commented

KDE font settings:

image

My fontconfig: ~/.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>
rocka commented

Update: prepend "DejaVu Sans" before "Noto Sans CJK SC" solves the problem.

Should we keep this issue open?

Should we keep this issue open?

Yes, I'll try to reduce the problem somehow.