PDA

View Full Version : conky theme IP doesnt show up



tomasvdmeer
April 30th, 2014, 07:57 PM
Hi all

in my theme file of conky i have this code:


${color}public IP: $alignr${execi 60 ~/.conky/ip.sh}


and in the ip.sh i have this code


#!/bin/bash
wget http://checkip.dyndns.org/ -q -O - |
grep -Eo '\<[[:digit:]]{1,3}(\.[[:digit:]]{1,3}){3}\>'

And still the ip adress doesnt show up, whats the mistake i made?
thxalot

tomasvdmeer
April 30th, 2014, 08:12 PM
Fixed it, execi wont work