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

Order of graphs vs order of preference tabs

Open auipga opened this issue 4 years ago • 1 comments

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'];

auipga avatar Jun 14 '21 01:06 auipga

Related PR: https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/pull/700

ZimbiX avatar Jan 17 '23 19:01 ZimbiX