OpenRGB: Difference between revisions

Layer-09 (talk | contribs)
Changed the layout, added more information
m Dark mode support
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:


== Installation ==
== Installation ==
<div style="border: 1px solid #D33; background: #FFEBEB; padding: 30px; border-radius: 5px; margin: 10px 0px; display: flex; align-items: center;">
<div style="border: 1px solid var(--border-color-error); background: var(--background-color-error-subtle); padding: 30px; border-radius: 5px; margin: 10px 0px; display: flex; align-items: center;">
     <div style="color: #D33; font-size: 40px; margin-right: 15px; background: #FFEBEB; display: flex; line-height: 0;  align-items: center;">⚠</div>
     <div style="color: var(--border-color-error); font-size: 40px; margin-right: 15px; background: var(--background-color-error-subtle); display: flex; line-height: 0;  align-items: center;">⚠</div>
     <div style="color: #D33; font-size: 15px; font-style: normal; font-weight: 400; line-height: normal; text-align: left;">Please do note that installing this package by itself will lead to udev rules not being set up correctly. It is recommended to have both services.hardware.openrgb.enable = true; and the package installed (either openrgb or openrgb-with-all-plugins)</div>
     <div style="color: var(--border-color-error); font-size: 15px; font-style: normal; font-weight: 400; line-height: normal; text-align: left;">Please do note that installing this package by itself will lead to udev rules not being set up correctly. It is recommended to have both services.hardware.openrgb.enable = true; and the package installed (either openrgb or openrgb-with-all-plugins)</div>
</div>
</div>


Line 51: Line 51:
== Tips and Tricks ==
== Tips and Tricks ==
==== Location of Options ====
==== Location of Options ====
The global options are listed on [https://mynixos.com/search?q=openrgb MyNixOS].  
The global options are listed on [https://search.nixos.org/options?query=services.hardware.openrgb services.hardware.openrgb.*].  


==== Turn off RGB ====
==== Turn off RGB ====
Line 90: Line 90:
== References ==
== References ==
* https://openrgb.org/
* https://openrgb.org/
* https://mynixos.com/search?q=openrgb
* https://search.nixos.org/options?query=services.hardware.openrgb
 
[[Category:Hardware]]