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