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 hlcat='highlight -O xterm256'
|
||||
alias please='sudo'
|
||||
export HISTIGNORE='ls:clear:history:vimswitch'
|
||||
export HISTIGNORE='ls:clear:history:vimswitch*'
|
||||
|
||||
if which nvim > /dev/null
|
||||
then
|
||||
|
|
|
@ -53,7 +53,7 @@ else
|
|||
end
|
||||
|
||||
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}
|
||||
${alignr}${font Quicksand:size=20}$color2${time %A} ${time %d.%m.%Y}$color
|
||||
]]}, "\n")
|
||||
|
|
Loading…
Reference in a new issue