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

Feature: Add option for font family. #8

Open roachsinai opened 5 years ago

roachsinai commented 5 years ago

Thanks for your work!! Wish to have option to set fonts.

roachsinai commented 5 years ago

As there are option to set font size change tiltle.

Focshole commented 4 years ago

At the moment you could do it manually by editing CompactRepresentation.qml for Text elements with id topText, topUnitText (same for bottom) and add font.family: 'your font name'

roachsinai commented 4 years ago

@Focshole thanks for your suggestion, and that's what I did. Maybe it will be better if there is an option in plasma setting.

Trollwut commented 3 years ago

Hey there!

IMHO it would be great if I could choose the font in the settings.

Is this still being worked on?