Update desktop file
This commit is contained in:
parent
8fe2f66554
commit
6a44b40aa1
17
README.md
17
README.md
|
@ -1,6 +1,6 @@
|
||||||
# Logitech G203 Prodigy/LightSync Mouse LED control (GUI)
|
# Logitech G203 Prodigy/LightSync Mouse LED/DPI/Polling-Rate control (GUI)
|
||||||
|
|
||||||
Allows you to control the LED lighting of your G203 Prodigy or G203 LightSync Mouse programmatically. \
|
Allows you to control the LED lighting/DPI/Polling-Rate of your G203 Prodigy or G203 LightSync Mouse programmatically. \
|
||||||
Inspired by and based on [g810-led](https://github.com/MatMoul/g810-led).
|
Inspired by and based on [g810-led](https://github.com/MatMoul/g810-led).
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
@ -8,23 +8,24 @@ Inspired by and based on [g810-led](https://github.com/MatMoul/g810-led).
|
||||||
- Python 3.5+
|
- Python 3.5+
|
||||||
- PyUSB 1.0.2+
|
- PyUSB 1.0.2+
|
||||||
- Zenity
|
- Zenity
|
||||||
|
- ratbagd (libratbag)
|
||||||
- Xterm (generally installed in the system)
|
- Xterm (generally installed in the system)
|
||||||
- bc (generally installed in the system)
|
- bc (generally installed in the system)
|
||||||
- **Root privileges**
|
- **Root privileges**
|
||||||
|
|
||||||
### Downloads:
|
### Downloads:
|
||||||
|
|
||||||
* [zenidrv-g203-v1.2.tar.gz](https://github.com/q3aql/zenidrv-g203/releases/download/v1.2/zenidrv-g203-v1.2.tar.gz) - Generic package.
|
* [zenidrv-g203-v1.3.tar.gz](https://github.com/q3aql/zenidrv-g203/releases/download/v1.3/zenidrv-g203-v1.3.tar.gz) - Generic package.
|
||||||
* [zenidrv-g203-v1.2.deb](https://github.com/q3aql/zenidrv-g203/releases/download/v1.2/zenidrv-g203-v1.2.deb) - Debian based package.
|
* [zenidrv-g203-v1.3.deb](https://github.com/q3aql/zenidrv-g203/releases/download/v1.3/zenidrv-g203-v1.3.deb) - Debian based package.
|
||||||
* [zenidrv-g203-v1.2.rpm](https://github.com/q3aql/zenidrv-g203/releases/download/v1.2/zenidrv-g203-v1.2.rpm) - RedHat/Fedora based package.
|
* [zenidrv-g203-v1.3.rpm](https://github.com/q3aql/zenidrv-g203/releases/download/v1.3/zenidrv-g203-v1.3.rpm) - RedHat/Fedora based package.
|
||||||
* [zenidrv-g203-v1.2-es.deb](https://github.com/q3aql/zenidrv-g203/releases/download/v1.2/zenidrv-g203-v1.2-es.deb) - Debian based package (Spanish version).
|
* [zenidrv-g203-v1.3-es.deb](https://github.com/q3aql/zenidrv-g203/releases/download/v1.3/zenidrv-g203-v1.3-es.deb) - Debian based package (Spanish version).
|
||||||
* [zenidrv-g203-v1.2-es.rpm](https://github.com/q3aql/zenidrv-g203/releases/download/v1.2/zenidrv-g203-v1.2-es.rpm) - RedHat/Fedora based package (Spanish version).
|
* [zenidrv-g203-v1.3-es.rpm](https://github.com/q3aql/zenidrv-g203/releases/download/v1.3/zenidrv-g203-v1.3-es.rpm) - RedHat/Fedora based package (Spanish version).
|
||||||
|
|
||||||
|
|
||||||
## Installation:
|
## Installation:
|
||||||
|
|
||||||
1) Clone the repository: `git clone https://github.com/q3aql/zenidrv-g203`
|
1) Clone the repository: `git clone https://github.com/q3aql/zenidrv-g203`
|
||||||
2) Install dependencies: `sudo apt-get install python3 python3-usb zenity coreutils bc xterm`
|
2) Install dependencies: `sudo apt install python3 python3-usb zenity ratbagd coreutils bc xterm`
|
||||||
3) Change directory: `cd zenidrv-g203`
|
3) Change directory: `cd zenidrv-g203`
|
||||||
4) Install as root: `sudo make install` or `sudo make install-es` (for Spanish)
|
4) Install as root: `sudo make install` or `sudo make install-es` (for Spanish)
|
||||||
|
|
||||||
|
|
3
icon/zenidrv-203.desktop
Normal file → Executable file
3
icon/zenidrv-203.desktop
Normal file → Executable file
|
@ -1,7 +1,8 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=G203 Prodigy/Lightsync Driver
|
Name=G203 Prodigy/Lightsync Driver
|
||||||
Exec=zenidrv-g203-admin
|
Exec=zenidrv-g203-admin
|
||||||
Comment=A gui to change the key colors on a Logitech G203 Prodigy/Lightsync Mouse
|
Comment=Interface to control LEDs/DPI/Polling-Rate of your Logitech G203 Prodigy/Lightsync Mouse
|
||||||
|
Comment[es]=Interfaz para controlar LEDs/DPI/Polling-Rate del ratón Logitech G203 Prodigy/Lightsync
|
||||||
Icon=/usr/share/icons/logitech/logitech-black.png
|
Icon=/usr/share/icons/logitech/logitech-black.png
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Settings;Utility;DesktopSettings;GTK;X-XFCE-HardwareSettings;System;
|
Categories=Settings;Utility;DesktopSettings;GTK;X-XFCE-HardwareSettings;System;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user