Go to file
Dmitry Isaenko 0effa74477
continuous-integration/drone/push Build is passing Details
Few small but cute UI enhancements, add contributors list to 'About' section, update readme, let application version visible in application to be taken directly from POM
2022-09-20 00:38:33 +03:00
screenshots Add 'open recent configuration file on start' option. 2021-10-26 06:51:48 +03:00
src/main Few small but cute UI enhancements, add contributors list to 'About' section, update readme, let application version visible in application to be taken directly from POM 2022-09-20 00:38:33 +03:00
.drone.yml Add Drone CI, remove malware Jenkins. 2022-07-18 23:20:53 +03:00
.gitignore More things for effects support 2019-10-15 04:31:19 +03:00
KEYCODES_G513.md Initial commit 2019-10-13 02:11:02 +03:00
LICENSE Initial commit 2019-10-13 02:11:02 +03:00
README.md Few small but cute UI enhancements, add contributors list to 'About' section, update readme, let application version visible in application to be taken directly from POM 2022-09-20 00:38:33 +03:00
pom.xml Few small but cute UI enhancements, add contributors list to 'About' section, update readme, let application version visible in application to be taken directly from POM 2022-09-20 00:38:33 +03:00

README.md

LogiLedus

License Releases LatestVer Build Status

GitHub mirror. Click here to get it from independent source code location

Nightly builds could be found somewhere on redrise.ru

Support author

LogiLedus is a Logitech G513 Carbon GUI driver for adjusting backlight and effects.

Screenshot 1 Screenshot 2 Screenshot 3

License

GNU General Public License v3

Used libraries & resources

System requirements

JRE/JDK 8u60 or higher.

Usage in Linux

  1. Install JRE/JDK 8u60 or higher (openJDK is good. Oracle's one is also good). JavaFX not needed (it's embedded).

  2. root # java -jar /path/to/application.jar

  3. Optional: Add user to 'udev' rules. Required to use application not only from root account.

root # vim /etc/udev/rules.d/99-G513.rules
SUBSYSTEM=="usb", ATTRS{idVendor}=="046D", ATTRS{idProduct}=="c33c", GROUP="plugdev"
root # udevadm control --reload-rules && udevadm trigger

Build

$ mvn package

Thanks

  • DDinghoya, who translated this application to Korean!

Support this app

If you like this app, just give a star.

Want to support development? Make a donation* (see below):

ЮMoney

*Please note: this is non-commercial application.

TODO

  • Tray support: tray icon size checks
  • Headless mode (CLI)
  • Add opened file name to info pane