Add window-icon on GUI Windows

This commit is contained in:
q3aql 2021-07-07 10:20:07 +02:00
parent 08e0ae7174
commit 3e4adfa0d3
4 changed files with 24 additions and 14 deletions

View File

@ -10,6 +10,9 @@
VERSION="1.0"
M_DATE="060721"
# Variables
iconPath="/usr/share/icons/logitech/logitech-black.png"
# Function to check admin rights
function rootMessage() {
mkdir -p /etc/root &> /dev/null
@ -17,7 +20,7 @@ function rootMessage() {
if [ ${administrador} -eq 0 ] ; then
rm -rf /etc/root
else
zenity --title "zenidrv-g203 v${VERSION} (${M_DATE})" --warning --width=340 --text "Administrator permissions are required"
zenity --title "zenidrv-g203 v${VERSION} (${M_DATE})" --window-icon=${iconPath} --warning --width=340 --text "Administrator permissions are required"
echo ""
echo "* zenidrv-g203 v${VERSION} (${M_DATE}) (GPL v2.0)"
echo ""
@ -28,7 +31,7 @@ function rootMessage() {
}
rootMessage
zenity --question --title "zenidrv-g203 ${VERSION} (${M_DATE})" --cancel-label="Prodigy 1r Gen (Default)" --ok-label="Lightsync 2nd Gen" --width=530 \
zenity --question --title "zenidrv-g203 ${VERSION} (${M_DATE})" --window-icon=${iconPath} --cancel-label="Prodigy 1r Gen (Default)" --ok-label="Lightsync 2nd Gen" --width=530 \
--text "Choose the version of your Logitech G203 (Prodigy 1r Gen or Lightsync 2nd Gen)"
createLink=$?
if [ ${createLink} -eq 1 ] ; then

View File

@ -10,6 +10,9 @@
VERSION="1.0"
M_DATE="060721"
# Variables
iconPath="/usr/share/icons/logitech/logitech-black.png"
# Link with gksudo,gksu o bessu
function showRootMessage() {
if [ -f /usr/bin/gksudo ] ; then
@ -46,7 +49,7 @@ function showRootMessage() {
zenity -h &> /dev/null
output=$?
if [ ${output} -eq 0 ] ; then
zenity --title "zenidrv-g203 ${VERSION} (${M_DATE})" --info \
zenity --title "zenidrv-g203 ${VERSION} (${M_DATE})" --window-icon=${iconPath} --info \
--text "The 'zenidrv-g203' program could not be run as administrator\n\nPlease run the command 'zenidrv-g203' as root user in terminal"
else
xterm -T "zenidrv-g203 ${VERSION} (${M_DATE})" -fa Monospace -fs 10 -bg white -fg black -e "zenidrv-g203-admin --error"
@ -67,7 +70,7 @@ function errorMessage() {
exit
}
# Inicio del script
# Startup script
if [ "${1}" == "--error" ] ; then
errorMessage
else

View File

@ -10,6 +10,8 @@
VERSION="1.0"
M_DATE="060721"
# Variables
iconPath="/usr/share/icons/logitech/logitech-black.png"
# Function to check admin rights.
function rootMessage() {
@ -18,7 +20,7 @@ function rootMessage() {
if [ ${administrador} -eq 0 ] ; then
rm -rf /etc/root
else
zenity --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --warning --width=340 --text "Administrator permissions are required"
zenity --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --window-icon=${iconPath} --warning --width=340 --text "Administrator permissions are required"
echo ""
echo "* zenidrv-g203-lightsync ${VERSION} (${M_DATE}) (GPL v2.0)"
echo ""
@ -34,12 +36,12 @@ rootMessage
while [ ${showMenu} -eq 0 ] ; do
clear
opcion=$(zenity --width=280 --height=380 --list --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" \
--column "Select effect or option :" "Solid" "Cycle" "Breathe" "Wave" "Blend" \
--window-icon=${iconPath} --column "Select effect or option :" "Solid" "Cycle" "Breathe" "Wave" "Blend" \
"Intro (On)" "Intro (Off)" "Set DPI" \
"Light off" "Exit")
if [ "${opcion}" == "Solid" ] ; then
color_selected=$(zenity --width=260 --height=520 --list --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" \
--column "Select color from list :" "Black" "White" "Red" "Lime" "Blue" "Yellow" "Cyan" "Magenta" \
--window-icon=${iconPath} --column "Select color from list :" "Black" "White" "Red" "Lime" "Blue" "Yellow" "Cyan" "Magenta" \
"Silver" "Gray" "Maroon" "Olive" "Green" "Purple" "Teal" "Navy" )
if [ "${color_selected}" == "Black" ] ; then
color_apply="000000"
@ -80,7 +82,7 @@ while [ ${showMenu} -eq 0 ] ; do
g203-led.py lightsync cycle
elif [ "${opcion}" == "Breathe" ] ; then
color_selected=$(zenity --width=260 --height=520 --list --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" \
--column "Select color from list :" "Black" "White" "Red" "Lime" "Blue" "Yellow" "Cyan" "Magenta" \
--window-icon=${iconPath} --column "Select color from list :" "Black" "White" "Red" "Lime" "Blue" "Yellow" "Cyan" "Magenta" \
"Silver" "Gray" "Maroon" "Olive" "Green" "Purple" "Teal" "Navy" )
if [ "${color_selected}" == "Black" ] ; then
color_apply="000000"
@ -126,7 +128,7 @@ while [ ${showMenu} -eq 0 ] ; do
elif [ "${opcion}" == "Intro (Off)" ] ; then
g203-led.py lightsync intro off
elif [ "${opcion}" == "Set DPI" ] ; then
dpi_number=$(zenity --entry --title "Set DPI (from 50 to 8000)" --text "Enter DPI number (from 50 to 8000):" --entry-text "800")
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")
g203-led.py lightsync dpi ${dpi_number}
elif [ "${opcion}" == "Light off" ] ; then
g203-led.py lightsync breathe 00FFFF 1000 0

View File

@ -10,6 +10,8 @@
VERSION="1.0"
M_DATE="060721"
# Variables
iconPath="/usr/share/icons/logitech/logitech-black.png"
# Function to check admin rights.
function rootMessage() {
@ -18,7 +20,7 @@ function rootMessage() {
if [ ${administrador} -eq 0 ] ; then
rm -rf /etc/root
else
zenity --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --warning --width=340 --text "Administrator permissions are required"
zenity --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --window-icon=${iconPath} --warning --width=340 --text "Administrator permissions are required"
echo ""
echo "* zenidrv-g203-prodigy ${VERSION} (${M_DATE}) (GPL v2.0)"
echo ""
@ -34,11 +36,11 @@ rootMessage
while [ ${showMenu} -eq 0 ] ; do
clear
opcion=$(zenity --width=280 --height=330 --list --title "zenidrv-g203-prodigy ${VERSION} ($M_DATE)" \
--column "Select effect or option :" "Solid" "Cycle" "Breathe" "Intro (On)" "Intro (Off)" "Set DPI" \
--window-icon=${iconPath} --column "Select effect or option :" "Solid" "Cycle" "Breathe" "Intro (On)" "Intro (Off)" "Set DPI" \
"Light off" "Exit")
if [ "${opcion}" == "Solid" ] ; then
color_selected=$(zenity --width=260 --height=520 --list --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" \
--column "Select color from list :" "Black" "White" "Red" "Lime" "Blue" "Yellow" "Cyan" "Magenta" \
--window-icon=${iconPath} --column "Select color from list :" "Black" "White" "Red" "Lime" "Blue" "Yellow" "Cyan" "Magenta" \
"Silver" "Gray" "Maroon" "Olive" "Green" "Purple" "Teal" "Navy" )
if [ "${color_selected}" == "Black" ] ; then
color_apply="000000"
@ -79,7 +81,7 @@ while [ ${showMenu} -eq 0 ] ; do
g203-led.py cycle
elif [ "${opcion}" == "Breathe" ] ; then
color_selected=$(zenity --width=260 --height=520 --list --title "zenidrv-g203-lightsync ${VERSION} ($M_DATE)" \
--column "Select color from list :" "Black" "White" "Red" "Lime" "Blue" "Yellow" "Cyan" "Magenta" \
--window-icon=${iconPath} --column "Select color from list :" "Black" "White" "Red" "Lime" "Blue" "Yellow" "Cyan" "Magenta" \
"Silver" "Gray" "Maroon" "Olive" "Green" "Purple" "Teal" "Navy" )
if [ "${color_selected}" == "Black" ] ; then
color_apply="000000"
@ -121,7 +123,7 @@ while [ ${showMenu} -eq 0 ] ; do
elif [ "${opcion}" == "Intro (Off)" ] ; then
g203-led.py intro off
elif [ "${opcion}" == "Set DPI" ] ; then
dpi_number=$(zenity --entry --title "Set DPI (from 200 to 8000)" --text "Enter DPI number (from 200 to 8000):" --entry-text "800")
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")
g203-led.py dpi ${dpi_number}
elif [ "${opcion}" == "Light off" ] ; then
g203-led.py breathe 00FFFF 1000 0