Changeset 4939 for lliurex-conky/trunk/fuentes/lliurex-conky.install-files/usr/share/lliurex-conky/conkyrc_gui
- Timestamp:
- May 29, 2017, 11:45:29 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-conky/trunk/fuentes/lliurex-conky.install-files/usr/share/lliurex-conky/conkyrc_gui
r3613 r4939 25 25 MSG_INICIAL=$(gettext "Do you want conky on desktop?") 26 26 MSG_CONFIGURATOR=$(gettext "CONKY CONFIGUTATOR. SELECT THE FORMAT THAT YOU LIKE") 27 MSG_SELECT_COLOUR=$(gettext "<b><big>INFO </big></b>CONKY TEXT: <small>Select your favourite colour or personalice it </small>")28 MSG_SELECT_COLOUR2=$(gettext "<b><big>TITLE </big></b>CONKY TEXT: <small>Select you favourite colour or personalice it </small>")27 MSG_SELECT_COLOUR=$(gettext "<b><big>INFO </big></b>CONKY TEXT: <small>Select your favourite colour or personalice it for INFO</small>") 28 MSG_SELECT_COLOUR2=$(gettext "<b><big>TITLE </big></b>CONKY TEXT: <small>Select you favourite colour or personalice it for TITLE</small>") 29 29 MSG_SELECT_COLOUR_PREDEF=$(gettext "SELECT ONE COLOUR") 30 30 MSG_SELECT_COLOUR_PERSONAL=$(gettext "Select your favourite colour for the: TITLES") … … 89 89 MSG_LIGERO_PANEL=$(gettext "Thin") 90 90 MSG_PESADO_PANEL=$(gettext "Heavy") 91 MSG_SEMILIGERO_PANEL=$(gettext " Semithin")91 MSG_SEMILIGERO_PANEL=$(gettext "Fat") 92 92 MSG_DESKTOP_PANEL=$(gettext "Desktop") 93 93 MSG_COLOUR_QUESTION=$(gettext "Do you want to change colour fonts or use default mode?") … … 100 100 MSG_SHADE=$(gettext "TRANSPARENT") 101 101 MSG_SHADE_DESC=$(gettext "You eliminate the shadow in Conky desktop") 102 MSG_BLACK=$(gettext "black") 103 MSG_WHITE=$(gettext "white") 104 MSG_CYAN=$(gettext "cyan") 105 MSG_RED=$(gettext "red") 106 MSG_GREEN=$(gettext "green") 107 MSG_YELLOW=$(gettext "yellow") 108 MSG_PURPLE=$(gettext "purple") 109 MSG_PERSONAL_COLOUR=$(gettext "Personal colour") 102 110 103 111 … … 277 285 function text_colour_client { 278 286 279 SELECTION_COLOUR=`zenity --title "$MSG_TITLE" --list --width 400 --height=300 --text "$MSG_SELECT_COLOUR" --radiolist --column "$MSG_SELECCIONA" --hide-column=2 --column "SELECCIONA" --column "$MSG_SELECT_COLOUR_PREDEF" --cancel-label=" PERSONALCOLOUR"\280 TRUE "BLACK" " black" \281 FALSE "WHITE" " white" \282 FALSE "CYAN" " cyan" \283 FALSE "RED" " red" \284 FALSE "GREEN" " green" \285 FALSE "YELLOW" " yellow" \286 FALSE "PURPLE" " purple" \287 SELECTION_COLOUR=`zenity --title "$MSG_TITLE" --list --width 400 --height=300 --text "$MSG_SELECT_COLOUR" --radiolist --column "$MSG_SELECCIONA" --hide-column=2 --column "SELECCIONA" --column "$MSG_SELECT_COLOUR_PREDEF" --cancel-label="$MSG_PERSONAL_COLOUR"\ 288 TRUE "BLACK" "$MSG_BLACK" \ 289 FALSE "WHITE" "$MSG_WHITE" \ 290 FALSE "CYAN" "$MSG_CYAN" \ 291 FALSE "RED" "$MSG_RED" \ 292 FALSE "GREEN" "$MSG_GREEN" \ 293 FALSE "YELLOW" "$MSG_YELLOW" \ 294 FALSE "PURPLE" "$MSG_PURPLE" \ 287 295 --separator=":"` 288 296 #SE QUIERE COLOR PERSONALIZADO … … 312 320 function text_colour_server { 313 321 314 SELECTION_COLOUR2=`zenity --title "$MSG_TITLE" --list --width 400 --height=300 --text "$MSG_SELECT_COLOUR2" --radiolist --column "$MSG_SELECCIONA" --hide-column=2 --column "SELECCIONA" --column "$MSG_SELECT_COLOUR_PREDEF" --cancel-label=" PERSONALCOLOUR"\315 TRUE "BLACK" " black" \316 FALSE "WHITE" " white" \317 FALSE "CYAN" " cyan" \318 FALSE "RED" " red" \319 FALSE "GREEN" " green" \320 FALSE "YELLOW" " yellow" \321 FALSE "PURPLE" " purple" \322 SELECTION_COLOUR2=`zenity --title "$MSG_TITLE" --list --width 400 --height=300 --text "$MSG_SELECT_COLOUR2" --radiolist --column "$MSG_SELECCIONA" --hide-column=2 --column "SELECCIONA" --column "$MSG_SELECT_COLOUR_PREDEF" --cancel-label="$MSG_PERSONAL_COLOUR"\ 323 TRUE "BLACK" "$MSG_BLACK" \ 324 FALSE "WHITE" "$MSG_WHITE" \ 325 FALSE "CYAN" "$MSG_CYAN" \ 326 FALSE "RED" "$MSG_RED" \ 327 FALSE "GREEN" "$MSG_GREEN" \ 328 FALSE "YELLOW" "$MSG_YELLOW" \ 329 FALSE "PURPLE" "$MSG_PURPLE" \ 322 330 --separator=":"` 323 331 #SE QUIERE COLOR PERSONALIZADO … … 333 341 334 342 335 SELECTION_COLOUR=`zenity --title "$MSG_TITLE" --list --width 400 --height=300 --text "$MSG_SELECT_COLOUR" --radiolist --column "$MSG_SELECCIONA" --hide-column=2 --column "SELECCIONA" --column "$MSG_SELECT_COLOUR_PREDEF" --cancel-label=" PERSONALCOLOUR"\336 TRUE "BLACK" " black" \337 FALSE "WHITE" " white" \338 FALSE "CYAN" " cyan" \339 FALSE "RED" " red" \340 FALSE "GREEN" " green" \341 FALSE "YELLOW" " yellow" \342 FALSE "PURPLE" " purple" \343 SELECTION_COLOUR=`zenity --title "$MSG_TITLE" --list --width 400 --height=300 --text "$MSG_SELECT_COLOUR" --radiolist --column "$MSG_SELECCIONA" --hide-column=2 --column "SELECCIONA" --column "$MSG_SELECT_COLOUR_PREDEF" --cancel-label="$MSG_PERSONAL_COLOUR"\ 344 TRUE "BLACK" "$MSG_BLACK" \ 345 FALSE "WHITE" "$MSG_WHITE" \ 346 FALSE "CYAN" "$MSG_CYAN" \ 347 FALSE "RED" "$MSG_RED" \ 348 FALSE "GREEN" "$MSG_GREEN" \ 349 FALSE "YELLOW" "$MSG_YELLOW" \ 350 FALSE "PURPLE" "$MSG_PURPLE" \ 343 351 --separator=":"` 344 352 #SE QUIERE COLOR PERSONALIZADO … … 356 364 357 365 function change_colour { 358 zenity --title "$MSG_TITLE" --question --text "$MSG_COLOUR_QUESTION" --ok-label= $MSG_BOTON_COLOR_OK --cancel-label=$MSG_BOTON_COLOR_CANCEL366 zenity --title "$MSG_TITLE" --question --text "$MSG_COLOUR_QUESTION" --ok-label="$MSG_BOTON_COLOR_OK" --cancel-label="$MSG_BOTON_COLOR_CANCEL" 359 367 if [[ $? != 0 ]]; then 360 368 if [[ $SOY = "CLIENTE" ]]; then
Note: See TracChangeset
for help on using the changeset viewer.