This commit is contained in:
2026-04-27 09:36:39 +02:00
parent bc7c821a73
commit c0a2cd92f9
2 changed files with 11 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ case $LANG in
declare -a Internet=(chromium palemoon thunderbird filezilla deluge discord telegram-desktop rustdesk-bin) declare -a Internet=(chromium palemoon thunderbird filezilla deluge discord telegram-desktop rustdesk-bin)
declare -a Multimedia=(kodi vlc obs-studio audacious smplayer) declare -a Multimedia=(kodi vlc obs-studio audacious smplayer)
declare -a Grafika=(gimp inkscape blender scribus) declare -a Grafika=(gimp inkscape blender scribus)
declare -a Gry=(0ad warzone2100 wesnoth steam lutris ) declare -a Gry=(0ad librequake warzone2100 wesnoth steam lutris )
declare -a Biuro=(abiword gnumeric) declare -a Biuro=(abiword gnumeric)
declare -a Ebook=(calibre fbreader) declare -a Ebook=(calibre fbreader)
declare -a Backup=(timeshift) declare -a Backup=(timeshift)
@@ -22,7 +22,7 @@ case $LANG in
declare -a Internet=(chromium palemoon thunderbird filezilla deluge discord telegram-desktop rustdesk-bin) declare -a Internet=(chromium palemoon thunderbird filezilla deluge discord telegram-desktop rustdesk-bin)
declare -a Multimedia=(kodi vlc obs-studio audacious smplayer) declare -a Multimedia=(kodi vlc obs-studio audacious smplayer)
declare -a Graficos=(gimp inkscape blender scribus) declare -a Graficos=(gimp inkscape blender scribus)
declare -a Juegos=(0ad warzone2100 wesnoth steam lutris) declare -a Juegos=(0ad librequake warzone2100 wesnoth steam lutris)
declare -a Oficina=(abiword gnumeric) declare -a Oficina=(abiword gnumeric)
declare -a LibrosE=(calibre fbreader) declare -a LibrosE=(calibre fbreader)
declare -a Respaldo=(timeshift) declare -a Respaldo=(timeshift)
@@ -39,7 +39,7 @@ case $LANG in
declare -a Internet=(chromium palemoon thunderbird filezilla deluge discord telegram-desktop rustdesk-bin) declare -a Internet=(chromium palemoon thunderbird filezilla deluge discord telegram-desktop rustdesk-bin)
declare -a Multimedia=(kodi vlc obs-studio audacious smplayer) declare -a Multimedia=(kodi vlc obs-studio audacious smplayer)
declare -a Graphics=(gimp inkscape blender scribus) declare -a Graphics=(gimp inkscape blender scribus)
declare -a Games=(0ad warzone2100 wesnoth steam lutris) declare -a Games=(0ad librequake warzone2100 wesnoth steam lutris)
declare -a Office=(abiword gnumeric) declare -a Office=(abiword gnumeric)
declare -a Ebook=(calibre fbreader) declare -a Ebook=(calibre fbreader)
declare -a Backup=(timeshift) declare -a Backup=(timeshift)

View File

