plasma-applet-netspeed-widget
plasma-applet-netspeed-widget copied to clipboard
[feature] Custom up- and download icons
It would be really nice to have the option to customize the up- and download icons.
They're not icons, they are unicode characters. From CompactRepresentation.qml:
text: swapDownUp ? '↓' : '↑'
. It would probably require more work.