Go to file
Dmitry Isaenko 0bc4aa5f3b Update UI 2019-10-29 05:21:32 +03:00
src/main Update UI 2019-10-29 05:21:32 +03:00
.gitignore More things for effects support 2019-10-15 04:31:19 +03:00
Jenkinsfile Settings window added; tray usage option added. 2019-10-20 00:07:01 +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 Update screenshots 2019-10-20 23:48:43 +03:00
pom.xml Update dark theme 2019-10-24 01:28:00 +03:00

README.md

LogiLedus

License Releases LatestVer

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 to use NS not-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

Building

$ mvn package

Support this app

If you like this app, just give a star.

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

Yandex.Money

PayPal

*Legal information:

  • [EN] Please note! This is non-commercial application. Any received money considered as a gift.
  • [RU] Пожалуйста обратите внимание! Это некоммерческое приложение. Перечисляя средства вы совершаете дарение.

TODO

  • Tray support
    • tray icon size checks
  • Configuration files support
  • Settings
    • Tray icon settings
    • Autoload
  • Headless mode (CLI)
  • Fix UI
    • Add opened file name to info pane
  • Dark theme