dfaust / plasma-applet-netspeed-widget

Plasma 5 widget that displays the currently used network bandwidth
GNU General Public License v2.0
121 stars 17 forks source link

upload/download arrows got overlaped with text #11

Open rocka opened 5 years ago

rocka commented 5 years ago

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

dfaust commented 5 years ago

Can you please show me your font settings in kde's system-settings as well.

rocka commented 5 years ago

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 5 years ago

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

Should we keep this issue open?

dfaust commented 5 years ago

Should we keep this issue open?

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