X-Git-Url: https://git.phdru.name/?p=xsetbg.git;a=blobdiff_plain;f=xsetbg-start-http-pinger;fp=pinger-start;h=51fee51b18a8ff32f080674776f4ca942bc51e92;hp=fc6e7e48c223fce65835e1560cc3ac8d41b22028;hb=6fdaef5ca8e161e704979b30dc31f4a6503b6541;hpb=ce7e898fbb770cf916841494c892ed3792db5906 diff --git a/pinger-start b/xsetbg-start-http-pinger similarity index 82% rename from pinger-start rename to xsetbg-start-http-pinger index fc6e7e4..51fee51 100755 --- a/pinger-start +++ b/xsetbg-start-http-pinger @@ -4,5 +4,5 @@ (cd "$HOME/lib/xsetbg" && \ while true; do sleep 60 - ./xsetbg-ping + ./xsetbg-http-change done) &