summarylogtreecommitdiffstats
path: root/bing-wallpaper-autostart.sh
diff options
context:
space:
mode:
authorWeitian Leung2016-03-25 22:14:05 +0800
committerWeitian Leung2016-03-25 22:14:05 +0800
commit5cbe7ca99bf7a49a00bfe5447f0388dc4aa1caae (patch)
tree7ff4bf4aa3a818f85f13934d2a00c81c46b86acd /bing-wallpaper-autostart.sh
parent9071cf41ea8a33f61e1d8d70b729476665491737 (diff)
downloadaur-5cbe7ca99bf7a49a00bfe5447f0388dc4aa1caae.tar.gz
new update from upstream
Diffstat (limited to 'bing-wallpaper-autostart.sh')
-rwxr-xr-xbing-wallpaper-autostart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bing-wallpaper-autostart.sh b/bing-wallpaper-autostart.sh
index 0aadbc2a6fb7..4319b4a347bb 100755
--- a/bing-wallpaper-autostart.sh
+++ b/bing-wallpaper-autostart.sh
@@ -11,7 +11,7 @@ while [ $i -le 3 ]; do
break
fi
- seconds=$((5 * $i))
+ seconds=$((15 * $i))
sleep $seconds
let i=i+1