X-Git-Url: https://git.draconx.ca/gitweb/fvwmconf.git/blobdiff_plain/eecdebcd2e2f90acc7a19ced1896a87dac6c3e0f..ad2f258f8c7ac84ff014ebb76cb266a75f05581c:/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