From 97030af5653db587d56a34b16f0a3ca0963e8e3e Mon Sep 17 00:00:00 2001 From: Stef Dunlap Date: Tue, 21 Dec 2021 11:52:19 -0500 Subject: [PATCH] hack hack hack --- README.md | 2 ++ puter.html | 87 +++++++++++++++++++++++++++++++++++++++++++++++ update_colour.ps1 | 3 +- 3 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 puter.html 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