Decrease conky temperature update time to 30 minutes

This commit is contained in:
Talia 2020-10-20 08:04:02 +02:00
parent 4698faee3b
commit 20dd449a03
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ else
end end
conky.text = table.concat({[[ 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} $color3${hr}
${alignr}${font Quicksand:size=20}$color2${time %A} ${time %d.%m.%Y}$color ${alignr}${font Quicksand:size=20}$color2${time %A} ${time %d.%m.%Y}$color
]]}, "\n") ]]}, "\n")