From 81fc658fef416b7623260f4a87549dc5927a4a93 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Thu, 2 Apr 2020 22:05:32 +0200 Subject: [PATCH] Display total mail number --- dotfiles/systemd.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/systemd.org b/dotfiles/systemd.org index 016b849..31902c2 100644 --- a/dotfiles/systemd.org +++ b/dotfiles/systemd.org @@ -224,7 +224,7 @@ https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage- # ============================================================= # Notification if [ "$new" -gt 0 ]; then - dunstify --replace=98465 'New mail' " $esrf_new  $gmail_new  $ulg_new  $uliege_new" + dunstify --replace=98465 'Mails ' "$(($gmail_new+$esrf_new+$ulg_new+$uliege_new)) new mail(s)" fi # =============================================================