From 3cf95e8ea2baa48babc2253386bc09f60e0ae322 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 15 Sep 2023 01:31:05 +0300 Subject: meta: Don’t pass ‘-u normal’ to ‘notify-send’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/eww/scripts/email-listener | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') 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 } -- cgit v1.2.3