summaryrefslogtreecommitdiffstats
path: root/.scripts/tools/ifinstalled
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-02-02 13:10:43 -0500
committerGitHub <noreply@github.com>2019-02-02 13:10:43 -0500
commita37aba2078c083fecb9761e5dd6c740cf1414989 (patch)
tree3b9e126da9cf874285718c91702fb14501a3faf5 /.scripts/tools/ifinstalled
parent18378660cae369465f520fb656c64b59dc0c5411 (diff)
parent1bffcd12c363064829682e16690430a118d962a4 (diff)
downloadeibhear-a37aba2078c083fecb9761e5dd6c740cf1414989.tar.gz
eibhear-a37aba2078c083fecb9761e5dd6c740cf1414989.tar.zst
eibhear-a37aba2078c083fecb9761e5dd6c740cf1414989.zip
Merge branch 'master' into dmenuumount
Diffstat (limited to '.scripts/tools/ifinstalled')
-rwxr-xr-x.scripts/tools/ifinstalled2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/tools/ifinstalled b/.scripts/tools/ifinstalled
index bdbcbc4..bbaaf11 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 "$1 is not installed." && exit 1 ;}
+command -v "$1" >/dev/null || { notify-send -i "$PIX/larbs.svg" "<b>$1</b> must be installed for this function." && exit 1 ;}