updated readme and assembly output name, cause spaces might be bad in cmd to run stuff

main
Theenoro 2023-05-22 00:47:14 +02:00
parent 967bfae083
commit afb53994d0
2 changed files with 15 additions and 1 deletions

View File

@ -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)

View File

@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>RGB Thingie</AssemblyName>
<AssemblyName>RGBThingie</AssemblyName>
</PropertyGroup>
<ItemGroup>