about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xsmart-wallpaper2
1 files changed, 1 insertions, 1 deletions
diff --git a/smart-wallpaper b/smart-wallpaper
index 2089958..0ddc2cc 100755
--- a/smart-wallpaper
+++ b/smart-wallpaper
@@ -163,7 +163,7 @@ if [ "$randomize" == false ]; then
   nighttimewallpaper=$(find $input_nighttimewallpaper -type f | shuf -n 1)
 fi
 
-if [[ -z $framerate ]]; then
+if [[ ! $framerate = '' ]]; then
 	delay_flag="--delay $(expr 100 / $framerate)"
 fi