From c28b62ffeba2e072011223b96afddc6cf053a177 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 14 Sep 2022 21:00:03 -0400 Subject: i3, i3blocks, mpv, xinit --- .config/i3blocks/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/i3blocks') diff --git a/.config/i3blocks/config b/.config/i3blocks/config index e976f59..178b82c 100644 --- a/.config/i3blocks/config +++ b/.config/i3blocks/config @@ -19,10 +19,10 @@ interval=once signal=14 command=count=$(pkg upgrade -n | sed -n 's/^Number of packages to be upgraded:\(.*\)/\1/p') ; [ -n "$count" ] && [ "$count" -gt 0 ] && printf "󰏖 %s" $count && return 33 || return 0 -[mail] -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 +#[mail] +#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 [weather] interval=300 -- cgit v1.2.3