Update temperature format in conky clock
This commit is contained in:
parent
e802e65c7f
commit
50526d01b9
1 changed files with 1 additions and 1 deletions
|
@ -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 1800 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=20}${execi 1800 curl 'wttr.in/falkenstein%20(vogtland)?format=%t%20/%20%f' }${font}
|
||||
$color3${hr}
|
||||
${alignr}${font Quicksand:size=20}$color2${time %A} ${time %d.%m.%Y}$color
|
||||
]]}, "\n")
|
||||
|
|
Loading…
Reference in a new issue