diff options
Diffstat (limited to '.config/i3blocks')
-rw-r--r-- | .config/i3blocks/config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 8791d17..e094451 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -34,8 +34,7 @@ interval=86399 command=doas freebsd-update updatesready > /dev/null ; [ $? -ne 2 ] && printf "ó°£ Updates ready" || return 0 [weather] -interval=3600 -#command=[ "$BLOCK_BUTTON" = 3 ] && alacritty -e zsh -i -c "fetch --user-agent=curl -qo - https://wttr.in/23435 && read line" || fetch -qo - "https://wttr.in/23435?format=%c+%f+%h+%w" +interval=300 command=weather.sh [net] |