gnome-shell-system-monitor-applet
gnome-shell-system-monitor-applet copied to clipboard
Order of graphs vs order of preference tabs
Tabs: Cpu, Memory, ........, Freq, ... Graphs: cpu, freq, mem, ...........
CPU utilization and Frequency are linked, so I think it should become the 2nd tab in the preferences too.
For reference and fast finding:
- here: search?q=let+setting_items
- replace with
let setting_items = ['cpu', 'freq', 'memory', 'swap', 'net', 'disk', 'gpu', 'thermal', 'fan', 'battery'];
Related PR: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/pull/700