An open API service indexing awesome lists of open source software.

https://github.com/krutonium/multiplatform_backlight_changer

A simple application that works on both Windows and Linux to change the screen backlight level.
https://github.com/krutonium/multiplatform_backlight_changer

backlight csharp csharp-code dotnet linux mono windows

Last synced: about 2 months ago
JSON representation

A simple application that works on both Windows and Linux to change the screen backlight level.

Awesome Lists containing this project

README

          

# Multiplatform Backlight Changer
A simple application that works on both Windows and Linux to change the system backlight level.

Ubuntu will need the package `libmono-system-management4.0-cil`, since `System.Management` is used for the Windows Portion.

Once built (open in Visual Studio or MonoDevelop and hit Build) you can run it by:

(Linux)
`sudo mono IBC.exe 10` (Sets backlight to 10% of max)

(Windows)
`IBC.exe 10` (Same effect, but Windows doesn't require root.)

Valid Values are 1 to 100.

I shouldn't have to mention this, but I will anyway: This obviously requires you to have a screen whos brightness can be controlled by software - IE most Laptops, and almost never Desktops.