diff options
Diffstat (limited to '.config/i3blocks/config')
-rw-r--r-- | .config/i3blocks/config | 8 |
1 files changed, 4 insertions, 4 deletions
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 |