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")