diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-05-09 10:47:26 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-05-09 10:47:26 -0400 |
commit | 3fa3268575dff1374dd419f2f3882704731f7eb7 (patch) | |
tree | 9e4ac88c5fbb563ab3d932a7ebd4a9b87344397c /.config/i3blocks/config | |
parent | 4252450f86624adf31b57f0863825b0539df119c (diff) | |
download | dotfiles-3fa3268575dff1374dd419f2f3882704731f7eb7.tar.xz dotfiles-3fa3268575dff1374dd419f2f3882704731f7eb7.zip |
added some aliases, changed up zsh prompt, removed widthxcol in
alacritty
Diffstat (limited to '.config/i3blocks/config')
-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] |