diff options
| -rwxr-xr-x | smart-wallpaper | 2 |
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 |