-''' % spec.icon_size)
- url = flatURL(spec.url)
- spec.log('Fetching HTML...\r')
- html = spec.fetcher.fetch(url)
- spec.log('Parsing HTML...\r')
- dom = parse(spec.htmlfilter(html))
+\newcommand{\ifnotempty}[2]{\expandafter\ifx\expandafter\relax
+ \detokenize{#1}\relax\else #2\fi}
+%s
+''' % (spec.icon_size, spec.layout))
+ thread = Thread(spec)