A java GUI for Keyboard Light Manager of msi (or more maybe) working on Linux.
Find a file
2016-03-31 11:12:01 +02:00
resources Clean code and new release 2016-03-31 11:12:01 +02:00
src Clean code and new release 2016-03-31 11:12:01 +02:00
LICENSE Add license 2016-03-27 17:26:44 +02:00
Readme.md Edit readme 2016-03-29 14:35:18 +02:00

Welcome to open-klm !

This project provide user interface to change msi Keyboard Light Color (like MSI Keyboard Light Manager).


klm.jpg


How to use it ?

Simply download the jar from '/lib/release/'. Maybe you need to run the jar file as root user to make it work ! You can pass color arguments to set during your session startup :

Example : java -jar open-klm.jar -leftColor BLUE -middleColor RED -rightColor SKY
Available color : OFF, RED, ORANGE, YELLOW, GREEN, SKY, BLUE, PURPLE, WHITE.

In development...