logiledus/README.md

71 lines
2.4 KiB
Markdown
Raw Normal View History

2019-10-20 23:38:38 +03:00
# LogiLedus
2019-10-13 02:11:02 +03:00
2019-12-07 10:12:06 +03:00
![License](https://img.shields.io/badge/License-GPLv3-blue.svg) ![Releases](https://img.shields.io/github/downloads/developersu/LogiLedus/total.svg) ![LatestVer](https://img.shields.io/github/release/developersu/LogiLedus.svg)
2019-10-13 02:11:02 +03:00
[Support author](#support-this-app)
2019-10-20 23:38:38 +03:00
LogiLedus is a Logitech G513 Carbon GUI driver for adjusting backlight and effects.
2019-10-13 02:11:02 +03:00
2019-10-20 23:48:43 +03:00
![Screenshot 1](https://live.staticflickr.com/65535/48932060697_6f60cc4143_o.png)
![Screenshot 2](https://live.staticflickr.com/65535/48931873171_b00c4fd875_o.png)
![Screenshot 3](https://live.staticflickr.com/65535/48931332563_72de8e93ed_o.png)
2019-10-13 02:11:02 +03:00
#### License
[GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0.html)
#### Used libraries & resources
* [OpenJFX](https://wiki.openjdk.java.net/display/OpenJFX/Main)
* [usb4java](https://mvnrepository.com/artifact/org.usb4java/usb4java)
2019-10-19 09:34:42 +03:00
* [Jackson](https://github.com/FasterXML/jackson)
2019-10-13 02:11:02 +03:00
* Few icons taken from: [materialdesignicons.com](http://materialdesignicons.com/)
* Special thanks to pioneers and superstars who created, contributed and maintaining [g810-led](https://github.com/MatMoul/g810-led) project!
### 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).
2019-10-15 04:31:19 +03:00
2. `root # java -jar /path/to/application.jar`
2019-10-13 02:11:02 +03:00
3. Optional. Add user to 'udev' rules to use NS not-from-root-account
```
2019-10-15 04:31:19 +03:00
root # vim /etc/udev/rules.d/99-G513.rules
2019-10-13 02:11:02 +03:00
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](https://money.yandex.ru/to/410014301951665)
[PayPal](https://paypal.me/developersu)
*Legal information:
* [EN] Please note! This is non-commercial application. Any received money considered as a gift.
2019-10-17 08:24:32 +03:00
* [RU] Пожалуйста обратите внимание! Это некоммерческое приложение. Перечисляя средства вы совершаете дарение.
#### TODO
2019-10-17 09:39:26 +03:00
* [x] Tray support
2019-10-19 09:34:42 +03:00
* [ ] tray icon size checks
* [x] Configuration files support
* [x] Settings
* [x] Tray icon settings
2019-10-19 09:34:42 +03:00
* [ ] Autoload
2019-10-17 09:39:26 +03:00
* [ ] Headless mode (CLI)
2019-10-19 17:40:39 +03:00
* [x] Fix UI
2019-10-19 09:34:42 +03:00
* [ ] Add opened file name to info pane
2019-10-17 09:39:26 +03:00
* [ ] Dark theme