Compare commits
20 Commits
Author | SHA1 | Date | |
---|---|---|---|
7115cfc887 | |||
|
e9db3bf8e2 | ||
|
6a44b40aa1 | ||
|
8fe2f66554 | ||
|
7246c62b15 | ||
|
6c36b85837 | ||
|
c00f29f208 | ||
|
d7d712cfea | ||
|
86f4610dcc | ||
|
b41ed40cdf | ||
|
e1539a833f | ||
|
2b5269ace8 | ||
|
fc2f53ab31 | ||
|
7ac27ee82f | ||
|
8d6938285a | ||
|
fda41c68e9 | ||
|
fb8c1380e3 | ||
|
697d6ccfcd | ||
|
705d6ebeb5 | ||
|
7192d5d295 |
16
Makefile
16
Makefile
@ -19,6 +19,22 @@ install:
|
||||
chmod 755 $(PREFIX)/bin/zenidrv-g203-admin
|
||||
chmod 755 $(PREFIX)/bin/zenidrv-g203-prodigy
|
||||
chmod 755 $(PREFIX)/bin/zenidrv-g203-lightsync
|
||||
|
||||
install-es:
|
||||
mkdir -p ${PREFIX}/share/icons/logitech/
|
||||
cp -rf images ${PREFIX}/share/icons/logitech/
|
||||
cp -rf icon/logitech-black.png $(PREFIX)/share/icons/logitech/
|
||||
cp -rf icon/zenidrv-203.desktop $(PREFIX)/share/applications/
|
||||
cp -rf g203-led.py $(PREFIX)/bin
|
||||
cp -rf es-ES/zenidrv-g203 $(PREFIX)/bin
|
||||
cp -rf es-ES/zenidrv-g203-admin $(PREFIX)/bin
|
||||
cp -rf es-ES/zenidrv-g203-prodigy $(PREFIX)/bin
|
||||
cp -rf es-ES/zenidrv-g203-lightsync $(PREFIX)/bin
|
||||
chmod 755 $(PREFIX)/bin/g203-led.py
|
||||
chmod 755 $(PREFIX)/bin/zenidrv-g203
|
||||
chmod 755 $(PREFIX)/bin/zenidrv-g203-admin
|
||||
chmod 755 $(PREFIX)/bin/zenidrv-g203-prodigy
|
||||
chmod 755 $(PREFIX)/bin/zenidrv-g203-lightsync
|
||||
|
||||
uninstall:
|
||||
rm -rf $(PREFIX)/bin/g203-led.py
|
||||
|
25
README.md
25
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).
|
||||
|
||||
## Requirements
|
||||
@ -8,16 +8,27 @@ Inspired by and based on [g810-led](https://github.com/MatMoul/g810-led).
|
||||
- Python 3.5+
|
||||
- PyUSB 1.0.2+
|
||||
- Zenity
|
||||
- ratbagd (libratbag)
|
||||
- Xterm (generally installed in the system)
|
||||
- bc (generally installed in the system)
|
||||
- **Root privileges**
|
||||
|
||||
## Downloads:
|
||||
### Downloads:
|
||||
|
||||
* [zenidrv-g203-v1.3.tar.gz](https://drive.proton.me/urls/82EAKAMJ6M#RZJQeHEpAY8n) (Generic Linux)
|
||||
* [zenidrv-g203-v1.3.deb](https://drive.proton.me/urls/82EAKAMJ6M#RZJQeHEpAY8n) (Debian/Ubuntu)
|
||||
* [zenidrv-g203-v1.3.rpm](https://drive.proton.me/urls/82EAKAMJ6M#RZJQeHEpAY8n) (RedHat/Fedora)
|
||||
* [zenidrv-g203-v1.3.pkg.tar.zst](https://drive.proton.me/urls/82EAKAMJ6M#RZJQeHEpAY8n) (Arch Linux)
|
||||
* [zenidrv-g203-v1.3-es.deb](https://drive.proton.me/urls/82EAKAMJ6M#RZJQeHEpAY8n) (Debian/Ubuntu - Spanish)
|
||||
* [zenidrv-g203-v1.3-es.rpm](https://drive.proton.me/urls/82EAKAMJ6M#RZJQeHEpAY8n) (RedHat/Fedora - Spanish)
|
||||
* [zenidrv-g203-v1.3-es.pkg.tar.zst](https://drive.proton.me/urls/82EAKAMJ6M#RZJQeHEpAY8n) (Arch Linux - Spanish)
|
||||
|
||||
## Installation:
|
||||
|
||||
1) Clone the repository: `git clone https://github.com/q3aql/zenidrv-g203`
|
||||
2) Install dependencies: `sudo apt-get install python3 python3-usb zenity coreutils`
|
||||
1) Clone the repository: `git clone https://gitlab.com/q3aql/zenidrv-g203`
|
||||
2) Install dependencies: `sudo apt install python3 python3-usb zenity ratbagd coreutils bc xterm`
|
||||
3) Change directory: `cd zenidrv-g203`
|
||||
4) Install as root: `sudo make install`
|
||||
4) Install as root: `sudo make install` or `sudo make install-es` (for Spanish)
|
||||
|
||||
## Usage (GUI):
|
||||
|
||||
@ -27,7 +38,7 @@ Open application from menu or run the following command as root:
|
||||
$ sudo zenidrv-g203
|
||||
```
|
||||
|
||||
<img src="https://raw.githubusercontent.com/q3aql/zenidrv-g203/master/images/menu-zenity.png" width="876" />
|
||||

|
||||
|
||||
## Usage (CLI):
|
||||
|
||||
|
BIN
es-ES/menu-zenity-es.png
Normal file
BIN
es-ES/menu-zenity-es.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
44
es-ES/zenidrv-g203
Executable file
44
es-ES/zenidrv-g203
Executable file
@ -0,0 +1,44 @@
|
||||
#!/bin/bash
|
||||
|
||||
#############################################################
|
||||
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
||||
# Last change: 24-08-2021 #
|
||||
# Author: q3aql #
|
||||
# Contact: q3aql@duck.com #
|
||||
# License: GPL v2.0 #
|
||||
#############################################################
|
||||
VERSION="1.3"
|
||||
M_DATE="240821"
|
||||
|
||||
# Variables
|
||||
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
||||
|
||||
# Function to check admin rights
|
||||
function rootMessage() {
|
||||
mkdir -p /etc/root &> /dev/null
|
||||
administrador=$?
|
||||
if [ ${administrador} -eq 0 ] ; then
|
||||
rm -rf /etc/root
|
||||
else
|
||||
zenity --title "zenidrv-g203 v${VERSION} (${M_DATE})" --window-icon=${iconPath} --warning --width=340 --text "Son requeridos permisos de Administrador"
|
||||
echo ""
|
||||
echo "* zenidrv-g203 v${VERSION} (${M_DATE}) (GPL v2.0)"
|
||||
echo ""
|
||||
echo "* Son requeridos permisos de Administrador"
|
||||
echo ""
|
||||
exit
|
||||
fi
|
||||
}
|
||||
|
||||
rootMessage
|
||||
zenity --question --title "zenidrv-g203 ${VERSION} (${M_DATE})" --window-icon=${iconPath} --cancel-label="Prodigy 1r Gen (Por defecto)" --ok-label="Lightsync 2nd Gen" --width=530 \
|
||||
--text "Elige la version de tu Logitech G203 (Prodigy 1r Gen o Lightsync 2nd Gen)"
|
||||
createLink=$?
|
||||
if [ ${createLink} -eq 1 ] ; then
|
||||
zenidrv-g203-prodigy
|
||||
else
|
||||
zenidrv-g203-lightsync
|
||||
fi
|
||||
|
||||
|
||||
|
78
es-ES/zenidrv-g203-admin
Executable file
78
es-ES/zenidrv-g203-admin
Executable file
@ -0,0 +1,78 @@
|
||||
#!/bin/bash
|
||||
|
||||
#############################################################
|
||||
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
||||
# Last change: 24-08-2021 #
|
||||
# Author: q3aql #
|
||||
# Contact: q3aql@duck.com #
|
||||
# License: GPL v2.0 #
|
||||
#############################################################
|
||||
VERSION="1.3"
|
||||
M_DATE="240821"
|
||||
|
||||
# Variables
|
||||
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
||||
|
||||
# Link with gksudo,gksu o bessu
|
||||
function showRootMessage() {
|
||||
if [ -f /usr/bin/gksudo ] ; then
|
||||
gksudo /usr/bin/zenidrv-g203
|
||||
exit
|
||||
elif [ -f /bin/gksudo ] ; then
|
||||
gksudo /usr/bin/zenidrv-g203
|
||||
exit
|
||||
elif [ -f /usr/bin/gksu ] ; then
|
||||
gksu /usr/bin/zenidrv-g203
|
||||
exit
|
||||
elif [ -f /bin/gksu ] ; then
|
||||
gksu /usr/bin/zenidrv-g203
|
||||
exit
|
||||
elif [ -f /usr/bin/beesu ] ; then
|
||||
beesu /usr/bin/zenidrv-g203
|
||||
exit
|
||||
elif [ -f /bin/beesu ] ; then
|
||||
beesu /usr/bin/zenidrv-g203
|
||||
exit
|
||||
elif [ -f /bin/sudo ] ; then
|
||||
xterm -T "zenidrv-g203 ${VERSION} (${M_DATE})" -fa Monospace -fs 10 -bg white -fg black -e "sudo zenidrv-g203"
|
||||
exit
|
||||
elif [ -f /usr/bin/sudo ] ; then
|
||||
xterm -T "zenidrv-g203 ${VERSION} (${M_DATE})" -fa Monospace -fs 10 -bg white -fg black -e "sudo zenidrv-g203"
|
||||
exit
|
||||
elif [ -f /usr/bin/su ] ; then
|
||||
xterm -T "zenidrv-g203 ${VERSION} (${M_DATE})" -fa Monospace -fs 10 -bg white -fg black -e "su -c 'zenidrv-g203'"
|
||||
exit
|
||||
elif [ -f /bin/su ] ; then
|
||||
xterm -T "zenidrv-g203 ${VERSION} (${M_DATE})" -fa Monospace -fs 10 -bg white -fg black -e "su -c 'zenidrv-g203'"
|
||||
exit
|
||||
else
|
||||
zenity -h &> /dev/null
|
||||
output=$?
|
||||
if [ ${output} -eq 0 ] ; then
|
||||
zenity --title "zenidrv-g203 ${VERSION} (${M_DATE})" --window-icon=${iconPath} --info \
|
||||
--text "El programa 'zenidrv-g203' no pudo ser ejecutado como administrador\n\nPor favor, ejecuta el comando 'zenidrv-g203' como root en tu terminal"
|
||||
else
|
||||
xterm -T "zenidrv-g203 ${VERSION} (${M_DATE})" -fa Monospace -fs 10 -bg white -fg black -e "zenidrv-g203-admin --error"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
# Function to show error message
|
||||
function errorMessage() {
|
||||
echo ""
|
||||
echo "* ATTENTION!:"
|
||||
echo ""
|
||||
echo "* El programa 'zenidrv-g203' no pudo ser ejecutado como administrador"
|
||||
echo ""
|
||||
echo "* Por favor, ejecuta el comando 'zenidrv-g203' como root en tu terminal"
|
||||
echo ""
|
||||
echo -n "* Pulsa ENTER para salir... " ; read continue
|
||||
exit
|
||||
}
|
||||
|
||||
# Startup script
|
||||
if [ "${1}" == "--error" ] ; then
|
||||
errorMessage
|
||||
else
|
||||
showRootMessage
|
||||
fi
|
524
es-ES/zenidrv-g203-lightsync
Executable file
524
es-ES/zenidrv-g203-lightsync
Executable file
@ -0,0 +1,524 @@
|
||||
#!/bin/bash
|
||||
|
||||
#############################################################
|
||||
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
||||
# Last change: 24-08-2021 #
|
||||
# Author: q3aql #
|
||||
# Contact: q3aql@duck.com #
|
||||
# License: GPL v2.0 #
|
||||
#############################################################
|
||||
VERSION="1.3"
|
||||
M_DATE="240821"
|
||||
|
||||
# Variables
|
||||
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
||||
imagesPath="/usr/share/icons/logitech/images"
|
||||
|
||||
# Variables DPI & Polling rate
|
||||
numberDPI=""
|
||||
numberPolling=""
|
||||
|
||||
# Function to check admin rights.
|
||||
function rootMessage() {
|
||||
mkdir -p /etc/root &> /dev/null
|
||||
administrador=$?
|
||||
if [ ${administrador} -eq 0 ] ; then
|
||||
rm -rf /etc/root
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --window-icon=${iconPath} --warning \
|
||||
--width=340 --text "Son requeridos permisos de Administrador"
|
||||
echo ""
|
||||
echo "* zenidrv-g203-lightsync ${VERSION} (${M_DATE}) (GPL v2.0)"
|
||||
echo ""
|
||||
echo "* Son requeridos permisos de Administrador"
|
||||
echo ""
|
||||
exit
|
||||
fi
|
||||
}
|
||||
|
||||
#Function to check ratbag dependence
|
||||
function checkRatbag(){
|
||||
dependence="0"
|
||||
if [ -f "/usr/bin/ratbagctl" ] ; then
|
||||
dependence="1"
|
||||
elif [ -f "/bin/ratbagctl" ] ; then
|
||||
dependence="1"
|
||||
elif [ -f "/usr/local/bin/ratbagctl" ] ; then
|
||||
dependence="1"
|
||||
fi
|
||||
echo ${dependence}
|
||||
}
|
||||
|
||||
# Function to show about
|
||||
function aboutZenidrv() {
|
||||
zenity --title "About" --window-icon=${iconPath} --info --width=330 \
|
||||
--text "Interfaz GUI: zenidrv-g203 ${VERSION} (${M_DATE})\nRepo: https://github.com/q3aql/zenidrv-g203\nAutor: q3aql\nContacto: q3aql@duck.com\nLicencia: GPL v2.0\n\nBackend: g203-led\nRepo: https://github.com/smasty/g203-led\nAutor: smasty\nContacto: https://smasty.net\nLicencia: Licencia MIT\n\nBackend: libratbag\nAutor: Equipo libratbag\nRepo: https://github.com/libratbag/libratbag\nLicencia: Licencia RedHat"
|
||||
}
|
||||
|
||||
# Function to set polling rate
|
||||
function setPollingRate(){
|
||||
checkNumbers=$(checkRatbag)
|
||||
if [ "${checkNumbers}" == "1" ] ; then
|
||||
selectedPolling=$(zenity --window-icon=${iconPath} --width=225 --height=265 --list --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" \
|
||||
--window-icon=${iconPath} --column "Selecciona el polling rate:" "100hz" "125hz" "250hz" "500hz" "1000hz")
|
||||
if [ "${selectedPolling}" == "100hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Estableciendo polling rate a 100hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 100
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error configurando el polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "125hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Estableciendo polling rate a 125hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 125
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error configurando el polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "250hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Estableciendo polling rate a 250hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 250
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error configurando el polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "500hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Estableciendo polling rate a 500hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 500
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error configurando el polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "1000hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Estableciendo polling rate a 1000hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 1000
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error configurando el polling rate"
|
||||
fi
|
||||
else
|
||||
echo null > /dev/null
|
||||
fi
|
||||
else
|
||||
zenity --title "zenidrv-g203 ${VERSION} (ratbagd requerido)" --window-icon=${iconPath} --warning --width=350 \
|
||||
--text "No puedes configurar el polling rate. Es necesario tener instalado el paquete ratbagd (libratbag).\n\nPuedes instalarlo desde el repositorio o accediendo al siguiente enlace:\nhttps://github.com/libratbag/libratbag"
|
||||
fi
|
||||
}
|
||||
|
||||
# Show menu with options.
|
||||
showMenu=0
|
||||
rootMessage
|
||||
while [ ${showMenu} -eq 0 ] ; do
|
||||
clear
|
||||
# Check dpi & polling rate to show in menu
|
||||
checkNumbers=$(checkRatbag)
|
||||
if [ "${checkNumbers}" == "1" ] ; then
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
get_rate=$(ratbagctl "${device_name}" rate get)
|
||||
get_dpi=$(ratbagctl "${device_name}" dpi get | cut -d "d" -f 1)
|
||||
numberDPI="(${get_dpi})"
|
||||
numberPolling="(${get_rate})"
|
||||
fi
|
||||
opcion=$(zenity --width=280 --height=460 --list --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" \
|
||||
--window-icon=${iconPath} --imagelist --column "Icono" --column "Efecto/Opcion" ${imagesPath}/solid.png "Solido" \
|
||||
${imagesPath}/cycle.png "Ciclo" ${imagesPath}/breathe.png "Respiracion" ${imagesPath}/wave.png "Ola" \
|
||||
${imagesPath}/blend.png "Mezcla" ${imagesPath}/intro-on.png "Intro (Activado)" ${imagesPath}/intro-off.png "Intro (Desactivado)" \
|
||||
${imagesPath}/mouse-dpi.png "Establecer DPI ${numberDPI}" \
|
||||
${imagesPath}/mouse-polling-rate.png "Polling Rate ${numberPolling}" ${imagesPath}/light-off.png "Apagar luz" \
|
||||
${imagesPath}/about.png "Acerca" ${imagesPath}/exit.png "Salir")
|
||||
if [ "${opcion}" == "${imagesPath}/solid.png" ] ; then
|
||||
color_selected=$(zenity --list --width=260 --height=570 --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" \
|
||||
--window-icon=${iconPath} --imagelist --column "Color" --column "Nombre color" ${imagesPath}/custom.png Personalizado \
|
||||
${imagesPath}/white.png Blanco ${imagesPath}/red.png Rojo ${imagesPath}/lime.png Lima ${imagesPath}/blue.png Azul \
|
||||
${imagesPath}/yellow.png Amarillo ${imagesPath}/cyan.png Cian ${imagesPath}/magenta.png Magenta \
|
||||
${imagesPath}/silver.png Plateado ${imagesPath}/gray.png Gris ${imagesPath}/maroon.png Granate \
|
||||
${imagesPath}/olive.png Oliva ${imagesPath}/green.png Verde ${imagesPath}/purple.png Purpura ${imagesPath}/teal.png Cerceta \
|
||||
${imagesPath}/navy.png Marino)
|
||||
canceled=$?
|
||||
if [ ${canceled} -eq 0 ] ; then
|
||||
if [ "${color_selected}" == "${imagesPath}/custom.png" ] ; then
|
||||
custom_color=$(zenity --color-selection)
|
||||
# Crop numbers from rgb system
|
||||
first_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 1)
|
||||
second_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 2)
|
||||
third_value_prev=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 3)
|
||||
third_value=$(echo ${third_value_prev} | cut -d ")" -f 1)
|
||||
# Convert rgb numbers to hex
|
||||
first_hex=$(echo "obase=16; ${first_value}" | bc)
|
||||
second_hex=$(echo "obase=16; ${second_value}" | bc)
|
||||
third_hex=$(echo "obase=16; ${third_value}" | bc)
|
||||
# Apply number 0 after if have only one number
|
||||
if [ ${first_hex} == "0" ] ; then
|
||||
first_hex="00"
|
||||
elif [ ${first_hex} == "1" ] ; then
|
||||
first_hex="01"
|
||||
elif [ ${first_hex} == "2" ] ; then
|
||||
first_hex="02"
|
||||
elif [ ${first_hex} == "3" ] ; then
|
||||
first_hex="03"
|
||||
elif [ ${first_hex} == "4" ] ; then
|
||||
first_hex="04"
|
||||
elif [ ${first_hex} == "5" ] ; then
|
||||
first_hex="05"
|
||||
elif [ ${first_hex} == "6" ] ; then
|
||||
first_hex="06"
|
||||
elif [ ${first_hex} == "7" ] ; then
|
||||
first_hex="07"
|
||||
elif [ ${first_hex} == "8" ] ; then
|
||||
first_hex="08"
|
||||
elif [ ${first_hex} == "9" ] ; then
|
||||
first_hex="09"
|
||||
fi
|
||||
if [ ${second_hex} == "0" ] ; then
|
||||
second_hex="00"
|
||||
elif [ ${second_hex} == "1" ] ; then
|
||||
second_hex="01"
|
||||
elif [ ${second_hex} == "2" ] ; then
|
||||
second_hex="02"
|
||||
elif [ ${second_hex} == "3" ] ; then
|
||||
second_hex="03"
|
||||
elif [ ${second_hex} == "4" ] ; then
|
||||
second_hex="04"
|
||||
elif [ ${second_hex} == "5" ] ; then
|
||||
second_hex="05"
|
||||
elif [ ${second_hex} == "6" ] ; then
|
||||
second_hex="06"
|
||||
elif [ ${second_hex} == "7" ] ; then
|
||||
second_hex="07"
|
||||
elif [ ${second_hex} == "8" ] ; then
|
||||
second_hex="08"
|
||||
elif [ ${second_hex} == "9" ] ; then
|
||||
second_hex="09"
|
||||
fi
|
||||
if [ ${third_hex} == "0" ] ; then
|
||||
third_hex="00"
|
||||
elif [ ${third_hex} == "1" ] ; then
|
||||
third_hex="01"
|
||||
elif [ ${third_hex} == "2" ] ; then
|
||||
third_hex="02"
|
||||
elif [ ${third_hex} == "3" ] ; then
|
||||
third_hex="03"
|
||||
elif [ ${third_hex} == "4" ] ; then
|
||||
third_hex="04"
|
||||
elif [ ${third_hex} == "5" ] ; then
|
||||
third_hex="05"
|
||||
elif [ ${third_hex} == "6" ] ; then
|
||||
third_hex="06"
|
||||
elif [ ${third_hex} == "7" ] ; then
|
||||
third_hex="07"
|
||||
elif [ ${third_hex} == "8" ] ; then
|
||||
third_hex="08"
|
||||
elif [ ${third_hex} == "9" ] ; then
|
||||
third_hex="09"
|
||||
fi
|
||||
# Custom color in hex
|
||||
color_custom=$(echo ${first_hex}${second_hex}${third_hex})
|
||||
color_apply="${color_custom}"
|
||||
elif [ "${color_selected}" == "${imagesPath}/white.png" ] ; then
|
||||
color_apply="FFFFFF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/red.png" ] ; then
|
||||
color_apply="FF0000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/lime.png" ] ; then
|
||||
color_apply="00FF00"
|
||||
elif [ "${color_selected}" == "${imagesPath}/blue.png" ] ; then
|
||||
color_apply="0000FF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/yellow.png" ] ; then
|
||||
color_apply="FFFF00"
|
||||
elif [ "${color_selected}" == "${imagesPath}/cyan.png" ] ; then
|
||||
color_apply="00FFFF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/magenta.png" ] ; then
|
||||
color_apply="FF00FF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/silver.png" ] ; then
|
||||
color_apply="C0C0C0"
|
||||
elif [ "${color_selected}" == "${imagesPath}/gray.png" ] ; then
|
||||
color_apply="808080"
|
||||
elif [ "${color_selected}" == "${imagesPath}/maroon.png" ] ; then
|
||||
color_apply="800000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/olive.png" ] ; then
|
||||
color_apply="808000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/green.png" ] ; then
|
||||
color_apply="008000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/purple.png" ] ; then
|
||||
color_apply="800080"
|
||||
elif [ "${color_selected}" == "${imagesPath}/teal.png" ] ; then
|
||||
color_apply="008080"
|
||||
elif [ "${color_selected}" == "${imagesPath}/navy.png" ] ; then
|
||||
color_apply="000080"
|
||||
fi
|
||||
if [ -z "${color_apply}" ] ; then
|
||||
color_apply="none"
|
||||
else
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Aplicando efecto solido" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync solid "${color_apply}"
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
color_apply="none"
|
||||
fi
|
||||
else
|
||||
color_apply="none"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/cycle.png" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Aplicando efecto ciclo" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync cycle
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/breathe.png" ] ; then
|
||||
color_selected=$(zenity --list --width=260 --height=565 --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" \
|
||||
--window-icon=${iconPath} --imagelist --column "Color" --column "Nombre color" ${imagesPath}/custom.png Personalizado \
|
||||
${imagesPath}/white.png Blanco ${imagesPath}/red.png Rojo ${imagesPath}/lime.png Lima ${imagesPath}/blue.png Azul \
|
||||
${imagesPath}/yellow.png Amarillo ${imagesPath}/cyan.png Cian ${imagesPath}/magenta.png Magenta \
|
||||
${imagesPath}/silver.png Plateado ${imagesPath}/gray.png Gris ${imagesPath}/maroon.png Granate \
|
||||
${imagesPath}/olive.png Olive ${imagesPath}/green.png Verde ${imagesPath}/purple.png Purpura ${imagesPath}/teal.png Cerceta \
|
||||
${imagesPath}/navy.png Marino)
|
||||
canceled=$?
|
||||
if [ ${canceled} -eq 0 ] ; then
|
||||
if [ "${color_selected}" == "${imagesPath}/custom.png" ] ; then
|
||||
custom_color=$(zenity --color-selection)
|
||||
# Crop numbers from rgb system
|
||||
first_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 1)
|
||||
second_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 2)
|
||||
third_value_prev=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 3)
|
||||
third_value=$(echo ${third_value_prev} | cut -d ")" -f 1)
|
||||
# Convert rgb numbers to hex
|
||||
first_hex=$(echo "obase=16; ${first_value}" | bc)
|
||||
second_hex=$(echo "obase=16; ${second_value}" | bc)
|
||||
third_hex=$(echo "obase=16; ${third_value}" | bc)
|
||||
# Apply number 0 after if have only one number
|
||||
if [ ${first_hex} == "0" ] ; then
|
||||
first_hex="00"
|
||||
elif [ ${first_hex} == "1" ] ; then
|
||||
first_hex="01"
|
||||
elif [ ${first_hex} == "2" ] ; then
|
||||
first_hex="02"
|
||||
elif [ ${first_hex} == "3" ] ; then
|
||||
first_hex="03"
|
||||
elif [ ${first_hex} == "4" ] ; then
|
||||
first_hex="04"
|
||||
elif [ ${first_hex} == "5" ] ; then
|
||||
first_hex="05"
|
||||
elif [ ${first_hex} == "6" ] ; then
|
||||
first_hex="06"
|
||||
elif [ ${first_hex} == "7" ] ; then
|
||||
first_hex="07"
|
||||
elif [ ${first_hex} == "8" ] ; then
|
||||
first_hex="08"
|
||||
elif [ ${first_hex} == "9" ] ; then
|
||||
first_hex="09"
|
||||
fi
|
||||
if [ ${second_hex} == "0" ] ; then
|
||||
second_hex="00"
|
||||
elif [ ${second_hex} == "1" ] ; then
|
||||
second_hex="01"
|
||||
elif [ ${second_hex} == "2" ] ; then
|
||||
second_hex="02"
|
||||
elif [ ${second_hex} == "3" ] ; then
|
||||
second_hex="03"
|
||||
elif [ ${second_hex} == "4" ] ; then
|
||||
second_hex="04"
|
||||
elif [ ${second_hex} == "5" ] ; then
|
||||
second_hex="05"
|
||||
elif [ ${second_hex} == "6" ] ; then
|
||||
second_hex="06"
|
||||
elif [ ${second_hex} == "7" ] ; then
|
||||
second_hex="07"
|
||||
elif [ ${second_hex} == "8" ] ; then
|
||||
second_hex="08"
|
||||
elif [ ${second_hex} == "9" ] ; then
|
||||
second_hex="09"
|
||||
fi
|
||||
if [ ${third_hex} == "0" ] ; then
|
||||
third_hex="00"
|
||||
elif [ ${third_hex} == "1" ] ; then
|
||||
third_hex="01"
|
||||
elif [ ${third_hex} == "2" ] ; then
|
||||
third_hex="02"
|
||||
elif [ ${third_hex} == "3" ] ; then
|
||||
third_hex="03"
|
||||
elif [ ${third_hex} == "4" ] ; then
|
||||
third_hex="04"
|
||||
elif [ ${third_hex} == "5" ] ; then
|
||||
third_hex="05"
|
||||
elif [ ${third_hex} == "6" ] ; then
|
||||
third_hex="06"
|
||||
elif [ ${third_hex} == "7" ] ; then
|
||||
third_hex="07"
|
||||
elif [ ${third_hex} == "8" ] ; then
|
||||
third_hex="08"
|
||||
elif [ ${third_hex} == "9" ] ; then
|
||||
third_hex="09"
|
||||
fi
|
||||
# Custom color in hex
|
||||
color_custom=$(echo ${first_hex}${second_hex}${third_hex})
|
||||
color_apply="${color_custom}"
|
||||
elif [ "${color_selected}" == "${imagesPath}/white.png" ] ; then
|
||||
color_apply="FFFFFF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/red.png" ] ; then
|
||||
color_apply="FF0000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/lime.png" ] ; then
|
||||
color_apply="00FF00"
|
||||
elif [ "${color_selected}" == "${imagesPath}/blue.png" ] ; then
|
||||
color_apply="0000FF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/yellow.png" ] ; then
|
||||
color_apply="FFFF00"
|
||||
elif [ "${color_selected}" == "${imagesPath}/cyan.png" ] ; then
|
||||
color_apply="00FFFF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/magenta.png" ] ; then
|
||||
color_apply="FF00FF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/silver.png" ] ; then
|
||||
color_apply="C0C0C0"
|
||||
elif [ "${color_selected}" == "${imagesPath}/gray.png" ] ; then
|
||||
color_apply="808080"
|
||||
elif [ "${color_selected}" == "${imagesPath}/maroon.png" ] ; then
|
||||
color_apply="800000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/olive.png" ] ; then
|
||||
color_apply="808000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/green.png" ] ; then
|
||||
color_apply="008000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/purple.png" ] ; then
|
||||
color_apply="800080"
|
||||
elif [ "${color_selected}" == "${imagesPath}/teal.png" ] ; then
|
||||
color_apply="008080"
|
||||
elif [ "${color_selected}" == "${imagesPath}/navy.png" ] ; then
|
||||
color_apply="000080"
|
||||
fi
|
||||
if [ -z "${color_apply}" ] ; then
|
||||
color_apply="none"
|
||||
else
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Aplicando efecto respiracion" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync breathe "${color_apply}"
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
color_apply="none"
|
||||
fi
|
||||
else
|
||||
color_apply="none"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/wave.png" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Aplicando efecto ola" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync wave
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/blend.png" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Aplicando efecto mezcla" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync blend
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/intro-on.png" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Activando efecto de arranque" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync intro on
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/intro-off.png" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Desactivando efecto de arranque" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync intro off
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/mouse-dpi.png" ] ; then
|
||||
dpi_number=$(zenity --entry --title "Set DPI (from 50 to 8000)" --window-icon=${iconPath} --text "Introduce el numero de DPI (desde 50 hasta 8000):" --entry-text "800")
|
||||
if [ -z ${dpi_number} ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Configurando DPI a ${dpi_number}" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync dpi ${dpi_number}
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
checkNumbers=$(checkRatbag)
|
||||
if [ "${checkNumbers}" == "1" ] ; then
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" dpi set "${dpi_number}"
|
||||
fi
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/mouse-polling-rate.png" ] ; then
|
||||
setPollingRate
|
||||
elif [ "${opcion}" == "${imagesPath}/light-off.png" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Apagando la luz del dispositivo" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync breathe 000000 1000 0
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/about.png" ] ; then
|
||||
aboutZenidrv
|
||||
elif [ "${opcion}" == "${imagesPath}/exit.png" ] ; then
|
||||
showMenu=1
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --window-icon=${iconPath} --warning \
|
||||
--width=300 --text "Elige una de las opciones del menu"
|
||||
fi
|
||||
done
|
501
es-ES/zenidrv-g203-prodigy
Executable file
501
es-ES/zenidrv-g203-prodigy
Executable file
@ -0,0 +1,501 @@
|
||||
#!/bin/bash
|
||||
|
||||
#############################################################
|
||||
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
||||
# Last change: 24-08-2021 #
|
||||
# Author: q3aql #
|
||||
# Contact: q3aql@duck.com #
|
||||
# License: GPL v2.0 #
|
||||
#############################################################
|
||||
VERSION="1.3"
|
||||
M_DATE="240821"
|
||||
|
||||
# Variables
|
||||
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
||||
imagesPath="/usr/share/icons/logitech/images"
|
||||
|
||||
# Variables DPI & Polling rate
|
||||
numberDPI=""
|
||||
numberPolling=""
|
||||
|
||||
# Function to check admin rights.
|
||||
function rootMessage() {
|
||||
mkdir -p /etc/root &> /dev/null
|
||||
administrador=$?
|
||||
if [ ${administrador} -eq 0 ] ; then
|
||||
rm -rf /etc/root
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --window-icon=${iconPath} --warning \
|
||||
--width=340 --text "Son requeridos permisos de Administrador"
|
||||
echo ""
|
||||
echo "* zenidrv-g203-prodigy ${VERSION} (${M_DATE}) (GPL v2.0)"
|
||||
echo ""
|
||||
echo "* Son requeridos permisos de Administrador"
|
||||
echo ""
|
||||
exit
|
||||
fi
|
||||
}
|
||||
|
||||
#Function to check ratbag dependence
|
||||
function checkRatbag(){
|
||||
dependence="0"
|
||||
if [ -f "/usr/bin/ratbagctl" ] ; then
|
||||
dependence="1"
|
||||
elif [ -f "/bin/ratbagctl" ] ; then
|
||||
dependence="1"
|
||||
elif [ -f "/usr/local/bin/ratbagctl" ] ; then
|
||||
dependence="1"
|
||||
fi
|
||||
echo ${dependence}
|
||||
}
|
||||
|
||||
# Function to show about
|
||||
function aboutZenidrv() {
|
||||
zenity --title "About" --window-icon=${iconPath} --info --width=330 \
|
||||
--text "Interfaz GUI: zenidrv-g203 ${VERSION} (${M_DATE})\nRepo: https://github.com/q3aql/zenidrv-g203\nAutor: q3aql\nContacto: q3aql@duck.com\nLicencia: GPL v2.0\n\nBackend: g203-led\nRepo: https://github.com/smasty/g203-led\nAutor: smasty\nContacto: https://smasty.net\nLicencia: Licencia MIT\n\nBackend: libratbag\nAutor: Equipo libratbag\nRepo: https://github.com/libratbag/libratbag\nLicencia: Licencia RedHat"
|
||||
}
|
||||
|
||||
# Function to set polling rate
|
||||
function setPollingRate(){
|
||||
checkNumbers=$(checkRatbag)
|
||||
if [ "${checkNumbers}" == "1" ] ; then
|
||||
selectedPolling=$(zenity --window-icon=${iconPath} --width=225 --height=265 --list --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" \
|
||||
--window-icon=${iconPath} --column "Selecciona el polling rate:" "100hz" "125hz" "250hz" "500hz" "1000hz")
|
||||
if [ "${selectedPolling}" == "100hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Estableciendo polling rate a 100hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 100
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error configurando el polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "125hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Estableciendo polling rate a 125hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 125
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error configurando el polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "250hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Estableciendo polling rate a 250hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 250
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error configurando el polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "500hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Estableciendo polling rate a 500hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 500
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error configurando el polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "1000hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Estableciendo polling rate a 1000hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 1000
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error configurando el polling rate"
|
||||
fi
|
||||
else
|
||||
echo null > /dev/null
|
||||
fi
|
||||
else
|
||||
zenity --title "zenidrv-g203 ${VERSION} (ratbagd requerido)" --window-icon=${iconPath} --warning --width=350 \
|
||||
--text "No puedes configurar el polling rate. Es necesario tener instalado el paquete ratbagd (libratbag).\n\nPuedes instalarlo desde el repositorio o accediendo al siguiente enlace:\nhttps://github.com/libratbag/libratbag"
|
||||
fi
|
||||
}
|
||||
|
||||
# Show menu with options.
|
||||
showMenu=0
|
||||
rootMessage
|
||||
while [ ${showMenu} -eq 0 ] ; do
|
||||
clear
|
||||
# Check dpi & polling rate to show in menu
|
||||
checkNumbers=$(checkRatbag)
|
||||
if [ "${checkNumbers}" == "1" ] ; then
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
get_rate=$(ratbagctl "${device_name}" rate get)
|
||||
get_dpi=$(ratbagctl "${device_name}" dpi get | cut -d "d" -f 1)
|
||||
numberDPI="(${get_dpi})"
|
||||
numberPolling="(${get_rate})"
|
||||
fi
|
||||
opcion=$(zenity --width=280 --height=410 --list --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" \
|
||||
--window-icon=${iconPath} --imagelist --column "Icono" --column "Efecto/Opcion" ${imagesPath}/solid.png "Solido" \
|
||||
${imagesPath}/cycle.png "Ciclo" ${imagesPath}/breathe.png "Respiracion" ${imagesPath}/intro-on.png \
|
||||
"Intro (Activado)" ${imagesPath}/intro-off.png "Intro (Desactivado)" ${imagesPath}/mouse-dpi.png "Establecer DPI ${numberDPI}" \
|
||||
${imagesPath}/mouse-polling-rate.png "Polling Rate ${numberPolling}" ${imagesPath}/light-off.png "Apagar luz" \
|
||||
${imagesPath}/about.png "Acerca" ${imagesPath}/exit.png "Salir")
|
||||
if [ "${opcion}" == "${imagesPath}/solid.png" ] ; then
|
||||
color_selected=$(zenity --list --width=260 --height=570 --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" \
|
||||
--window-icon=${iconPath} --imagelist --column "Color" --column "Nombre color" ${imagesPath}/custom.png Personalizado \
|
||||
${imagesPath}/white.png Blanco ${imagesPath}/red.png Rojo ${imagesPath}/lime.png Lima ${imagesPath}/blue.png Azul \
|
||||
${imagesPath}/yellow.png Amarillo ${imagesPath}/cyan.png Cian ${imagesPath}/magenta.png Magenta \
|
||||
${imagesPath}/silver.png Plateado ${imagesPath}/gray.png Gris ${imagesPath}/maroon.png Granate \
|
||||
${imagesPath}/olive.png Oliva ${imagesPath}/green.png Verde ${imagesPath}/purple.png Purpura ${imagesPath}/teal.png Cerceta \
|
||||
${imagesPath}/navy.png Marino)
|
||||
canceled=$?
|
||||
if [ ${canceled} -eq 0 ] ; then
|
||||
if [ "${color_selected}" == "${imagesPath}/custom.png" ] ; then
|
||||
custom_color=$(zenity --color-selection)
|
||||
# Crop numbers from rgb system
|
||||
first_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 1)
|
||||
second_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 2)
|
||||
third_value_prev=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 3)
|
||||
third_value=$(echo ${third_value_prev} | cut -d ")" -f 1)
|
||||
# Convert rgb numbers to hex
|
||||
first_hex=$(echo "obase=16; ${first_value}" | bc)
|
||||
second_hex=$(echo "obase=16; ${second_value}" | bc)
|
||||
third_hex=$(echo "obase=16; ${third_value}" | bc)
|
||||
# Apply number 0 after if have only one number
|
||||
if [ ${first_hex} == "0" ] ; then
|
||||
first_hex="00"
|
||||
elif [ ${first_hex} == "1" ] ; then
|
||||
first_hex="01"
|
||||
elif [ ${first_hex} == "2" ] ; then
|
||||
first_hex="02"
|
||||
elif [ ${first_hex} == "3" ] ; then
|
||||
first_hex="03"
|
||||
elif [ ${first_hex} == "4" ] ; then
|
||||
first_hex="04"
|
||||
elif [ ${first_hex} == "5" ] ; then
|
||||
first_hex="05"
|
||||
elif [ ${first_hex} == "6" ] ; then
|
||||
first_hex="06"
|
||||
elif [ ${first_hex} == "7" ] ; then
|
||||
first_hex="07"
|
||||
elif [ ${first_hex} == "8" ] ; then
|
||||
first_hex="08"
|
||||
elif [ ${first_hex} == "9" ] ; then
|
||||
first_hex="09"
|
||||
fi
|
||||
if [ ${second_hex} == "0" ] ; then
|
||||
second_hex="00"
|
||||
elif [ ${second_hex} == "1" ] ; then
|
||||
second_hex="01"
|
||||
elif [ ${second_hex} == "2" ] ; then
|
||||
second_hex="02"
|
||||
elif [ ${second_hex} == "3" ] ; then
|
||||
second_hex="03"
|
||||
elif [ ${second_hex} == "4" ] ; then
|
||||
second_hex="04"
|
||||
elif [ ${second_hex} == "5" ] ; then
|
||||
second_hex="05"
|
||||
elif [ ${second_hex} == "6" ] ; then
|
||||
second_hex="06"
|
||||
elif [ ${second_hex} == "7" ] ; then
|
||||
second_hex="07"
|
||||
elif [ ${second_hex} == "8" ] ; then
|
||||
second_hex="08"
|
||||
elif [ ${second_hex} == "9" ] ; then
|
||||
second_hex="09"
|
||||
fi
|
||||
if [ ${third_hex} == "0" ] ; then
|
||||
third_hex="00"
|
||||
elif [ ${third_hex} == "1" ] ; then
|
||||
third_hex="01"
|
||||
elif [ ${third_hex} == "2" ] ; then
|
||||
third_hex="02"
|
||||
elif [ ${third_hex} == "3" ] ; then
|
||||
third_hex="03"
|
||||
elif [ ${third_hex} == "4" ] ; then
|
||||
third_hex="04"
|
||||
elif [ ${third_hex} == "5" ] ; then
|
||||
third_hex="05"
|
||||
elif [ ${third_hex} == "6" ] ; then
|
||||
third_hex="06"
|
||||
elif [ ${third_hex} == "7" ] ; then
|
||||
third_hex="07"
|
||||
elif [ ${third_hex} == "8" ] ; then
|
||||
third_hex="08"
|
||||
elif [ ${third_hex} == "9" ] ; then
|
||||
third_hex="09"
|
||||
fi
|
||||
# Custom color in hex
|
||||
color_custom=$(echo ${first_hex}${second_hex}${third_hex})
|
||||
color_apply="${color_custom}"
|
||||
elif [ "${color_selected}" == "${imagesPath}/white.png" ] ; then
|
||||
color_apply="FFFFFF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/red.png" ] ; then
|
||||
color_apply="FF0000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/lime.png" ] ; then
|
||||
color_apply="00FF00"
|
||||
elif [ "${color_selected}" == "${imagesPath}/blue.png" ] ; then
|
||||
color_apply="0000FF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/yellow.png" ] ; then
|
||||
color_apply="FFFF00"
|
||||
elif [ "${color_selected}" == "${imagesPath}/cyan.png" ] ; then
|
||||
color_apply="00FFFF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/magenta.png" ] ; then
|
||||
color_apply="FF00FF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/silver.png" ] ; then
|
||||
color_apply="C0C0C0"
|
||||
elif [ "${color_selected}" == "${imagesPath}/gray.png" ] ; then
|
||||
color_apply="808080"
|
||||
elif [ "${color_selected}" == "${imagesPath}/maroon.png" ] ; then
|
||||
color_apply="800000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/olive.png" ] ; then
|
||||
color_apply="808000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/green.png" ] ; then
|
||||
color_apply="008000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/purple.png" ] ; then
|
||||
color_apply="800080"
|
||||
elif [ "${color_selected}" == "${imagesPath}/teal.png" ] ; then
|
||||
color_apply="008080"
|
||||
elif [ "${color_selected}" == "${imagesPath}/navy.png" ] ; then
|
||||
color_apply="000080"
|
||||
fi
|
||||
if [ -z "${color_apply}" ] ; then
|
||||
color_apply="none"
|
||||
else
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Aplicando efecto solido" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py solid "${color_apply}"
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
color_apply="none"
|
||||
fi
|
||||
else
|
||||
color_apply="none"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/cycle.png" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Aplicando efecto ciclo" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py cycle
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/breathe.png" ] ; then
|
||||
color_selected=$(zenity --list --width=260 --height=565 --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" \
|
||||
--window-icon=${iconPath} --imagelist --column "Color" --column "Nombre color" ${imagesPath}/custom.png Personalizado \
|
||||
${imagesPath}/white.png Blanco ${imagesPath}/red.png Rojo ${imagesPath}/lime.png Lima ${imagesPath}/blue.png Azul \
|
||||
${imagesPath}/yellow.png Amarillo ${imagesPath}/cyan.png Cian ${imagesPath}/magenta.png Magenta \
|
||||
${imagesPath}/silver.png Plateado ${imagesPath}/gray.png Gris ${imagesPath}/maroon.png Granate \
|
||||
${imagesPath}/olive.png Olive ${imagesPath}/green.png Verde ${imagesPath}/purple.png Purpura ${imagesPath}/teal.png Cerceta \
|
||||
${imagesPath}/navy.png Marino)
|
||||
canceled=$?
|
||||
if [ ${canceled} -eq 0 ] ; then
|
||||
if [ "${color_selected}" == "${imagesPath}/custom.png" ] ; then
|
||||
custom_color=$(zenity --color-selection)
|
||||
# Crop numbers from rgb system
|
||||
first_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 1)
|
||||
second_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 2)
|
||||
third_value_prev=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 3)
|
||||
third_value=$(echo ${third_value_prev} | cut -d ")" -f 1)
|
||||
# Convert rgb numbers to hex
|
||||
first_hex=$(echo "obase=16; ${first_value}" | bc)
|
||||
second_hex=$(echo "obase=16; ${second_value}" | bc)
|
||||
third_hex=$(echo "obase=16; ${third_value}" | bc)
|
||||
# Apply number 0 after if have only one number
|
||||
if [ ${first_hex} == "0" ] ; then
|
||||
first_hex="00"
|
||||
elif [ ${first_hex} == "1" ] ; then
|
||||
first_hex="01"
|
||||
elif [ ${first_hex} == "2" ] ; then
|
||||
first_hex="02"
|
||||
elif [ ${first_hex} == "3" ] ; then
|
||||
first_hex="03"
|
||||
elif [ ${first_hex} == "4" ] ; then
|
||||
first_hex="04"
|
||||
elif [ ${first_hex} == "5" ] ; then
|
||||
first_hex="05"
|
||||
elif [ ${first_hex} == "6" ] ; then
|
||||
first_hex="06"
|
||||
elif [ ${first_hex} == "7" ] ; then
|
||||
first_hex="07"
|
||||
elif [ ${first_hex} == "8" ] ; then
|
||||
first_hex="08"
|
||||
elif [ ${first_hex} == "9" ] ; then
|
||||
first_hex="09"
|
||||
fi
|
||||
if [ ${second_hex} == "0" ] ; then
|
||||
second_hex="00"
|
||||
elif [ ${second_hex} == "1" ] ; then
|
||||
second_hex="01"
|
||||
elif [ ${second_hex} == "2" ] ; then
|
||||
second_hex="02"
|
||||
elif [ ${second_hex} == "3" ] ; then
|
||||
second_hex="03"
|
||||
elif [ ${second_hex} == "4" ] ; then
|
||||
second_hex="04"
|
||||
elif [ ${second_hex} == "5" ] ; then
|
||||
second_hex="05"
|
||||
elif [ ${second_hex} == "6" ] ; then
|
||||
second_hex="06"
|
||||
elif [ ${second_hex} == "7" ] ; then
|
||||
second_hex="07"
|
||||
elif [ ${second_hex} == "8" ] ; then
|
||||
second_hex="08"
|
||||
elif [ ${second_hex} == "9" ] ; then
|
||||
second_hex="09"
|
||||
fi
|
||||
if [ ${third_hex} == "0" ] ; then
|
||||
third_hex="00"
|
||||
elif [ ${third_hex} == "1" ] ; then
|
||||
third_hex="01"
|
||||
elif [ ${third_hex} == "2" ] ; then
|
||||
third_hex="02"
|
||||
elif [ ${third_hex} == "3" ] ; then
|
||||
third_hex="03"
|
||||
elif [ ${third_hex} == "4" ] ; then
|
||||
third_hex="04"
|
||||
elif [ ${third_hex} == "5" ] ; then
|
||||
third_hex="05"
|
||||
elif [ ${third_hex} == "6" ] ; then
|
||||
third_hex="06"
|
||||
elif [ ${third_hex} == "7" ] ; then
|
||||
third_hex="07"
|
||||
elif [ ${third_hex} == "8" ] ; then
|
||||
third_hex="08"
|
||||
elif [ ${third_hex} == "9" ] ; then
|
||||
third_hex="09"
|
||||
fi
|
||||
# Custom color in hex
|
||||
color_custom=$(echo ${first_hex}${second_hex}${third_hex})
|
||||
color_apply="${color_custom}"
|
||||
elif [ "${color_selected}" == "${imagesPath}/white.png" ] ; then
|
||||
color_apply="FFFFFF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/red.png" ] ; then
|
||||
color_apply="FF0000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/lime.png" ] ; then
|
||||
color_apply="00FF00"
|
||||
elif [ "${color_selected}" == "${imagesPath}/blue.png" ] ; then
|
||||
color_apply="0000FF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/yellow.png" ] ; then
|
||||
color_apply="FFFF00"
|
||||
elif [ "${color_selected}" == "${imagesPath}/cyan.png" ] ; then
|
||||
color_apply="00FFFF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/magenta.png" ] ; then
|
||||
color_apply="FF00FF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/silver.png" ] ; then
|
||||
color_apply="C0C0C0"
|
||||
elif [ "${color_selected}" == "${imagesPath}/gray.png" ] ; then
|
||||
color_apply="808080"
|
||||
elif [ "${color_selected}" == "${imagesPath}/maroon.png" ] ; then
|
||||
color_apply="800000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/olive.png" ] ; then
|
||||
color_apply="808000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/green.png" ] ; then
|
||||
color_apply="008000"
|
||||
elif [ "${color_selected}" == "${imagesPath}/purple.png" ] ; then
|
||||
color_apply="800080"
|
||||
elif [ "${color_selected}" == "${imagesPath}/teal.png" ] ; then
|
||||
color_apply="008080"
|
||||
elif [ "${color_selected}" == "${imagesPath}/navy.png" ] ; then
|
||||
color_apply="000080"
|
||||
fi
|
||||
if [ -z "${color_apply}" ] ; then
|
||||
color_apply="none"
|
||||
else
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Aplicando efecto respiracion" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py breathe "${color_apply}"
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
color_apply="none"
|
||||
fi
|
||||
else
|
||||
color_apply="none"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/intro-on.png" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Activando efecto de arranque" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py intro on
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/intro-off.png" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Desactivando efecto de arranque" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py intro off
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/mouse-dpi.png" ] ; then
|
||||
dpi_number=$(zenity --entry --title "Set DPI (from 200 to 8000)" --window-icon=${iconPath} --text "Introduce el numero de DPI (desde 200 hasta 8000):" --entry-text "800")
|
||||
if [ -z ${dpi_number} ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Configurando DPI a ${dpi_number}" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py dpi ${dpi_number}
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
checkNumbers=$(checkRatbag)
|
||||
if [ "${checkNumbers}" == "1" ] ; then
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" dpi set "${dpi_number}"
|
||||
fi
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/mouse-polling-rate.png" ] ; then
|
||||
setPollingRate
|
||||
elif [ "${opcion}" == "${imagesPath}/light-off.png" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Apagando la luz del dispositivo" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py breathe 000000 1000 0
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Dispositivo no encontrado o conectado"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/about.png" ] ; then
|
||||
aboutZenidrv
|
||||
elif [ "${opcion}" == "${imagesPath}/exit.png" ] ; then
|
||||
showMenu=1
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --window-icon=${iconPath} --warning \
|
||||
--width=300 --text "Elige una de las opciones del menu"
|
||||
fi
|
||||
done
|
3
icon/zenidrv-203.desktop
Normal file → Executable file
3
icon/zenidrv-203.desktop
Normal file → Executable file
@ -1,7 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=G203 Prodigy/Lightsync Driver
|
||||
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
|
||||
Type=Application
|
||||
Categories=Settings;Utility;DesktopSettings;GTK;X-XFCE-HardwareSettings;System;
|
||||
|
BIN
images/about.png
Normal file
BIN
images/about.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
BIN
images/custom.png
Normal file
BIN
images/custom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 98 KiB |
BIN
images/mouse-polling-rate.png
Normal file
BIN
images/mouse-polling-rate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
@ -2,13 +2,13 @@
|
||||
|
||||
#############################################################
|
||||
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
||||
# Last change: 07-07-2021 #
|
||||
# Last change: 24-08-2021 #
|
||||
# Author: q3aql #
|
||||
# Contact: q3aql@protonmail.ch #
|
||||
# Contact: q3aql@duck.com #
|
||||
# License: GPL v2.0 #
|
||||
#############################################################
|
||||
VERSION="1.1"
|
||||
M_DATE="070721"
|
||||
VERSION="1.3"
|
||||
M_DATE="240821"
|
||||
|
||||
# Variables
|
||||
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
||||
|
@ -2,13 +2,13 @@
|
||||
|
||||
#############################################################
|
||||
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
||||
# Last change: 07-07-2021 #
|
||||
# Last change: 24-08-2021 #
|
||||
# Author: q3aql #
|
||||
# Contact: q3aql@protonmail.ch #
|
||||
# Contact: q3aql@duck.com #
|
||||
# License: GPL v2.0 #
|
||||
#############################################################
|
||||
VERSION="1.1"
|
||||
M_DATE="070721"
|
||||
VERSION="1.3"
|
||||
M_DATE="240821"
|
||||
|
||||
# Variables
|
||||
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
||||
|
@ -2,18 +2,22 @@
|
||||
|
||||
#############################################################
|
||||
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
||||
# Last change: 07-07-2021 #
|
||||
# Last change: 24-08-2021 #
|
||||
# Author: q3aql #
|
||||
# Contact: q3aql@protonmail.ch #
|
||||
# Contact: q3aql@duck.com #
|
||||
# License: GPL v2.0 #
|
||||
#############################################################
|
||||
VERSION="1.1"
|
||||
M_DATE="070721"
|
||||
VERSION="1.3"
|
||||
M_DATE="240821"
|
||||
|
||||
# Variables
|
||||
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
||||
imagesPath="/usr/share/icons/logitech/images"
|
||||
|
||||
# Variables DPI & Polling rate
|
||||
numberDPI=""
|
||||
numberPolling=""
|
||||
|
||||
# Function to check admin rights.
|
||||
function rootMessage() {
|
||||
mkdir -p /etc/root &> /dev/null
|
||||
@ -32,28 +36,209 @@ function rootMessage() {
|
||||
fi
|
||||
}
|
||||
|
||||
#Function to check ratbag dependence
|
||||
function checkRatbag(){
|
||||
dependence="0"
|
||||
if [ -f "/usr/bin/ratbagctl" ] ; then
|
||||
dependence="1"
|
||||
elif [ -f "/bin/ratbagctl" ] ; then
|
||||
dependence="1"
|
||||
elif [ -f "/usr/local/bin/ratbagctl" ] ; then
|
||||
dependence="1"
|
||||
fi
|
||||
echo ${dependence}
|
||||
}
|
||||
|
||||
# Function to show about
|
||||
function aboutZenidrv() {
|
||||
zenity --title "About" --window-icon=${iconPath} --info --width=330 \
|
||||
--text "GUI Interface: zenidrv-g203 ${VERSION} (${M_DATE})\nRepo: https://github.com/q3aql/zenidrv-g203\nAuthor: q3aql\nContact: q3aql@duck.com\nLicense: GPL v2.0\n\nBackend: g203-led\nRepo: https://github.com/smasty/g203-led\nAuthor: smasty\nContact: https://smasty.net\nLicense: MIT License\n\nBackend: libratbag\nAuthor: libratbag Team\nRepo: https://github.com/libratbag/libratbag\nLicense: RedHat License"
|
||||
}
|
||||
|
||||
# Function to set polling rate
|
||||
function setPollingRate(){
|
||||
checkNumbers=$(checkRatbag)
|
||||
if [ "${checkNumbers}" == "1" ] ; then
|
||||
selectedPolling=$(zenity --window-icon=${iconPath} --width=220 --height=265 --list --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" \
|
||||
--window-icon=${iconPath} --column "Select the polling rate:" "100hz" "125hz" "250hz" "500hz" "1000hz")
|
||||
if [ "${selectedPolling}" == "100hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Setting polling rate to 100hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 100
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error setting the polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "125hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Setting polling rate to 125hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 125
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error setting the polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "250hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Setting polling rate to 250hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 250
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error setting the polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "500hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Setting polling rate to 500hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 500
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error setting the polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "1000hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Setting polling rate to 1000hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 1000
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error setting the polling rate"
|
||||
fi
|
||||
else
|
||||
echo null > /dev/null
|
||||
fi
|
||||
else
|
||||
zenity --title "zenidrv-g203 ${VERSION} (ratbagd required)" --window-icon=${iconPath} --warning --width=350 \
|
||||
--text "You cannot configure the polling rate. You need to have the ratbagd (libratbag) package installed.\n\nYou can install it from the repository or by accessing the following link:\nhttps://github.com/libratbag/libratbag"
|
||||
fi
|
||||
}
|
||||
|
||||
# Show menu with options.
|
||||
showMenu=0
|
||||
rootMessage
|
||||
while [ ${showMenu} -eq 0 ] ; do
|
||||
clear
|
||||
opcion=$(zenity --width=280 --height=415 --list --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" \
|
||||
# Check dpi & polling rate to show in menu
|
||||
checkNumbers=$(checkRatbag)
|
||||
if [ "${checkNumbers}" == "1" ] ; then
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
get_rate=$(ratbagctl "${device_name}" rate get)
|
||||
get_dpi=$(ratbagctl "${device_name}" dpi get | cut -d "d" -f 1)
|
||||
numberDPI="(${get_dpi})"
|
||||
numberPolling="(${get_rate})"
|
||||
fi
|
||||
opcion=$(zenity --width=280 --height=460 --list --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" \
|
||||
--window-icon=${iconPath} --imagelist --column "Icon" --column "Effect/Option" ${imagesPath}/solid.png "Solid" \
|
||||
${imagesPath}/cycle.png "Cycle" ${imagesPath}/breathe.png "Breathe" ${imagesPath}/wave.png "Wave" \
|
||||
${imagesPath}/blend.png "Blend" ${imagesPath}/intro-on.png "Intro (On)" ${imagesPath}/intro-off.png "Intro (Off)" \
|
||||
${imagesPath}/mouse-dpi.png "Set DPI" ${imagesPath}/light-off.png "Light off" ${imagesPath}/exit.png "Exit")
|
||||
${imagesPath}/mouse-dpi.png "Set DPI ${numberDPI}" \
|
||||
${imagesPath}/mouse-polling-rate.png "Polling Rate ${numberPolling}" ${imagesPath}/light-off.png "Light off" \
|
||||
${imagesPath}/about.png "About" ${imagesPath}/exit.png "Exit")
|
||||
if [ "${opcion}" == "${imagesPath}/solid.png" ] ; then
|
||||
color_selected=$(zenity --list --width=260 --height=570 --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" \
|
||||
--window-icon=${iconPath} --imagelist --column "Color" --column "Name color" ${imagesPath}/black.png Black \
|
||||
--window-icon=${iconPath} --imagelist --column "Color" --column "Name color" ${imagesPath}/custom.png Custom \
|
||||
${imagesPath}/white.png White ${imagesPath}/red.png Red ${imagesPath}/lime.png Lime ${imagesPath}/blue.png Blue \
|
||||
${imagesPath}/yellow.png Yellow ${imagesPath}/cyan.png Cyan ${imagesPath}/magenta.png Magenta \
|
||||
${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}/navy.png Navy)
|
||||
canceled=$?
|
||||
canceled=$?
|
||||
if [ ${canceled} -eq 0 ] ; then
|
||||
if [ "${color_selected}" == "${imagesPath}/black.png" ] ; then
|
||||
color_apply="000000"
|
||||
if [ "${color_selected}" == "${imagesPath}/custom.png" ] ; then
|
||||
custom_color=$(zenity --color-selection)
|
||||
# Crop numbers from rgb system
|
||||
first_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 1)
|
||||
second_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 2)
|
||||
third_value_prev=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 3)
|
||||
third_value=$(echo ${third_value_prev} | cut -d ")" -f 1)
|
||||
# Convert rgb numbers to hex
|
||||
first_hex=$(echo "obase=16; ${first_value}" | bc)
|
||||
second_hex=$(echo "obase=16; ${second_value}" | bc)
|
||||
third_hex=$(echo "obase=16; ${third_value}" | bc)
|
||||
# Apply number 0 after if have only one number
|
||||
if [ ${first_hex} == "0" ] ; then
|
||||
first_hex="00"
|
||||
elif [ ${first_hex} == "1" ] ; then
|
||||
first_hex="01"
|
||||
elif [ ${first_hex} == "2" ] ; then
|
||||
first_hex="02"
|
||||
elif [ ${first_hex} == "3" ] ; then
|
||||
first_hex="03"
|
||||
elif [ ${first_hex} == "4" ] ; then
|
||||
first_hex="04"
|
||||
elif [ ${first_hex} == "5" ] ; then
|
||||
first_hex="05"
|
||||
elif [ ${first_hex} == "6" ] ; then
|
||||
first_hex="06"
|
||||
elif [ ${first_hex} == "7" ] ; then
|
||||
first_hex="07"
|
||||
elif [ ${first_hex} == "8" ] ; then
|
||||
first_hex="08"
|
||||
elif [ ${first_hex} == "9" ] ; then
|
||||
first_hex="09"
|
||||
fi
|
||||
if [ ${second_hex} == "0" ] ; then
|
||||
second_hex="00"
|
||||
elif [ ${second_hex} == "1" ] ; then
|
||||
second_hex="01"
|
||||
elif [ ${second_hex} == "2" ] ; then
|
||||
second_hex="02"
|
||||
elif [ ${second_hex} == "3" ] ; then
|
||||
second_hex="03"
|
||||
elif [ ${second_hex} == "4" ] ; then
|
||||
second_hex="04"
|
||||
elif [ ${second_hex} == "5" ] ; then
|
||||
second_hex="05"
|
||||
elif [ ${second_hex} == "6" ] ; then
|
||||
second_hex="06"
|
||||
elif [ ${second_hex} == "7" ] ; then
|
||||
second_hex="07"
|
||||
elif [ ${second_hex} == "8" ] ; then
|
||||
second_hex="08"
|
||||
elif [ ${second_hex} == "9" ] ; then
|
||||
second_hex="09"
|
||||
fi
|
||||
if [ ${third_hex} == "0" ] ; then
|
||||
third_hex="00"
|
||||
elif [ ${third_hex} == "1" ] ; then
|
||||
third_hex="01"
|
||||
elif [ ${third_hex} == "2" ] ; then
|
||||
third_hex="02"
|
||||
elif [ ${third_hex} == "3" ] ; then
|
||||
third_hex="03"
|
||||
elif [ ${third_hex} == "4" ] ; then
|
||||
third_hex="04"
|
||||
elif [ ${third_hex} == "5" ] ; then
|
||||
third_hex="05"
|
||||
elif [ ${third_hex} == "6" ] ; then
|
||||
third_hex="06"
|
||||
elif [ ${third_hex} == "7" ] ; then
|
||||
third_hex="07"
|
||||
elif [ ${third_hex} == "8" ] ; then
|
||||
third_hex="08"
|
||||
elif [ ${third_hex} == "9" ] ; then
|
||||
third_hex="09"
|
||||
fi
|
||||
# Custom color in hex
|
||||
color_custom=$(echo ${first_hex}${second_hex}${third_hex})
|
||||
color_apply="${color_custom}"
|
||||
elif [ "${color_selected}" == "${imagesPath}/white.png" ] ; then
|
||||
color_apply="FFFFFF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/red.png" ] ; then
|
||||
@ -85,17 +270,21 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||
elif [ "${color_selected}" == "${imagesPath}/navy.png" ] ; then
|
||||
color_apply="000080"
|
||||
fi
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Applying Solid effect" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync solid "${color_apply}"
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
if [ -z "${color_apply}" ] ; then
|
||||
color_apply="none"
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Device not found or connected"
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Applying Solid effect" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync solid "${color_apply}"
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Device not found or connected"
|
||||
fi
|
||||
color_apply="none"
|
||||
fi
|
||||
color_apply="none"
|
||||
else
|
||||
color_apply="none"
|
||||
fi
|
||||
@ -112,7 +301,7 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/breathe.png" ] ; then
|
||||
color_selected=$(zenity --list --width=260 --height=565 --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" \
|
||||
--window-icon=${iconPath} --imagelist --column "Color" --column "Name color" ${imagesPath}/black.png Black \
|
||||
--window-icon=${iconPath} --imagelist --column "Color" --column "Name color" ${imagesPath}/custom.png Custom \
|
||||
${imagesPath}/white.png White ${imagesPath}/red.png Red ${imagesPath}/lime.png Lime ${imagesPath}/blue.png Blue \
|
||||
${imagesPath}/yellow.png Yellow ${imagesPath}/cyan.png Cyan ${imagesPath}/magenta.png Magenta \
|
||||
${imagesPath}/silver.png Silver ${imagesPath}/gray.png Gray ${imagesPath}/maroon.png Maroon \
|
||||
@ -120,8 +309,84 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||
${imagesPath}/navy.png Navy)
|
||||
canceled=$?
|
||||
if [ ${canceled} -eq 0 ] ; then
|
||||
if [ "${color_selected}" == "${imagesPath}/black.png" ] ; then
|
||||
color_apply="000000"
|
||||
if [ "${color_selected}" == "${imagesPath}/custom.png" ] ; then
|
||||
custom_color=$(zenity --color-selection)
|
||||
# Crop numbers from rgb system
|
||||
first_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 1)
|
||||
second_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 2)
|
||||
third_value_prev=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 3)
|
||||
third_value=$(echo ${third_value_prev} | cut -d ")" -f 1)
|
||||
# Convert rgb numbers to hex
|
||||
first_hex=$(echo "obase=16; ${first_value}" | bc)
|
||||
second_hex=$(echo "obase=16; ${second_value}" | bc)
|
||||
third_hex=$(echo "obase=16; ${third_value}" | bc)
|
||||
# Apply number 0 after if have only one number
|
||||
if [ ${first_hex} == "0" ] ; then
|
||||
first_hex="00"
|
||||
elif [ ${first_hex} == "1" ] ; then
|
||||
first_hex="01"
|
||||
elif [ ${first_hex} == "2" ] ; then
|
||||
first_hex="02"
|
||||
elif [ ${first_hex} == "3" ] ; then
|
||||
first_hex="03"
|
||||
elif [ ${first_hex} == "4" ] ; then
|
||||
first_hex="04"
|
||||
elif [ ${first_hex} == "5" ] ; then
|
||||
first_hex="05"
|
||||
elif [ ${first_hex} == "6" ] ; then
|
||||
first_hex="06"
|
||||
elif [ ${first_hex} == "7" ] ; then
|
||||
first_hex="07"
|
||||
elif [ ${first_hex} == "8" ] ; then
|
||||
first_hex="08"
|
||||
elif [ ${first_hex} == "9" ] ; then
|
||||
first_hex="09"
|
||||
fi
|
||||
if [ ${second_hex} == "0" ] ; then
|
||||
second_hex="00"
|
||||
elif [ ${second_hex} == "1" ] ; then
|
||||
second_hex="01"
|
||||
elif [ ${second_hex} == "2" ] ; then
|
||||
second_hex="02"
|
||||
elif [ ${second_hex} == "3" ] ; then
|
||||
second_hex="03"
|
||||
elif [ ${second_hex} == "4" ] ; then
|
||||
second_hex="04"
|
||||
elif [ ${second_hex} == "5" ] ; then
|
||||
second_hex="05"
|
||||
elif [ ${second_hex} == "6" ] ; then
|
||||
second_hex="06"
|
||||
elif [ ${second_hex} == "7" ] ; then
|
||||
second_hex="07"
|
||||
elif [ ${second_hex} == "8" ] ; then
|
||||
second_hex="08"
|
||||
elif [ ${second_hex} == "9" ] ; then
|
||||
second_hex="09"
|
||||
fi
|
||||
if [ ${third_hex} == "0" ] ; then
|
||||
third_hex="00"
|
||||
elif [ ${third_hex} == "1" ] ; then
|
||||
third_hex="01"
|
||||
elif [ ${third_hex} == "2" ] ; then
|
||||
third_hex="02"
|
||||
elif [ ${third_hex} == "3" ] ; then
|
||||
third_hex="03"
|
||||
elif [ ${third_hex} == "4" ] ; then
|
||||
third_hex="04"
|
||||
elif [ ${third_hex} == "5" ] ; then
|
||||
third_hex="05"
|
||||
elif [ ${third_hex} == "6" ] ; then
|
||||
third_hex="06"
|
||||
elif [ ${third_hex} == "7" ] ; then
|
||||
third_hex="07"
|
||||
elif [ ${third_hex} == "8" ] ; then
|
||||
third_hex="08"
|
||||
elif [ ${third_hex} == "9" ] ; then
|
||||
third_hex="09"
|
||||
fi
|
||||
# Custom color in hex
|
||||
color_custom=$(echo ${first_hex}${second_hex}${third_hex})
|
||||
color_apply="${color_custom}"
|
||||
elif [ "${color_selected}" == "${imagesPath}/white.png" ] ; then
|
||||
color_apply="FFFFFF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/red.png" ] ; then
|
||||
@ -153,17 +418,21 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||
elif [ "${color_selected}" == "${imagesPath}/navy.png" ] ; then
|
||||
color_apply="000080"
|
||||
fi
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Applying Breathe effect" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync breathe "${color_apply}"
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
if [ -z "${color_apply}" ] ; then
|
||||
color_apply="none"
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Device not found or connected"
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Applying Breathe effect" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync breathe "${color_apply}"
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Device not found or connected"
|
||||
fi
|
||||
color_apply="none"
|
||||
fi
|
||||
color_apply="none"
|
||||
else
|
||||
color_apply="none"
|
||||
fi
|
||||
@ -213,20 +482,30 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/mouse-dpi.png" ] ; then
|
||||
dpi_number=$(zenity --entry --title "Set DPI (from 50 to 8000)" --window-icon=${iconPath} --text "Enter DPI number (from 50 to 8000):" --entry-text "800")
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Setting DPI to ${dpi_number}" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync dpi ${dpi_number}
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
if [ -z ${dpi_number} ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Device not found or connected"
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Setting DPI to ${dpi_number}" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync dpi ${dpi_number}
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
checkNumbers=$(checkRatbag)
|
||||
if [ "${checkNumbers}" == "1" ] ; then
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" dpi set "${dpi_number}"
|
||||
fi
|
||||
else
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Device not found or connected"
|
||||
fi
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/mouse-polling-rate.png" ] ; then
|
||||
setPollingRate
|
||||
elif [ "${opcion}" == "${imagesPath}/light-off.png" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --text "Turning off the light on the mouse" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py lightsync breathe 00FFFF 1000 0
|
||||
g203-led.py lightsync breathe 000000 1000 0
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
@ -234,6 +513,8 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||
zenity --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Device not found or connected"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/about.png" ] ; then
|
||||
aboutZenidrv
|
||||
elif [ "${opcion}" == "${imagesPath}/exit.png" ] ; then
|
||||
showMenu=1
|
||||
else
|
||||
|
@ -2,18 +2,22 @@
|
||||
|
||||
#############################################################
|
||||
# Zenity interface for G203 (Prodigy & Ligthsync) driver #
|
||||
# Last change: 07-07-2021 #
|
||||
# Last change: 24-08-2021 #
|
||||
# Author: q3aql #
|
||||
# Contact: q3aql@protonmail.ch #
|
||||
# Contact: q3aql@duck.com #
|
||||
# License: GPL v2.0 #
|
||||
#############################################################
|
||||
VERSION="1.1"
|
||||
M_DATE="070721"
|
||||
VERSION="1.3"
|
||||
M_DATE="240821"
|
||||
|
||||
# Variables
|
||||
iconPath="/usr/share/icons/logitech/logitech-black.png"
|
||||
imagesPath="/usr/share/icons/logitech/images"
|
||||
|
||||
# Variables DPI & Polling rate
|
||||
numberDPI=""
|
||||
numberPolling=""
|
||||
|
||||
# Function to check admin rights.
|
||||
function rootMessage() {
|
||||
mkdir -p /etc/root &> /dev/null
|
||||
@ -32,19 +36,123 @@ function rootMessage() {
|
||||
fi
|
||||
}
|
||||
|
||||
#Function to check ratbag dependence
|
||||
function checkRatbag(){
|
||||
dependence="0"
|
||||
if [ -f "/usr/bin/ratbagctl" ] ; then
|
||||
dependence="1"
|
||||
elif [ -f "/bin/ratbagctl" ] ; then
|
||||
dependence="1"
|
||||
elif [ -f "/usr/local/bin/ratbagctl" ] ; then
|
||||
dependence="1"
|
||||
fi
|
||||
echo ${dependence}
|
||||
}
|
||||
|
||||
# Function to show about
|
||||
function aboutZenidrv() {
|
||||
zenity --title "About" --window-icon=${iconPath} --info --width=330 \
|
||||
--text "GUI Interface: zenidrv-g203 ${VERSION} (${M_DATE})\nRepo: https://github.com/q3aql/zenidrv-g203\nAuthor: q3aql\nContact: q3aql@duck.com\nLicense: GPL v2.0\n\nBackend: g203-led\nRepo: https://github.com/smasty/g203-led\nAuthor: smasty\nContact: https://smasty.net\nLicense: MIT License\n\nBackend: libratbag\nAuthor: libratbag Team\nRepo: https://github.com/libratbag/libratbag\nLicense: RedHat License"
|
||||
}
|
||||
|
||||
# Function to set polling rate
|
||||
function setPollingRate(){
|
||||
checkNumbers=$(checkRatbag)
|
||||
if [ "${checkNumbers}" == "1" ] ; then
|
||||
selectedPolling=$(zenity --window-icon=${iconPath} --width=220 --height=265 --list --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" \
|
||||
--window-icon=${iconPath} --column "Select the polling rate:" "100hz" "125hz" "250hz" "500hz" "1000hz")
|
||||
if [ "${selectedPolling}" == "100hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Setting polling rate to 100hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 100
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error setting the polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "125hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Setting polling rate to 125hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 125
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error setting the polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "250hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Setting polling rate to 250hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 250
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error setting the polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "500hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Setting polling rate to 500hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 500
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error setting the polling rate"
|
||||
fi
|
||||
elif [ "${selectedPolling}" == "1000hz" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Setting polling rate to 1000hz" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" rate set 1000
|
||||
erroPoll=$?
|
||||
if [ ${erroPoll} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=260 \
|
||||
--text "Error setting the polling rate"
|
||||
fi
|
||||
else
|
||||
echo null > /dev/null
|
||||
fi
|
||||
else
|
||||
zenity --title "zenidrv-g203 ${VERSION} (ratbagd required)" --window-icon=${iconPath} --warning --width=350 \
|
||||
--text "You cannot configure the polling rate. You need to have the ratbagd (libratbag) package installed.\n\nYou can install it from the repository or by accessing the following link:\nhttps://github.com/libratbag/libratbag"
|
||||
fi
|
||||
}
|
||||
|
||||
# Show menu with options.
|
||||
showMenu=0
|
||||
rootMessage
|
||||
while [ ${showMenu} -eq 0 ] ; do
|
||||
clear
|
||||
opcion=$(zenity --width=280 --height=365 --list --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" \
|
||||
# Check dpi & polling rate to show in menu
|
||||
checkNumbers=$(checkRatbag)
|
||||
if [ "${checkNumbers}" == "1" ] ; then
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
get_rate=$(ratbagctl "${device_name}" rate get)
|
||||
get_dpi=$(ratbagctl "${device_name}" dpi get | cut -d "d" -f 1)
|
||||
numberDPI="(${get_dpi})"
|
||||
numberPolling="(${get_rate})"
|
||||
fi
|
||||
opcion=$(zenity --width=280 --height=410 --list --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" \
|
||||
--window-icon=${iconPath} --imagelist --column "Icon" --column "Effect/Option" ${imagesPath}/solid.png "Solid" \
|
||||
${imagesPath}/cycle.png "Cycle" ${imagesPath}/breathe.png "Breathe" ${imagesPath}/intro-on.png \
|
||||
"Intro (On)" ${imagesPath}/intro-off.png "Intro (Off)" ${imagesPath}/mouse-dpi.png "Set DPI" \
|
||||
${imagesPath}/light-off.png "Light off" ${imagesPath}/exit.png "Exit")
|
||||
"Intro (On)" ${imagesPath}/intro-off.png "Intro (Off)" ${imagesPath}/mouse-dpi.png "Set DPI ${numberDPI}" \
|
||||
${imagesPath}/mouse-polling-rate.png "Polling Rate ${numberPolling}" ${imagesPath}/light-off.png "Light off" \
|
||||
${imagesPath}/about.png "About" ${imagesPath}/exit.png "Exit")
|
||||
if [ "${opcion}" == "${imagesPath}/solid.png" ] ; then
|
||||
color_selected=$(zenity --list --width=260 --height=570 --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" \
|
||||
--window-icon=${iconPath} --imagelist --column "Color" --column "Name color" ${imagesPath}/black.png Black \
|
||||
--window-icon=${iconPath} --imagelist --column "Color" --column "Name color" ${imagesPath}/custom.png Custom \
|
||||
${imagesPath}/white.png White ${imagesPath}/red.png Red ${imagesPath}/lime.png Lime ${imagesPath}/blue.png Blue \
|
||||
${imagesPath}/yellow.png Yellow ${imagesPath}/cyan.png Cyan ${imagesPath}/magenta.png Magenta \
|
||||
${imagesPath}/silver.png Silver ${imagesPath}/gray.png Gray ${imagesPath}/maroon.png Maroon \
|
||||
@ -52,8 +160,84 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||
${imagesPath}/navy.png Navy)
|
||||
canceled=$?
|
||||
if [ ${canceled} -eq 0 ] ; then
|
||||
if [ "${color_selected}" == "${imagesPath}/black.png" ] ; then
|
||||
color_apply="000000"
|
||||
if [ "${color_selected}" == "${imagesPath}/custom.png" ] ; then
|
||||
custom_color=$(zenity --color-selection)
|
||||
# Crop numbers from rgb system
|
||||
first_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 1)
|
||||
second_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 2)
|
||||
third_value_prev=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 3)
|
||||
third_value=$(echo ${third_value_prev} | cut -d ")" -f 1)
|
||||
# Convert rgb numbers to hex
|
||||
first_hex=$(echo "obase=16; ${first_value}" | bc)
|
||||
second_hex=$(echo "obase=16; ${second_value}" | bc)
|
||||
third_hex=$(echo "obase=16; ${third_value}" | bc)
|
||||
# Apply number 0 after if have only one number
|
||||
if [ ${first_hex} == "0" ] ; then
|
||||
first_hex="00"
|
||||
elif [ ${first_hex} == "1" ] ; then
|
||||
first_hex="01"
|
||||
elif [ ${first_hex} == "2" ] ; then
|
||||
first_hex="02"
|
||||
elif [ ${first_hex} == "3" ] ; then
|
||||
first_hex="03"
|
||||
elif [ ${first_hex} == "4" ] ; then
|
||||
first_hex="04"
|
||||
elif [ ${first_hex} == "5" ] ; then
|
||||
first_hex="05"
|
||||
elif [ ${first_hex} == "6" ] ; then
|
||||
first_hex="06"
|
||||
elif [ ${first_hex} == "7" ] ; then
|
||||
first_hex="07"
|
||||
elif [ ${first_hex} == "8" ] ; then
|
||||
first_hex="08"
|
||||
elif [ ${first_hex} == "9" ] ; then
|
||||
first_hex="09"
|
||||
fi
|
||||
if [ ${second_hex} == "0" ] ; then
|
||||
second_hex="00"
|
||||
elif [ ${second_hex} == "1" ] ; then
|
||||
second_hex="01"
|
||||
elif [ ${second_hex} == "2" ] ; then
|
||||
second_hex="02"
|
||||
elif [ ${second_hex} == "3" ] ; then
|
||||
second_hex="03"
|
||||
elif [ ${second_hex} == "4" ] ; then
|
||||
second_hex="04"
|
||||
elif [ ${second_hex} == "5" ] ; then
|
||||
second_hex="05"
|
||||
elif [ ${second_hex} == "6" ] ; then
|
||||
second_hex="06"
|
||||
elif [ ${second_hex} == "7" ] ; then
|
||||
second_hex="07"
|
||||
elif [ ${second_hex} == "8" ] ; then
|
||||
second_hex="08"
|
||||
elif [ ${second_hex} == "9" ] ; then
|
||||
second_hex="09"
|
||||
fi
|
||||
if [ ${third_hex} == "0" ] ; then
|
||||
third_hex="00"
|
||||
elif [ ${third_hex} == "1" ] ; then
|
||||
third_hex="01"
|
||||
elif [ ${third_hex} == "2" ] ; then
|
||||
third_hex="02"
|
||||
elif [ ${third_hex} == "3" ] ; then
|
||||
third_hex="03"
|
||||
elif [ ${third_hex} == "4" ] ; then
|
||||
third_hex="04"
|
||||
elif [ ${third_hex} == "5" ] ; then
|
||||
third_hex="05"
|
||||
elif [ ${third_hex} == "6" ] ; then
|
||||
third_hex="06"
|
||||
elif [ ${third_hex} == "7" ] ; then
|
||||
third_hex="07"
|
||||
elif [ ${third_hex} == "8" ] ; then
|
||||
third_hex="08"
|
||||
elif [ ${third_hex} == "9" ] ; then
|
||||
third_hex="09"
|
||||
fi
|
||||
# Custom color in hex
|
||||
color_custom=$(echo ${first_hex}${second_hex}${third_hex})
|
||||
color_apply="${color_custom}"
|
||||
elif [ "${color_selected}" == "${imagesPath}/white.png" ] ; then
|
||||
color_apply="FFFFFF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/red.png" ] ; then
|
||||
@ -85,17 +269,21 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||
elif [ "${color_selected}" == "${imagesPath}/navy.png" ] ; then
|
||||
color_apply="000080"
|
||||
fi
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Applying Solid effect" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py solid "${color_apply}"
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
if [ -z "${color_apply}" ] ; then
|
||||
color_apply="none"
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Device not found or connected"
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Applying Solid effect" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py solid "${color_apply}"
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Device not found or connected"
|
||||
fi
|
||||
color_apply="none"
|
||||
fi
|
||||
color_apply="none"
|
||||
else
|
||||
color_apply="none"
|
||||
fi
|
||||
@ -112,7 +300,7 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/breathe.png" ] ; then
|
||||
color_selected=$(zenity --list --width=260 --height=565 --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" \
|
||||
--window-icon=${iconPath} --imagelist --column "Color" --column "Name color" ${imagesPath}/black.png Black \
|
||||
--window-icon=${iconPath} --imagelist --column "Color" --column "Name color" ${imagesPath}/custom.png Custom \
|
||||
${imagesPath}/white.png White ${imagesPath}/red.png Red ${imagesPath}/lime.png Lime ${imagesPath}/blue.png Blue \
|
||||
${imagesPath}/yellow.png Yellow ${imagesPath}/cyan.png Cyan ${imagesPath}/magenta.png Magenta \
|
||||
${imagesPath}/silver.png Silver ${imagesPath}/gray.png Gray ${imagesPath}/maroon.png Maroon \
|
||||
@ -120,8 +308,84 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||
${imagesPath}/navy.png Navy)
|
||||
canceled=$?
|
||||
if [ ${canceled} -eq 0 ] ; then
|
||||
if [ "${color_selected}" == "${imagesPath}/black.png" ] ; then
|
||||
color_apply="000000"
|
||||
if [ "${color_selected}" == "${imagesPath}/custom.png" ] ; then
|
||||
custom_color=$(zenity --color-selection)
|
||||
# Crop numbers from rgb system
|
||||
first_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 1)
|
||||
second_value=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 2)
|
||||
third_value_prev=$(echo ${custom_color} | cut -d "(" -f 2 | cut -d "," -f 3)
|
||||
third_value=$(echo ${third_value_prev} | cut -d ")" -f 1)
|
||||
# Convert rgb numbers to hex
|
||||
first_hex=$(echo "obase=16; ${first_value}" | bc)
|
||||
second_hex=$(echo "obase=16; ${second_value}" | bc)
|
||||
third_hex=$(echo "obase=16; ${third_value}" | bc)
|
||||
# Apply number 0 after if have only one number
|
||||
if [ ${first_hex} == "0" ] ; then
|
||||
first_hex="00"
|
||||
elif [ ${first_hex} == "1" ] ; then
|
||||
first_hex="01"
|
||||
elif [ ${first_hex} == "2" ] ; then
|
||||
first_hex="02"
|
||||
elif [ ${first_hex} == "3" ] ; then
|
||||
first_hex="03"
|
||||
elif [ ${first_hex} == "4" ] ; then
|
||||
first_hex="04"
|
||||
elif [ ${first_hex} == "5" ] ; then
|
||||
first_hex="05"
|
||||
elif [ ${first_hex} == "6" ] ; then
|
||||
first_hex="06"
|
||||
elif [ ${first_hex} == "7" ] ; then
|
||||
first_hex="07"
|
||||
elif [ ${first_hex} == "8" ] ; then
|
||||
first_hex="08"
|
||||
elif [ ${first_hex} == "9" ] ; then
|
||||
first_hex="09"
|
||||
fi
|
||||
if [ ${second_hex} == "0" ] ; then
|
||||
second_hex="00"
|
||||
elif [ ${second_hex} == "1" ] ; then
|
||||
second_hex="01"
|
||||
elif [ ${second_hex} == "2" ] ; then
|
||||
second_hex="02"
|
||||
elif [ ${second_hex} == "3" ] ; then
|
||||
second_hex="03"
|
||||
elif [ ${second_hex} == "4" ] ; then
|
||||
second_hex="04"
|
||||
elif [ ${second_hex} == "5" ] ; then
|
||||
second_hex="05"
|
||||
elif [ ${second_hex} == "6" ] ; then
|
||||
second_hex="06"
|
||||
elif [ ${second_hex} == "7" ] ; then
|
||||
second_hex="07"
|
||||
elif [ ${second_hex} == "8" ] ; then
|
||||
second_hex="08"
|
||||
elif [ ${second_hex} == "9" ] ; then
|
||||
second_hex="09"
|
||||
fi
|
||||
if [ ${third_hex} == "0" ] ; then
|
||||
third_hex="00"
|
||||
elif [ ${third_hex} == "1" ] ; then
|
||||
third_hex="01"
|
||||
elif [ ${third_hex} == "2" ] ; then
|
||||
third_hex="02"
|
||||
elif [ ${third_hex} == "3" ] ; then
|
||||
third_hex="03"
|
||||
elif [ ${third_hex} == "4" ] ; then
|
||||
third_hex="04"
|
||||
elif [ ${third_hex} == "5" ] ; then
|
||||
third_hex="05"
|
||||
elif [ ${third_hex} == "6" ] ; then
|
||||
third_hex="06"
|
||||
elif [ ${third_hex} == "7" ] ; then
|
||||
third_hex="07"
|
||||
elif [ ${third_hex} == "8" ] ; then
|
||||
third_hex="08"
|
||||
elif [ ${third_hex} == "9" ] ; then
|
||||
third_hex="09"
|
||||
fi
|
||||
# Custom color in hex
|
||||
color_custom=$(echo ${first_hex}${second_hex}${third_hex})
|
||||
color_apply="${color_custom}"
|
||||
elif [ "${color_selected}" == "${imagesPath}/white.png" ] ; then
|
||||
color_apply="FFFFFF"
|
||||
elif [ "${color_selected}" == "${imagesPath}/red.png" ] ; then
|
||||
@ -153,17 +417,21 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||
elif [ "${color_selected}" == "${imagesPath}/navy.png" ] ; then
|
||||
color_apply="000080"
|
||||
fi
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Applying Breathe effect" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py breathe "${color_apply}"
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
if [ -z "${color_apply}" ] ; then
|
||||
color_apply="none"
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Device not found or connected"
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Applying Breathe effect" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py breathe "${color_apply}"
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Device not found or connected"
|
||||
fi
|
||||
color_apply="none"
|
||||
fi
|
||||
color_apply="none"
|
||||
else
|
||||
color_apply="none"
|
||||
fi
|
||||
@ -191,20 +459,30 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/mouse-dpi.png" ] ; then
|
||||
dpi_number=$(zenity --entry --title "Set DPI (from 200 to 8000)" --window-icon=${iconPath} --text "Enter DPI number (from 200 to 8000):" --entry-text "800")
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Setting DPI to ${dpi_number}" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py dpi ${dpi_number}
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
if [ -z ${dpi_number} ] ; then
|
||||
echo > /dev/null
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Device not found or connected"
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Setting DPI to ${dpi_number}" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py dpi ${dpi_number}
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
checkNumbers=$(checkRatbag)
|
||||
if [ "${checkNumbers}" == "1" ] ; then
|
||||
device_name=$(ratbagctl list | head -1 | cut -d ":" -f 1)
|
||||
ratbagctl "${device_name}" dpi set "${dpi_number}"
|
||||
fi
|
||||
else
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Device not found or connected"
|
||||
fi
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/mouse-polling-rate.png" ] ; then
|
||||
setPollingRate
|
||||
elif [ "${opcion}" == "${imagesPath}/light-off.png" ] ; then
|
||||
sleep 2 | zenity --progress --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --text "Turning off the light on the mouse" \
|
||||
--window-icon=${iconPath} --pulsate --no-cancel --auto-close
|
||||
g203-led.py breathe 00FFFF 1000 0
|
||||
g203-led.py breathe 000000 1000 0
|
||||
device_error=$?
|
||||
if [ ${device_error} -eq 0 ] ; then
|
||||
echo > /dev/null
|
||||
@ -212,6 +490,8 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||
zenity --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" --error --window-icon=${iconPath} --width=280 \
|
||||
--text "Device not found or connected"
|
||||
fi
|
||||
elif [ "${opcion}" == "${imagesPath}/about.png" ] ; then
|
||||
aboutZenidrv
|
||||
elif [ "${opcion}" == "${imagesPath}/exit.png" ] ; then
|
||||
showMenu=1
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user