From a113c5583f4763b779815c38fc48bde63b9ed832 Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 8 Nov 2021 14:04:29 +0100 Subject: [PATCH] add https to waether link --- files/i3blocks/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/i3blocks/config b/files/i3blocks/config index 53806a6..b82d36c 100644 --- a/files/i3blocks/config +++ b/files/i3blocks/config @@ -3,7 +3,7 @@ separator_block_width=15 markup=pango [weather] -command=curl -Ss 'wttr.in?format="%l:+%c%t+%w\n"' | xargs echo +command=curl -Ss 'https://wttr.in?format="%l:+%c%t+%w"' | xargs echo interval=600 color=#A4C2F4