Skip to content

Commit c5bbba5

Browse files
authored
Update for v1.1
Fixes #6. Also removes the requirement for the microphone is use tray icon to be visible in the notifications area.
1 parent 12d83f5 commit c5bbba5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Luxafor On Air
2-
Windows 10 app to set [Luxafor RGB lights](https://luxafor.com/products/) according to whether your microphone is in use by other applications. Allows you to use your Luxafor lights as an 'on air' indicator to show when you are taking part in a web meeting and should not be disturbed, regardless of the meeting software you are using.
2+
Windows app to set [Luxafor RGB lights](https://luxafor.com/products/) according to whether your microphone is in use by other applications. Allows you to use your Luxafor lights as an 'on air' indicator to show when you are taking part in a web meeting and should not be disturbed, regardless of the meeting software you are using.
33

44
## Quick Start
55

@@ -9,9 +9,8 @@ Windows 10 app to set [Luxafor RGB lights](https://luxafor.com/products/) accord
99

1010
## Requirements
1111

12-
* **Windows 10 version 1903 (May 2019 Update)** is required. Earlier versions of Windows do not have the 'microphone in use' notification feature that this app relies on.
13-
* **[.NET Framework 4.7.2](https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net472-web-installer)** runtime (or later) is required, but this is installed by default with all versions of Windows 10 currently supported by Microsoft.
14-
* The built-in notification icon that indicates when the microphone is in use must be visible in the notification area (this is the default setting in Windows). If the user hides it in the notification overflow area, this app will not be able to detect when the microphone is in use.
12+
* **Windows 10 version 1903 (May 2019 Update)** or later is required (or any version of Windows 11). Earlier versions of Windows do not have the 'microphone in use' notification feature that this app relies on.
13+
* **[.NET Framework 4.7.2](https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net472-web-installer)** runtime (or later) is required, but this is installed by default with all versions of Windows 10 and 11 currently supported by Microsoft.
1514
* The official [Luxafor software](https://luxafor.com/download/) is **not** required, but if it is installed it should not be run at the same time as Luxafor On Air. The official software will override color changes made by this app.
1615

1716
## Development

0 commit comments

Comments
 (0)