Bump up version to v1.2
This commit is contained in:
parent
fda41c68e9
commit
8d6938285a
11
README.md
11
README.md
|
@ -8,19 +8,20 @@ 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
|
||||||
- Xterm
|
- Xterm (generally installed in the system)
|
||||||
|
- bc (generally installed in the system)
|
||||||
- **Root privileges**
|
- **Root privileges**
|
||||||
|
|
||||||
### Downloads:
|
### Downloads:
|
||||||
|
|
||||||
* [zenidrv-g203-v1.1.tar.gz](https://github.com/q3aql/zenidrv-g203/releases/download/v1.1/zenidrv-g203-v1.1.tar.gz) - Generic package.
|
* [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.1.deb](https://github.com/q3aql/zenidrv-g203/releases/download/v1.1/zenidrv-g203-v1.1.deb) - Debian based 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-1.1.rpm](https://github.com/q3aql/zenidrv-g203/releases/download/v1.1/zenidrv-g203-1.1.rpm) - RedHat/Fedora based package.
|
* [zenidrv-g203-1.2.rpm](https://github.com/q3aql/zenidrv-g203/releases/download/v1.2/zenidrv-g203-1.2.rpm) - RedHat/Fedora based package.
|
||||||
|
|
||||||
## 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`
|
2) Install dependencies: `sudo apt-get install python3 python3-usb zenity coreutils bc xterm`
|
||||||
3) Change directory: `cd zenidrv-g203`
|
3) Change directory: `cd zenidrv-g203`
|
||||||
4) Install as root: `sudo make install`
|
4) Install as root: `sudo make install`
|
||||||
|
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
||||||
# Last change: 07-07-2021 #
|
# Last change: 09-07-2021 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@protonmail.ch #
|
# Contact: q3aql@protonmail.ch #
|
||||||
# License: GPL v2.0 #
|
# License: GPL v2.0 #
|
||||||
#############################################################
|
#############################################################
|
||||||
VERSION="1.1"
|
VERSION="1.2"
|
||||||
M_DATE="070721"
|
M_DATE="090721"
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
||||||
# Last change: 07-07-2021 #
|
# Last change: 09-07-2021 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@protonmail.ch #
|
# Contact: q3aql@protonmail.ch #
|
||||||
# License: GPL v2.0 #
|
# License: GPL v2.0 #
|
||||||
#############################################################
|
#############################################################
|
||||||
VERSION="1.1"
|
VERSION="1.2"
|
||||||
M_DATE="070721"
|
M_DATE="090721"
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
||||||
# Last change: 07-07-2021 #
|
# Last change: 09-07-2021 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@protonmail.ch #
|
# Contact: q3aql@protonmail.ch #
|
||||||
# License: GPL v2.0 #
|
# License: GPL v2.0 #
|
||||||
#############################################################
|
#############################################################
|
||||||
VERSION="1.1"
|
VERSION="1.2"
|
||||||
M_DATE="070721"
|
M_DATE="090721"
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
||||||
|
@ -50,7 +50,7 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||||
${imagesPath}/silver.png Silver ${imagesPath}/gray.png Gray ${imagesPath}/maroon.png Maroon \
|
${imagesPath}/silver.png Silver ${imagesPath}/gray.png Gray ${imagesPath}/maroon.png Maroon \
|
||||||
${imagesPath}/olive.png Olive ${imagesPath}/green.png Green ${imagesPath}/purple.png Purple ${imagesPath}/teal.png Teal \
|
${imagesPath}/olive.png Olive ${imagesPath}/green.png Green ${imagesPath}/purple.png Purple ${imagesPath}/teal.png Teal \
|
||||||
${imagesPath}/navy.png Navy)
|
${imagesPath}/navy.png Navy)
|
||||||
canceled=$?
|
canceled=$?
|
||||||
if [ ${canceled} -eq 0 ] ; then
|
if [ ${canceled} -eq 0 ] ; then
|
||||||
if [ "${color_selected}" == "${imagesPath}/custom.png" ] ; then
|
if [ "${color_selected}" == "${imagesPath}/custom.png" ] ; then
|
||||||
custom_color=$(zenity --color-selection)
|
custom_color=$(zenity --color-selection)
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
||||||
# Last change: 07-07-2021 #
|
# Last change: 09-07-2021 #
|
||||||
# Author: q3aql #
|
# Author: q3aql #
|
||||||
# Contact: q3aql@protonmail.ch #
|
# Contact: q3aql@protonmail.ch #
|
||||||
# License: GPL v2.0 #
|
# License: GPL v2.0 #
|
||||||
#############################################################
|
#############################################################
|
||||||
VERSION="1.1"
|
VERSION="1.2"
|
||||||
M_DATE="070721"
|
M_DATE="090721"
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user