mcc update
parent
74027da78a
commit
a7aa9c0451
10
bin/mcc
10
bin/mcc
|
@ -84,7 +84,7 @@ case $LANG in
|
|||
MT_MNGR_DESC="\n<a href='https://manual.maboxlinux.org/en/configuration/theme-manager/'>Pomoc (online)</a>\nMotyw Maboxa składa się z:\n - tapety\n - wystroju GTK2/GTK3 oraz obramowania okien Openboxa\n - ustawień panelu Tint2\n - uruchamianych automatycznie Conky \n\nZa pomocą menedżera motywów możesz w wygodny sposób zapisywać swoje konfiguracje, a następnie dowolnie przełączać się między nimi."
|
||||
COLORIZER_DESC="<b>Colorizer</b>\nUmożliwia zmianę kolorystyki elementów pulpitu Mabox.\nMoże również automatycznie generować kolorystykę na bazie tapety.\n<i>Zobacz video (online):</i> <a href='https://odysee.com/@mabox-linux:8/mabox-22.08-let%E2%80%99s-meet-colorizer:f'>Colorizer - krótki przegląd</a>\n"
|
||||
COL_MODULES="Pojedyńcze Moduły"
|
||||
COL_HELP="Pomoc (interaktywna HTML)"
|
||||
COL_MENU="Colorizer Menu"
|
||||
LNG="pl"
|
||||
USER_LBL="użytkownik"
|
||||
USERS_MSM="Użytkownicy"
|
||||
|
@ -175,7 +175,7 @@ case $LANG in
|
|||
MT_MNGR_DESC="\n<a href='https://manual.maboxlinux.org/es/configuration/theme-manager/'>Help (online)</a>\nTemas Mabox consiste de:\n - fondos de pantalla\n - temas GTK2/GTK3\n - ajustes a tema Openbox\n - paneles Tint2 seleccionados\n - recuadros Conky seleccionados\n\nCon el gestor de Temas en Mabox puede fácilmente guardar nuevas configuraciones, y cambiar entre ellas."
|
||||
COLORIZER_DESC="<b>Colorizer</b>\nColorizer allows you to change the color of the Mabox desktop elements.\nIt can also automatically generate colors based on the wallpaper.\n<i>See video (online - YT):</i> <a href='https://youtu.be/E-3CFgkfWXE'>Colorizer - overview</a>\n"
|
||||
COL_MODULES="Individual Modules:"
|
||||
COL_HELP="Help (interactive HTML)"
|
||||
COL_MENU="Colorizer Menu"
|
||||
LNG="en"
|
||||
USER_LBL="user"
|
||||
USERS_MSM="Users"
|
||||
|
@ -266,7 +266,7 @@ case $LANG in
|
|||
MT_MNGR_DESC="\n<a href='https://manual.maboxlinux.org/en/configuration/theme-manager/'>Help (online)</a>\nMabox theme consist of:\n - wallpaper\n - GTK2/GTK3 Theme and Openbox window decoration \n - selected Tint2 panel(s)\n - selected Conkies \n\nWith Mabox Theme Manager you can easily save your configurations, and switch between them."
|
||||
COLORIZER_DESC="<b>Colorizer</b>\nColorizer allows you to change the color of the Mabox desktop elements.\nIt can also automatically generate colors based on the wallpaper.\n<i>See video (online - YT):</i> <a href='https://youtu.be/E-3CFgkfWXE'>Colorizer - overview</a>\n"
|
||||
COL_MODULES="Individual Modules:"
|
||||
COL_HELP="Help (interactive HTML)"
|
||||
COL_MENU="Colorizer Menu"
|
||||
LNG="en"
|
||||
USER_LBL="user"
|
||||
USERS_MSM="Users"
|
||||
|
@ -461,7 +461,7 @@ yad --plug=$KEY --tabnum=7 --borders=20 \
|
|||
--text="$COLORIZER_DESC" --image=colorizer \
|
||||
--form \
|
||||
--columns=4 \
|
||||
--field=" Colorizer!colorizer!:FBTN" "colorizer -s" \
|
||||
--field=" Colorizer!colorizer!:FBTN" "ycolorizer" \
|
||||
--field="$COL_MODULES :LBL" "" \
|
||||
--field="OpenBox:FBTN" "colorizer-ob -s" \
|
||||
--field=" :LBL" "" \
|
||||
|
@ -473,7 +473,7 @@ yad --plug=$KEY --tabnum=7 --borders=20 \
|
|||
--field=" :LBL" "" \
|
||||
--field="Menu/SidePanels:FBTN" "colorizer-menus -s" \
|
||||
--field=" :LBL" "" \
|
||||
--field="$COL_HELP:FBTN" "yhtml /usr/share/mabox-colorizer/help/$LNG.html 'Mabox Help - Colorizer'" \
|
||||
--field="$COL_MENU:FBTN" "colorizer -s" \
|
||||
--field=" :LBL" "" \
|
||||
--field="PyRadio:FBTN" "colorizer-pyradio -s" \
|
||||
--field=" :LBL" "" \
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Colorizer Menu
|
||||
Comment=Mabox Colorizer
|
||||
Keywords=
|
||||
StartupNotify=false
|
||||
Icon=colorizer
|
||||
TryExec=colorizer -s
|
||||
Exec=colorizer -s
|
||||
Categories=Settings;
|
||||
#NoDisplay=true
|
|
@ -6,7 +6,7 @@ Comment=Mabox Colorizer
|
|||
Keywords=
|
||||
StartupNotify=false
|
||||
Icon=colorizer
|
||||
TryExec=colorizer -s
|
||||
Exec=colorizer -s
|
||||
TryExec=ycolorizer
|
||||
Exec=ycolorizer
|
||||
Categories=Settings;
|
||||
#NoDisplay=true
|
||||
|
|
|
@ -109,7 +109,7 @@ Comment=Tool to configure the tint2 panel
|
|||
Comment[pl]=Narzędzie do konfiguracji panelu tint2
|
||||
Comment[ru]=Инструмент конфигурирования панели tint2
|
||||
|
||||
Exec=tint2conf
|
||||
Exec=jgtint2-pipe -s
|
||||
Icon=tint2conf
|
||||
Terminal=false
|
||||
Categories=Settings;DesktopSettings;
|
||||
|
|
Loading…
Reference in New Issue