From 775ceccf3a4f22ec01e2b6a9280d60d0c4b1a8af Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 4 Feb 2018 15:52:24 +1100 Subject: misc: fixes --- pywal/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pywal/util.py') diff --git a/pywal/util.py b/pywal/util.py index a2325e8..1302e13 100644 --- a/pywal/util.py +++ b/pywal/util.py @@ -146,7 +146,7 @@ def disown(cmd): def msg(input_msg, notify): """Print to the terminal and display a libnotify notification.""" - if notify and shutil.which("notify"): + if notify and shutil.which("notify-send"): disown(["notify-send", input_msg]) print(input_msg) -- cgit v1.2.3