diff options
| -rwxr-xr-x | smart-wallpaper | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/smart-wallpaper b/smart-wallpaper index 4de7073..10f14e5 100755 --- a/smart-wallpaper +++ b/smart-wallpaper @@ -98,9 +98,7 @@ do checktime - if [ $timebool == true ]; then - : - else + if [ $timebool == false ]; then if [ "$location" != "" ]; then if redshift -l $location -p | grep -i -q "day"; then currenttime="day" |