Skip to content

Commit

Permalink
Update for v1.1
Browse files Browse the repository at this point in the history
Fixes #6. Also removes the requirement for the microphone is use tray icon to be visible in the notifications area.
  • Loading branch information
jschlackman authored Apr 15, 2022
1 parent 12d83f5 commit c5bbba5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Luxafor On Air
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.
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.

## Quick Start

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

## Requirements

* **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.
* **[.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.
* 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.
* **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.
* **[.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.
* 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.

## Development
Expand Down

0 comments on commit c5bbba5

Please sign in to comment.