diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-26 15:41:36 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-26 15:41:36 +0400 |
commit | 1cd740e9d6ffc0cca87cd58367d69484414fbc66 (patch) | |
tree | f856adc0db240f9f68bd34eb2a91559b6b68c7d5 | |
parent | 3c3c118fcc1b1e883fb387e23f0d34e6d2128324 (diff) |
swall: minor tweak
-rwxr-xr-x | scripts/swall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/swall b/scripts/swall index 34f5ec5..16fe4b7 100755 --- a/scripts/swall +++ b/scripts/swall @@ -64,7 +64,7 @@ if [ -n "${waldir}" ]; then | shuf -n 1 ) fi -[ -z ${image} ] && err "${0}: No image file found" +[ -z "${image}" ] && err "${0}: No image file found" run "xwallpaper --zoom ${image}" \ "${0}: Failed to set wallpaper" |