From 697d6ccfcd6828c16abd09cbfd31f68bc8b5123e Mon Sep 17 00:00:00 2001 From: q3aql Date: Fri, 9 Jul 2021 12:20:04 +0200 Subject: [PATCH] Fix light off option --- zenidrv-g203-lightsync | 2 +- zenidrv-g203-prodigy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zenidrv-g203-lightsync b/zenidrv-g203-lightsync index a579462..f012cc3 100755 --- a/zenidrv-g203-lightsync +++ b/zenidrv-g203-lightsync @@ -230,7 +230,7 @@ while [ ${showMenu} -eq 0 ] ; do 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 diff --git a/zenidrv-g203-prodigy b/zenidrv-g203-prodigy index 026765a..07208a4 100755 --- a/zenidrv-g203-prodigy +++ b/zenidrv-g203-prodigy @@ -208,7 +208,7 @@ while [ ${showMenu} -eq 0 ] ; do 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