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 # =============================================================