0ry0n / Resource_Monitor

Resource_Monitor is a GNOME Shell extension that Monitor the use of system resources like cpu, ram, disk, network and display them in GNOME Shell top bar.
https://extensions.gnome.org/extension/1634/resource-monitor/
GNU General Public License v3.0
157 stars 21 forks source link

Improve UI (and a small question) #102

Open ZhengYuan-Public opened 2 weeks ago

ZhengYuan-Public commented 2 weeks ago

Improve UI

Describe the bug In the Disk/Thermal/GPU tab, the detailed info can make rows of the list too long and thus triggers a horizontal scroll bar. Adjusting the window's size is not working (the inner "window" seems to have a maximum value), here is an example in the GPU section.

Screenshots Screenshot from 2024-11-08 11-21-22

Desktop (please complete the following information):

Another small question

I wonder how to fix the location of icons? There is a width option in different tabs, I'm not sure if it can be used to achieve it; if so, how to calculate the correct width I need? (For example, in the CPU section the usage is displayed using percentage with 1 decimal, what's the right width to use?

Thanks :heart:

0ry0n commented 2 weeks ago

I am aware of this issue and am looking for a way to resolve it. In recent versions, tables have resizable columns, which partially addresses the problem.

As for the field sizes, the option to manually select the width was provided because setting text width automatically caused excessive movement for some users, which was bothersome. There isn’t a “right” width; it should be adjusted according to personal preference. For example, I use 30 for the CPU, 80 for disk and network statistics, and 0 (automatic) for disk space. I hope this has been helpful to you.