diff --git a/kunst b/kunst index a79fd61..bb1b040 100755 --- a/kunst +++ b/kunst @@ -172,7 +172,7 @@ pre_exit() { main() { - dependencies=(sxiv imagemagick bash ffmpeg mpc jq mpd) + dependencies=(sxiv convert bash ffmpeg mpc jq mpd) for dependency in "${dependencies[@]}"; do type -p "$dependency" &>/dev/null || { echo "error: Could not find '${dependency}', is it installed?" >&2