diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-02-02 13:10:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-02 13:10:43 -0500 |
| commit | a37aba2078c083fecb9761e5dd6c740cf1414989 (patch) | |
| tree | 3b9e126da9cf874285718c91702fb14501a3faf5 /.scripts/tools/ifinstalled | |
| parent | 18378660cae369465f520fb656c64b59dc0c5411 (diff) | |
| parent | 1bffcd12c363064829682e16690430a118d962a4 (diff) | |
| download | eibhear-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/ifinstalled | 2 |
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 ;} |
