diff options
Diffstat (limited to 'pywal/util.py')
| -rw-r--r-- | pywal/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
