It works nicely with the --trayicon switch. I created a script to replace the original file with a script which will use the switch:
sudo mv /usr/bin/indicator-multiload /usr/bin/indicator-multiload.origi; echo 'indicator-multiload.origi --trayicon' | sudo tee /usr/bin/indicator-multiload; sudo chmod +x /usr/bin/indicator-multiload
It works nicely with the --trayicon switch.
I created a script to replace the original file with a script which will use the switch:
sudo mv /usr/bin/ indicator- multiload /usr/bin/ indicator- multiload. origi; echo 'indicator- multiload. origi --trayicon' | sudo tee /usr/bin/ indicator- multiload; sudo chmod +x /usr/bin/ indicator- multiload