diff options
| author | Camil Staps | 2017-12-15 15:12:14 +0100 | 
|---|---|---|
| committer | Camil Staps | 2017-12-15 15:12:14 +0100 | 
| commit | 15d2934f146af634d96fdc20ba5237c09e55d157 (patch) | |
| tree | 2bcb984098ef3f6cd45d2881d11b5d555102449f /i3/bin/setbg-cloogle | |
| parent | Add Torxakis and SMV plugins for Vim (diff) | |
Fix setbg
Diffstat (limited to 'i3/bin/setbg-cloogle')
| -rwxr-xr-x | i3/bin/setbg-cloogle | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/i3/bin/setbg-cloogle b/i3/bin/setbg-cloogle index 97e8154..f205a80 100755 --- a/i3/bin/setbg-cloogle +++ b/i3/bin/setbg-cloogle @@ -1,7 +1,7 @@  #!/bin/bash  # Test internet -timeout 4 wget -q --spider http://cloogle.org || setbg-backup +timeout 4 wget -q --spider http://cloogle.org || setbg-backup || exit 1  stdbuf -i0 -o0 -e0 cloogle_stats.py | while read request  do | 
