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