mrmierzejewski / conkyrc

Sample Conky (system monitor) configuration file with weather, CPU graph, memory graph, network traffic graph and processes
139 stars 54 forks source link

display current weather status #8

Open ogre25 opened 6 years ago

ogre25 commented 6 years ago

hi zenzire: if you neel display current weather status,please revise conkyrc like this on line 75

${goto 46}${voffset 14}${font Droid Sans :size=12}${color1}${execi 300 grep "yweather:condition" ~/.cache/weather.xml | grep -o "text=\"[^\"]\"" | grep -o "\"[^\"]\"" | grep -o "[^\"]*" | sed -n "1p"}${font}${color}

sorry,my english is very bad.