diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-02-22 16:39:58 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-22 16:39:58 -0500 |
| commit | f575dadeefc6d8b58b3f13b12a315b25de2332b5 (patch) | |
| tree | fb200733f0fdd66fa23fb5ab97070e2b1de86ab2 /.scripts/tools/ifinstalled | |
| parent | f3d33a0b67ebc1f15a12673645935a5cbde0300d (diff) | |
| download | eibhear-f575dadeefc6d8b58b3f13b12a315b25de2332b5.tar.gz eibhear-f575dadeefc6d8b58b3f13b12a315b25de2332b5.tar.zst eibhear-f575dadeefc6d8b58b3f13b12a315b25de2332b5.zip | |
note bloat gone; pix replaced with emojis
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 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" "<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 ;} |
