From afb53994d056953ad1e8aecfc1144e3f01d2bd2d Mon Sep 17 00:00:00 2001 From: Theenoro Date: Mon, 22 May 2023 00:47:14 +0200 Subject: [PATCH] updated readme and assembly output name, cause spaces might be bad in cmd to run stuff --- README.md | 14 ++++++++++++++ background-thingies-with-illumi.csproj | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd67479..d9b00bf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # background-thingies-with-illumi +currently just for blinking mouse + +## how to run it + +```cmd +.\RGBThingie.exe blink 10 255 0 255 +``` + +Arguments: +1.) effect (`blink`) +2.) duration in seconds +3.) red (0-255) +4.) green (0-255) +5.) blue (0-255) \ No newline at end of file diff --git a/background-thingies-with-illumi.csproj b/background-thingies-with-illumi.csproj index 75f5004..a6ab344 100644 --- a/background-thingies-with-illumi.csproj +++ b/background-thingies-with-illumi.csproj @@ -5,7 +5,7 @@ net6.0 enable enable - RGB Thingie + RGBThingie