From 71faf889b520c81ce32f2a3088e39e6a8b6e7e33 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 2 Feb 2022 16:31:33 -0500 Subject: simplify vim extensions, i3 config --- .config/i3blocks/config | 5 ----- 1 file changed, 5 deletions(-) (limited to '.config/i3blocks') 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 -- cgit v1.2.3