diff --git a/README.md b/README.md index b03517a..de5cfb0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # irl-colour-time +This is the very hacky source code behind http://chez.kindrobot.ca/puter.html. + diff --git a/puter.html b/puter.html new file mode 100644 index 0000000..8969cc2 --- /dev/null +++ b/puter.html @@ -0,0 +1,87 @@ + + +kindrobot + + + + +

'puter colour picker

+ Help me decorate my office. + +
+ + + + + +
+ a computer with some colour + + + + \ No newline at end of file diff --git a/update_colour.ps1 b/update_colour.ps1 index ff540a6..eb3224b 100644 --- a/update_colour.ps1 +++ b/update_colour.ps1 @@ -10,4 +10,5 @@ echo $blue $setCmd = "set-all=$red,$green,$blue" echo $setCmd -& "C:\Program Files\AlienFX Tools\alienfx-cli.exe" $setCmd \ No newline at end of file +& "C:\Program Files\AlienFX Tools\alienfx-cli.exe" $setCmd +& 'C:\Program Files\OpenCamera\openphoto.exe' C:\inetpub\wwwroot\puter.png \ No newline at end of file