rearange graph order

Asked by AllesMeins

Is there a way to rearange the order of the displayed graphs? I noticed that there is an "indicator Items..." menu in which i can move them up and down, but that doesn't seem to do anything. I'm always stuck with the default order "CPU", "Mem", "Swap", "Net", "Load", "Disk"

Question information

Language:
English Edit question
Status:
Solved
For:
System Load Indicator Edit question
Assignee:
No assignee Edit question
Solved by:
Michael Hofmann
Solved:
Last query:
Last reply:
Revision history for this message
Best Michael Hofmann (mh21) said :
#1

Hi,

this is possible on the command line or with dconf-editor.

On the command line, use
  dconf write /de/mh21/indicator-multiload/general/graphs "['mem', 'cpu', 'net', 'swap', 'load', 'disk']"

With dconf-editor, go to /de/mh21/indicator-multiload/general, and change the order of the graph names in 'graphs'.

Cheers
  Michael

Revision history for this message
AllesMeins (spam-startrekarchiv) said :
#2

Great, thanks!