orblazer / plasma-applet-resources-monitor

Plasmoid for monitoring CPU, memory, network traffic, GPUs and disks IO.
https://www.pling.com/p/2143899/
GNU General Public License v3.0
60 stars 7 forks source link

[FEAT] Allow disabling the swap space graph #3

Closed ctron closed 3 years ago

ctron commented 3 years ago

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

On my system I have swap space disabled. However, the system automatically maintains a compressed RAM swap space (zram) to free up some memory. If that swap space runs full (which happens pretty quickly, then that is ok and nothing to worry about.

However, in this case, the widget shows 100% red, as the swap space overlays the actual RAM usage.

Describe the solution you'd like

I would to be able to disable the swap space graph.

Describe alternatives you've considered

Stack the swap space under/over the RAM usage. Still, that would not provide additional value in my case.

Additional context

image

ctron commented 3 years ago

Thanks for the update!