aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2016-10-11 23:24:29 +0200
committerCamil Staps2016-11-30 19:11:44 +0100
commit48c34563ec69880a3410e0416072e43193fac615 (patch)
treeb7470f355fa4fe073ff6c4772fefb023673bd395
parentDon't startup ff and icedove automatically (diff)
Longer timeout for setbg
-rwxr-xr-xbin/setbg-texample2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/setbg-texample b/bin/setbg-texample
index cbfdeae..ee996d3 100755
--- a/bin/setbg-texample
+++ b/bin/setbg-texample
@@ -13,7 +13,7 @@ function fail() {
}
# Test internet
-timeout 2 wget -q --spider http://texample.net
+timeout 4 wget -q --spider http://texample.net
if [ $? -ne 0 ]; then fail; fi
let "SCR_WIDTH -= 2 * $PADDING"