PDA

View Full Version : [all variants] A conky question (IP related)


wolfe
July 23rd, 2008, 04:24 PM
How can I make conky show my external IP address? Is there a way to query whatismyipaddress.com?

easybake
July 23rd, 2008, 04:44 PM
How can I make conky show my external IP address? Is there a way to query whatismyipaddress.com?


Put this in your conkyrc
${execi 3600 wget -O - http://whatismyip.org/ | tail}

wolfe
July 23rd, 2008, 06:14 PM
thanks so much, works perfectly!