diff options
Diffstat (limited to 'dwmbar-functions/dwm_mail.sh')
| -rwxr-xr-x | dwmbar-functions/dwm_mail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmbar-functions/dwm_mail.sh b/dwmbar-functions/dwm_mail.sh index 27f3d51..7373e93 100755 --- a/dwmbar-functions/dwm_mail.sh +++ b/dwmbar-functions/dwm_mail.sh @@ -7,7 +7,7 @@ # To count mail in an inbox, change "/path/to/inbox" below to the location of your inbox. For example, "/home/$USER/.mail/new" dwm_mail () { - MAILBOX=$(ls /path/to/inbox | wc -l) + MAILBOX=$(ls /home/$USER/.local/share/mail/[email protected]/INBOX/new | wc -l) printf "%s" "$SEP1" if [ "$IDENTIFIER" = "unicode" ]; then |
