Hello I'm new to Ubuntu and am trying to set up a Conky display on my desktop. I've run into a problem with execigraph though, and I was hoping someone could point me in the right direction.
I've got a simple script in ruby:
It works fine for the execgraph:
Code:
${execgraph ~/myStuff/conky/test.rb}
and prints a nice graph.
When I try and run
Code:
${execigraph 5 ~/myStuff/conky/test.rb}
I don't get anything at all. Any ideas where I'm going wrong?
I'm running Ubuntu 12.04
Any help appreciated!