update
This commit is contained in:
@@ -5,7 +5,7 @@ case $LANG in
|
||||
declare -a Internet=(chromium palemoon thunderbird filezilla deluge discord telegram-desktop rustdesk-bin)
|
||||
declare -a Multimedia=(kodi vlc obs-studio audacious smplayer)
|
||||
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 Ebook=(calibre fbreader)
|
||||
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 Multimedia=(kodi vlc obs-studio audacious smplayer)
|
||||
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 LibrosE=(calibre fbreader)
|
||||
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 Multimedia=(kodi vlc obs-studio audacious smplayer)
|
||||
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 Ebook=(calibre fbreader)
|
||||
declare -a Backup=(timeshift)
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
#!/bin/bash
|
||||
# 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
|
||||
me="${0##*/} -s"
|
||||
@@ -93,6 +91,10 @@ esac
|
||||
|
||||
|
||||
main(){
|
||||
. /usr/share/mb-jgtools/jgtools.inc
|
||||
|
||||
profile=${profile:-mabox}
|
||||
|
||||
case $LANG in
|
||||
pl*)
|
||||
_TITLE="Tapety i <b>stylizacja</b> pulpitu"
|
||||
@@ -161,7 +163,7 @@ case $LANG in
|
||||
_RANDOM_DESC="Ustaw <b>losową</b> tapetę"
|
||||
_RANDOMFAV_DESC="Ustaw <b>losową</b> z <b>ulubionych</b>"
|
||||
_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_MENU_DESC="Colorizer - dynamiczne <b>menu</b>"
|
||||
_SHOW_DESK_DESC="Pokaż pulpit"
|
||||
@@ -267,7 +269,7 @@ case $LANG in
|
||||
_RANDOM_DESC="Set <b>random</b> wallpaper"
|
||||
_RANDOMFAV_DESC="Set <b>random</b> from <b>favorites</b>"
|
||||
_CHOOSE_DESC="<b>Choose</b> wallpaper (<i>from context menu</i>)"
|
||||
_PREVIEW_DESC="<b>Preview</b> & 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> & set"
|
||||
_COL_WINDOW_DESC="Colorizer - <b>window</b>"
|
||||
_COL_MENU_DESC="Colorizer - dynamic <b>menu</b>"
|
||||
_SHOW_DESK_DESC="Toggle ShowDesktop"
|
||||
@@ -312,7 +314,7 @@ case $LANG in
|
||||
;;
|
||||
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"
|
||||
|
||||
# WALLPAPER FAVORITES
|
||||
|
||||
Reference in New Issue
Block a user