@@ -1,9 +1,7 @@
#!/bin/bash #!/bin/bash
# jgwallpaperchanger - panel executor/dynamic menu (or submenu) to configure/set wallpapers # jgwallpaperchanger - panel executor/dynamic menu (or submenu) to configure/set wallpapers
# #
. /usr/share/mb-jgtools/jgtools.inc
profile=${profile:-mabox}
if [[ $1 == "-r" || "$1" == "-d" ]];then if [[ $1 == "-r" || "$1" == "-d" ]];then
me="${0##*/} -s" me="${0##*/} -s"
@@ -93,6 +91,10 @@ esac
main(){ main(){
. /usr/share/mb-jgtools/jgtools.inc
profile=${profile:-mabox}
case $LANG in case $LANG in
pl*) pl*)
_TITLE="Tapety i <b>stylizacja</b> pulpitu" _TITLE="Tapety i <b>stylizacja</b> pulpitu"
@@ -161,7 +163,7 @@ case $LANG in
_RANDOM_DESC="Ustaw <b>losową</b> tapetę" _RANDOM_DESC="Ustaw <b>losową</b> tapetę"
_RANDOMFAV_DESC="Ustaw <b>losową</b> z <b>ulubionych</b>" _RANDOMFAV_DESC="Ustaw <b>losową</b> z <b>ulubionych</b>"
_CHOOSE_DESC="<b>Wybierz</b> tapetę (z menu kontekstowego)" _CHOOSE_DESC="<b>Wybierz</b> tapetę (z menu kontekstowego)"
_PREVIEW_DESC="<b>Podgląd</b> <i>użyj</i> <span bgcolor='#333333' color='#d3d3d3'> <small>󱦱</small> </span> <span bgcolor='#333333' color='#d3d3d3'> <small>󱦰</small> </span> <span bgcolor='#333333' color='#d3d3d3'> <small>Enter</small> </span> <span bgcolor='#333333' color='#d3d3d3'> <small>Esc</small> </span>" _PREVIEW_DESC="<b>Zobacz</b> i ustaw"
_COL_WINDOW_DESC="Colorizer - <b>okno</b>" _COL_WINDOW_DESC="Colorizer - <b>okno</b>"
_COL_MENU_DESC="Colorizer - dynamiczne <b>menu</b>" _COL_MENU_DESC="Colorizer - dynamiczne <b>menu</b>"
_SHOW_DESK_DESC="Pokaż pulpit" _SHOW_DESK_DESC="Pokaż pulpit"
@@ -267,7 +269,7 @@ case $LANG in
_RANDOM_DESC="Set <b>random</b> wallpaper" _RANDOM_DESC="Set <b>random</b> wallpaper"
_RANDOMFAV_DESC="Set <b>random</b> from <b>favorites</b>" _RANDOMFAV_DESC="Set <b>random</b> from <b>favorites</b>"
_CHOOSE_DESC="<b>Choose</b> wallpaper (<i>from context menu</i>)" _CHOOSE_DESC="<b>Choose</b> wallpaper (<i>from context menu</i>)"
_PREVIEW_DESC="<b>Preview</b> &amp; set <i>use</i> <span bgcolor='#333333' color='#d3d3d3'> <small>󱦱</small> </span> <span bgcolor='#333333' color='#d3d3d3'> <small>󱦰</small> </span> <span bgcolor='#333333' color='#d3d3d3'> <small>Enter</small> </span> <span bgcolor='#333333' color='#d3d3d3'> <small>Esc</small> </span>" _PREVIEW_DESC="<b>Preview</b> &amp; set"
_COL_WINDOW_DESC="Colorizer - <b>window</b>" _COL_WINDOW_DESC="Colorizer - <b>window</b>"
_COL_MENU_DESC="Colorizer - dynamic <b>menu</b>" _COL_MENU_DESC="Colorizer - dynamic <b>menu</b>"
_SHOW_DESK_DESC="Toggle ShowDesktop" _SHOW_DESK_DESC="Toggle ShowDesktop"
@@ -312,7 +314,7 @@ case $LANG in
;; ;;
esac esac
. $HOME/.config/mabox/mabox.conf #. $HOME/.config/mabox/mabox.conf
help="\nBased on <a href='https://forum.maboxlinux.org/t/chwp-desktop-wallpaper-changer/496'>idea</a> of Mabox forum member Shwaybo.\n\nchange wallpapers from a directory, never using the same picture twice until all the pictures have been shown, and rotating x number of seconds (configurable) before the next wallpaper change.\n" help="\nBased on <a href='https://forum.maboxlinux.org/t/chwp-desktop-wallpaper-changer/496'>idea</a> of Mabox forum member Shwaybo.\n\nchange wallpapers from a directory, never using the same picture twice until all the pictures have been shown, and rotating x number of seconds (configurable) before the next wallpaper change.\n"
# WALLPAPER FAVORITES # WALLPAPER FAVORITES