From 89a96fefe668ab6e34f0d1d3b051837be0ba4d6d Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 16 Nov 2020 08:17:55 +0100 Subject: [PATCH] Reduce conky temperature timeout --- bashrc | 2 +- conky/clock.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index d453f33..6fdb9f1 100644 --- a/bashrc +++ b/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 diff --git a/conky/clock.conf b/conky/clock.conf index 70ccec6..413c548 100644 --- a/conky/clock.conf +++ b/conky/clock.conf @@ -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")