summaryrefslogtreecommitdiff
path: root/.config/eww
diff options
context:
space:
mode:
Diffstat (limited to '.config/eww')
-rwxr-xr-x.config/eww/scripts/email-listener2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/eww/scripts/email-listener b/.config/eww/scripts/email-listener
index b8c7ad7..a555d09 100755
--- a/.config/eww/scripts/email-listener
+++ b/.config/eww/scripts/email-listener
@@ -18,7 +18,7 @@ count()
;;
esac
- [ $x -gt ${prev:=0} ] && notify-send -a email -u normal 'New Email' \
+ [ $x -gt ${prev:=0} ] && notify-send -a email 'New Email' \
"A new unread email has been recieved. $cnt."
prev=$x
}