Skip to content
Snippets Groups Projects
Commit e401217b authored by nimrod's avatar nimrod
Browse files

Really notify about failure.

parent b7d70810
No related branches found
No related tags found
No related merge requests found
...@@ -253,7 +253,7 @@ __command_notifier () { ...@@ -253,7 +253,7 @@ __command_notifier () {
then then
notify-send "$last_command has finished." notify-send "$last_command has finished."
else else
notify-send "$last_command has failed." notify-send --urgency=critical "$last_command has failed."
fi fi
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment