From 20dd449a0330a19116f108d8e4b746959ff1d439 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 20 Oct 2020 08:04:02 +0200 Subject: [PATCH] Decrease conky temperature update time to 30 minutes --- conky/clock.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conky/clock.conf b/conky/clock.conf index 86382c1..cbf1d44 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}${alignr}${font Quicksand:size=30}${execi 10 curl 'wttr.in/falkenstein%20(vogtland)?format=2' | grep -o -P '[+-].*C' }${font} +${offset 10}${font Quicksand:size=40}${time %H:%M}${alignr}${font Quicksand:size=30}${execi 1800 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")