We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9bae0b + 64f6b7c commit 92a5f99Copy full SHA for 92a5f99
1 file changed
README.md
@@ -22,3 +22,10 @@ Use this step to check, whether the machine's rgb this container runs on can be
22
```shell
23
docker exec -it doganm95-openrgb-server /sh
24
```
25
+
26
+Then try changing the color of the device that is listed first, using this in the docker shell
27
+The 6 digit hex after --color defines the color in Red, Green & Blue.
28
29
+```shell
30
+/usr/local/bin/OpenRGB.AppImage -d 0 --mode static --color 00FF00 -v
31
+```
0 commit comments