logiledus/README.md

67 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2019-10-20 23:38:38 +03:00
# LogiLedus
2019-10-13 02:11:02 +03:00
2022-07-18 23:20:53 +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) [![Build Status](https://ci.redrise.ru/api/badges/desu/logiledus/status.svg)](https://ci.redrise.ru/desu/logiledus)
GitHub mirror. [Click here to get it from independent source code location](https://git.redrise.ru/desu/logiledus)
Nightly builds could be found somewhere on [redrise.ru](https://redrise.ru)
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
![Screenshot 1](screenshots/1.png)
![Screenshot 2](screenshots/2.png)
![Screenshot 3](screenshots/3.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. Required to use application not only from root account.
2019-10-13 02:11:02 +03:00
```
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
```
### Build
2019-10-13 02:11:02 +03:00
`$ mvn package`
#### Thanks
* [DDinghoya](https://github.com/DDinghoya), who translated this application to Korean!
2019-10-13 02:11:02 +03:00
## Support this app
If you like this app, just give a star.
Want to support development? Make a donation* (see below):
[ЮMoney](https://yoomoney.ru/to/410014301951665)
2019-10-13 02:11:02 +03:00
2020-11-30 23:07:23 +03:00
*Please note: this is non-commercial application.
2019-10-17 08:24:32 +03:00
#### TODO
2019-10-17 09:39:26 +03:00
* [ ] Tray support: tray icon size checks
2019-10-17 09:39:26 +03:00
* [ ] Headless mode (CLI)
* [x] Add opened file name to info pane