Conky With Lua

Themes, icons, wallpapers, etc.
Message
Author
User avatar
spiritwild
Posts: 181
Joined: Mon 03 Oct 2016, 10:06

#106 Post by spiritwild »

I use to have a script with

wget http://ipinfo.io/ip -qO -


and ad to /.conkyrc file;
IP: ${exec sh ip.sh}

This use to work also

${exec curl -s http://ipinfo.io/ip -qO -}


I dont know if that still works, still displays IP in terminal though

Post Reply