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.
GNU General Public License v3.0
143 stars 20 forks source link

Custom name for Disk and GPU #58

Closed alexislefebvre closed 1 year ago

alexislefebvre commented 1 year ago

Is your feature request related to a problem? Please describe. The name of my GPU uses space:

image

Describe the solution you'd like Add an option to hide the name of the GPU so that I can see only usage and temperature.

Or remove the name of the GPU completely, like we don't see the name of the CPU. Or even go further and display the data about GPU in the same way than for the CPU.

Describe alternatives you've considered

Comment this.add(this._elementsName[uuid]); in ~/.local/share/gnome-shell/extensions/Resource_Monitor@Ory0n/extension.js.

Additional context

Thanks for this amazing extension!

mrmbernardi commented 1 year ago

image

I've got it even worse.

One solution I was thinking of would be to have the name field in the Devices table on the GPU table be editable. This would allow you to change the name to just RTX 3070 or whatever if you wanted.

I thought this would just be as simple as setting a boolean when creating the GTK control, but I couldn't get it to work.

GuilhermeGreggio commented 1 year ago

image

Disk name need that too. I think it would be nice if could edit the labels or just hide if it's easier to programing that way.

smbell1979 commented 1 year ago

Just wanted to second this suggestion. Being able to hide or edit the names of the devices, mainly the GPU since it's so long would make this extension even more amazing!

It's one of the only ones with a simple easy to read nvidia GPU monitor, so I'd love to keep using it.

alexislefebvre commented 1 year ago

We can now hide the name of the GPU since 73eed8bde2538a981ab4754a9c7cd8aa15f56a7a. Thanks!