plasma-applet-resources-monitor icon indicating copy to clipboard operation
plasma-applet-resources-monitor copied to clipboard

[FEAT] Persistent labels

Open larvanitis opened this issue 10 months ago • 1 comments

Is your feature request related to a problem? Please describe.

When multiple graphs are displayed, it is not clear what each one is.

image

Describe the solution you'd like

I'd like to have the ability to set some kind of labeling/legend, which will be visible at all times.

So for example, I'd like the net monitor to be like:

↓  42,0 KiB/s
↑ 483,5 KiB/s

and the disk monitor like:

R  84,0 KiB/s
W   1,0 MiB/s

This could be set in the configuration in the same way the colors are (eg "Custom Label", could be empty by default): image

Also, it would be awesome if emojis were supported.

btw I believe "Text displayment" should be "Text display"

Describe alternatives you've considered

No response

Additional context

No response

larvanitis avatar Apr 16 '24 11:04 larvanitis

Hello, Do you think is enough to have only 1 checkbox on network graph and disks graphs like Show icons (↓ / ↑) ? Or you think we need an free text input ?

BTW, the alignement should only go on left or right to text and not aligned like you have mentioned, so the render should be something like :

 ↓ 42,0 KiB/s
↑ 483,5 KiB/s
# OR
 42,0 KiB/s ↓
483,5 KiB/s ↑

orblazer avatar Apr 19 '24 13:04 orblazer