mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 20:31:17 +00:00
Precised last two weather_forecast xpaths
This commit is contained in:
parent
141c229afc
commit
bf1dea5e4e
@ -52,7 +52,7 @@ const char *xpath_expression_df[NUM_XPATH_EXPRESSIONS_DF] = {
|
|||||||
"/weather/dayf/day[*]/part[1]/icon", "/weather/dayf/day[*]/part[1]/t",
|
"/weather/dayf/day[*]/part[1]/icon", "/weather/dayf/day[*]/part[1]/t",
|
||||||
"/weather/dayf/day[*]/part[1]/wind/s","/weather/dayf/day[*]/part[1]/wind/d",
|
"/weather/dayf/day[*]/part[1]/wind/s","/weather/dayf/day[*]/part[1]/wind/d",
|
||||||
"/weather/dayf/day[*]/part[1]/ppcp", "/weather/dayf/day[*]/part[1]/hmid",
|
"/weather/dayf/day[*]/part[1]/ppcp", "/weather/dayf/day[*]/part[1]/hmid",
|
||||||
"//@t", "//@dt"
|
"/weather/dayf/day[*]/@t", "/weather/dayf/day[*]/@dt"
|
||||||
};
|
};
|
||||||
#endif /* XOAP */
|
#endif /* XOAP */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user