diff --git a/usr/bin/jgwallpaperchanger b/usr/bin/jgwallpaperchanger index a5f13fc..bed60bf 100755 --- a/usr/bin/jgwallpaperchanger +++ b/usr/bin/jgwallpaperchanger @@ -2,6 +2,9 @@ # 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" else @@ -484,7 +487,7 @@ out1+=("$_ABOUT_SLIDESHOW,\"\"\"notify-send.sh -u critical -i mbcc 'Wallpaper Ch #w+=("#2e3440" "#4c566a" "#5e81ac" "#bf616b" "#b48ead" "#a3be8c" "#ebcb8b" "#d8dee9" "#eceff4") #fi -if [ ${profile} != "basic" ];then +if [ "${profile}" != "basic" ];then ### AUT0 THEMING ### AUTOTHEMING COLORIZER_CONF="$HOME/.config/colorizer/colorizer.conf"