gnome-shell-extension-simple-system-monitor icon indicating copy to clipboard operation
gnome-shell-extension-simple-system-monitor copied to clipboard

🖥️ Show current CPU usage, memory usage and net speed on panel

Results 8 gnome-shell-extension-simple-system-monitor issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/LGiki/gnome-shell-extension-simple-system-monitor/assets/108958186/00c37694-3cf0-4870-8b8a-a0c92b40b3f2) Sorry for the termina in Italian

1. `lookupByUUID()` is a bad practice (line 323 extension.js). You can send `this` from the entry point to the class needing it when it's possible (dependency injection). 2. Use `export...

I believe right now the speed is shown in bytes/s (and multiples of : KBytes/s, MBytes/s, ...). Could you please add an option to shown them in bits/s and multiples...

Somehow linked to @mrtynx 's feature request, but I'm not sure (https://github.com/LGiki/gnome-shell-extension-simple-system-monitor/issues/11). Usually I'm not really interested to know that currently there's for example 580.7 b/s of traffic. To me,...

I don't think decimals are really relevant. 45 kbits/s or 45.4 kbits/s is roughly the same information. Maybe they could have a significance for higher units, for example 3.4 Mbits/s....

It would be nice if user could choose to display download & upload speeds only in MB for instance. Another great functionality would be to be able to set maximum...

enhancement
question

The settings of extension [email protected] had an error: ``` SyntaxError: import declarations may only appear at top level of a module @ resource:///org/gnome/Shell/Extensions/js/misc/extensionUtils.js:4:0 Stack trace: @file:///home/soham/.local/share/gnome-shell/extensions/[email protected]/prefs.js:3:24 _init/GLib.MainLoop.prototype.runAsync/

Would be cool to show GPU usage if an NVIDIA card is present. Not sure about AMD.