From ad7492ed963c046c0e9f797c58e5cc28df410e51 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Mon, 6 Jun 2022 17:30:59 +0200 Subject: [PATCH] Conky: add line break --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6a3e1e..4669960 100644 --- a/README.md +++ b/README.md @@ -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} ```