major springcleaning
This commit is contained in:
4
.local/bin/statusbar/sb-getmail
Executable file
4
.local/bin/statusbar/sb-getmail
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
num=$(find ~/.local/share/mail/*/INBOX/new -type f | wc -l)
|
||||
[ $num != 0 ] && printf "📬%s" "$num"
|
||||
printf '\n'
|
Reference in New Issue
Block a user