note bloat gone; pix replaced with emojis

This commit is contained in:
Luke Smith
2019-02-22 16:39:58 -05:00
parent f3d33a0b67
commit f575dadeef
5 changed files with 7 additions and 19 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
# If $1 command is not available, error code and notify.
command -v "$1" >/dev/null || { notify-send -i "$PIX/larbs.svg" "<b>$1</b> must be installed for this function." && exit 1 ;}
command -v "$1" >/dev/null || { notify-send "📦 <b>$1</b> must be installed for this function." && exit 1 ;}