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] Custom up- and download icons #16

Open BreakfastSerial opened 4 years ago

BreakfastSerial commented 4 years ago

It would be really nice to have the option to customize the up- and download icons.

Focshole commented 4 years ago

They're not icons, they are unicode characters. From CompactRepresentation.qml: text: swapDownUp ? '↓' : '↑'. It would probably require more work.