Add temperature to conky clock
This commit is contained in:
parent
c43307d559
commit
f24b6e1c5f
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}$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")
|
||||
|
|
Loading…
Reference in a new issue