diff options
| author | Manuel Palenzuela <[email protected]> | 2019-06-30 12:34:39 +0200 |
|---|---|---|
| committer | Manuel Palenzuela <[email protected]> | 2019-06-30 12:34:39 +0200 |
| commit | db8955cb5cf35133341fad6a14f19c85610c5eda (patch) | |
| tree | 23adc328297b03ae90e561be53ab63ba89300b6f | |
| parent | Rewrite. Added exit function. Added good day/night checking + no overlaying o... (diff) | |
| download | smart-wallpaper-db8955cb5cf35133341fad6a14f19c85610c5eda.tar.gz smart-wallpaper-db8955cb5cf35133341fad6a14f19c85610c5eda.tar.bz2 smart-wallpaper-db8955cb5cf35133341fad6a14f19c85610c5eda.zip | |
Removed debugging echoes
| -rwxr-xr-x | smart-wallpaper | 6 |
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 |