X-Git-Url: http://git.draconx.ca/gitweb/fvwmconf.git/blobdiff_plain/0e41b01616fa8eecd6054393877a8c048c93889d..01c0c7e8df66f488f498bf088a5850def432f41c:/scripts/bgmenu.zsh diff --git a/scripts/bgmenu.zsh b/scripts/bgmenu.zsh index 7c0b7d4..15bbd2a 100755 --- a/scripts/bgmenu.zsh +++ b/scripts/bgmenu.zsh @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/usr/bin/env zsh # Generates an FVWM menu for selecting the PNG images found in a given # directory. Thumbnails for the images are generated on the fly using convert # from ImageMagick, and stored in the .thumbs subdirectory. The menu items @@ -6,7 +6,7 @@ menu="MenuWallpaper" func="SetWallpaper" -thumber="$FVWM_USERDIR/scripts/thumbnail.sh" +thumber="$FVWM_USERDIR/scripts/thumbnail.zsh" if [ ! -d "$1" ]; then echo "usage: $0 [menuname]" 1>&2