From f24b6e1c5fcf44141bf99884ab9ca5e23cc5c870 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 30 Sep 2020 14:02:06 +0200 Subject: [PATCH] Add temperature to conky clock --- conky/clock.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conky/clock.conf b/conky/clock.conf index aeeafd3..86382c1 100644 --- a/conky/clock.conf +++ b/conky/clock.conf @@ -53,7 +53,7 @@ else end conky.text = table.concat({[[ -${offset 10}${font Quicksand:size=40}${time %H:%M}$font +${offset 10}${font Quicksand:size=40}${time %H:%M}${alignr}${font Quicksand:size=30}${execi 10 curl 'wttr.in/falkenstein%20(vogtland)?format=2' | grep -o -P '[+-].*C' }${font} $color3${hr} ${alignr}${font Quicksand:size=20}$color2${time %A} ${time %d.%m.%Y}$color ]]}, "\n")