Reduce conky temperature timeout
This commit is contained in:
parent
56430ca20a
commit
89a96fefe6
2 changed files with 2 additions and 2 deletions
2
bashrc
2
bashrc
|
@ -27,7 +27,7 @@ alias qed='[ $RANDOM -ge $((32767 / 100 * 10)) ] && echo Quod Erat Demonstrandum
|
||||||
alias u='unicode'
|
alias u='unicode'
|
||||||
alias hlcat='highlight -O xterm256'
|
alias hlcat='highlight -O xterm256'
|
||||||
alias please='sudo'
|
alias please='sudo'
|
||||||
export HISTIGNORE='ls:clear:history:vimswitch'
|
export HISTIGNORE='ls:clear:history:vimswitch*'
|
||||||
|
|
||||||
if which nvim > /dev/null
|
if which nvim > /dev/null
|
||||||
then
|
then
|
||||||
|
|
|
@ -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=20}${execi 1800 curl 'wttr.in/falkenstein%20(vogtland)?format=%t%20/%20%f' }${font}
|
${offset 10}${font Quicksand:size=40}${time %H:%M}${alignr}${font Quicksand:size=20}${execi 300 curl 'wttr.in/falkenstein%20(vogtland)?format=%t%20/%20%f' }${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")
|
||||||
|
|
Loading…
Reference in a new issue