diff options
author | Adam T. Carpenter <atc@53hor.net> | 2022-02-02 16:31:33 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2022-02-02 16:31:33 -0500 |
commit | 71faf889b520c81ce32f2a3088e39e6a8b6e7e33 (patch) | |
tree | b8f2bee8f5a2622a3b783e3bc098cb4b90f0c5f5 /.config/i3blocks | |
parent | 20130010d962581a2518590669e348288e4ebd4d (diff) | |
download | dotfiles-71faf889b520c81ce32f2a3088e39e6a8b6e7e33.tar.xz dotfiles-71faf889b520c81ce32f2a3088e39e6a8b6e7e33.zip |
simplify vim extensions, i3 config
Diffstat (limited to '.config/i3blocks')
-rw-r--r-- | .config/i3blocks/config | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/i3blocks/config b/.config/i3blocks/config index 0b22813..9d8a2cf 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -24,11 +24,6 @@ interval=once signal=12 command=unread=$(ls ~/.mail/gmail/Inbox/new/ | wc -l | cut -w -f2) ; [ $unread -gt 0 ] && printf " %s\n" $unread && return 33 || return 0 -[news] -interval=once -signal=13 -command=unread=$(newsboat -x print-unread|cut -w -f1) && [ "$unread" != 0 ] && [ "$unread" != Authentication ] && printf " %s\n" $unread || return 0 - [weather] interval=300 command=weather.sh |