


Conky Ubuntu Lucid Theme
Conky by Veoduendes 17 comments
Hello
I really loved this one! I am actually using it right now and will be using it!!
Here is a simple python script to retrieve public IP. just save it as myip.py or something and change the code in conky to point to the right filename!
[color=#ff0000]#!/usr/bin/env python
import urllib2
myip = urllib2.urlopen("http://whatismyip.com/automation/n09230945.asp").read()
print myip[/color] - May 07 2010
I really loved this one! I am actually using it right now and will be using it!!
Here is a simple python script to retrieve public IP. just save it as myip.py or something and change the code in conky to point to the right filename!
[color=#ff0000]#!/usr/bin/env python
import urllib2
myip = urllib2.urlopen("http://whatismyip.com/automation/n09230945.asp").read()
print myip[/color] - May 07 2010