From f575dadeefc6d8b58b3f13b12a315b25de2332b5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 22 Feb 2019 16:39:58 -0500 Subject: note bloat gone; pix replaced with emojis --- .scripts/tools/ifinstalled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scripts/tools/ifinstalled') diff --git a/.scripts/tools/ifinstalled b/.scripts/tools/ifinstalled index bbaaf11..0305f4f 100755 --- a/.scripts/tools/ifinstalled +++ b/.scripts/tools/ifinstalled @@ -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" "$1 must be installed for this function." && exit 1 ;} +command -v "$1" >/dev/null || { notify-send "📦 $1 must be installed for this function." && exit 1 ;} -- cgit v1.3.1