aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/mail/check_mail.sh
diff options
context:
space:
mode:
Diffstat (limited to 'X11/mail/check_mail.sh')
-rwxr-xr-xX11/mail/check_mail.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/mail/check_mail.sh b/X11/mail/check_mail.sh
index b6cca10..ae10bd8 100755
--- a/X11/mail/check_mail.sh
+++ b/X11/mail/check_mail.sh
@@ -12,7 +12,7 @@ NUMBER=$(
12if [[ -n "$NUMBER" && $NUMBER -gt 0 ]]; then 12if [[ -n "$NUMBER" && $NUMBER -gt 0 ]]; then
13 DISPLAY=:0 \ 13 DISPLAY=:0 \
14 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/`id -u`/bus \ 14 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/`id -u`/bus \
15 notify-send "New Mail: $NUMBER" 15 notify-send "New Mail: $NUMBER" --expire-time=20000
16else 16else
17 date 17 date
18fi 18fi