aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/setbg-texample4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/setbg-texample b/bin/setbg-texample
index e577b5b..5c06b6d 100755
--- a/bin/setbg-texample
+++ b/bin/setbg-texample
@@ -1,5 +1,9 @@
#!/bin/bash
+# Test internet
+wget -q --spider --timeout=2 https://google.com
+if [ $? -ne 0 ]; then exit -1; fi
+
SCR_WIDTH=1980
SCR_HEIGHT=1080
PADDING=50