mirror of
https://github.com/chubin/wttr.in
synced 2025-01-25 18:24:59 +00:00
Conky: add line break
This commit is contained in:
parent
0675048175
commit
ad7492ed96
1 changed files with 2 additions and 1 deletions
|
@ -245,7 +245,8 @@ To embed in to an IRC ([Weechat](https://github.com/weechat/weechat)) client's e
|
|||
Conky usage example:
|
||||
|
||||
```
|
||||
${texeci 1800 curl wttr.in/kyiv_0pq_lang=uk.png | convert - -transparent black $HOME/.config/conky/out.png}
|
||||
${texeci 1800 curl wttr.in/kyiv_0pq_lang=uk.png
|
||||
| convert - -transparent black $HOME/.config/conky/out.png}
|
||||
${image $HOME/.config/conky/out.png -p 0,0}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue