about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Palenzuela <[email protected]>2019-06-30 12:34:39 +0200
committerManuel Palenzuela <[email protected]>2019-06-30 12:34:39 +0200
commitdb8955cb5cf35133341fad6a14f19c85610c5eda (patch)
tree23adc328297b03ae90e561be53ab63ba89300b6f
parentRewrite. Added exit function. Added good day/night checking + no overlaying o... (diff)
downloadsmart-wallpaper-db8955cb5cf35133341fad6a14f19c85610c5eda.tar.gz
smart-wallpaper-db8955cb5cf35133341fad6a14f19c85610c5eda.tar.bz2
smart-wallpaper-db8955cb5cf35133341fad6a14f19c85610c5eda.zip
Removed debugging echoes
-rwxr-xr-xsmart-wallpaper6
1 files changed, 1 insertions, 5 deletions
diff --git a/smart-wallpaper b/smart-wallpaper
index 429ec1e..9c1650e 100755
--- a/smart-wallpaper
+++ b/smart-wallpaper
@@ -92,11 +92,8 @@ do
   checktime
 
   if [ $timebool == true ]; then
-    echo "same"
-    #:
+     :
   else
-    echo "diifferent"
-    echo $currenttime
     if [ "$location" != "" ]; then
       if redshift -l $location -p | grep -i -q "day"; then
         currenttime="day"
@@ -115,7 +112,6 @@ do
       fi
     fi
   fi
-    echo $currenttime
 
   sleep 500s
 done