From 2d7f339d2fd96a6bc7d08469a5f1939e1c4d4a82 Mon Sep 17 00:00:00 2001 From: Chuck the Gecko <32848614+chuckthegecko@users.noreply.github.com> Date: Mon, 12 Feb 2018 00:07:12 +0100 Subject: [PATCH] elaborated README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ee04bc1..d89ed68 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # archillect-display A screen we set up as art in our Hackerspace that displays a new image from archillect.com every 10 minutes. + +Archillect is a bot-driven project that finds images that evoke emotion, often times with an ambient and dark tone. This physical exhibition should bring this ambience to our hackerspace. + +On a system with X, the script "timer-wrapper.sh" should be executed. This will cause a new image to be displayed at every full 10 minutes of the time. It runs forever and checks every 60 seconds whether to run "archillect.sh", which actually gets and displays the image. + +The "archillect.sh" is well commented for every step in the algorithm.