From 865fa9055117eb3f085aa4f4d095f108a01fa959 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sat, 18 Apr 2026 23:23:12 +0200 Subject: [PATCH] update --- usr/bin/jgtint2-pipe | 2 +- usr/bin/jgwallpaperchanger | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/usr/bin/jgtint2-pipe b/usr/bin/jgtint2-pipe index bb423b2..fb8969d 100755 --- a/usr/bin/jgtint2-pipe +++ b/usr/bin/jgtint2-pipe @@ -292,7 +292,7 @@ getvalues () { } qactions () { - if grep "icons/mabox-logo-" ${TINT} 2>/dev/null ;then + if grep -q "icons/mabox-logo-" ${TINT} 2>/dev/null;then read LOGO <<< "$(grep icons/mabox-logo- ${TINT} | cut -d'/' -f3)" [[ "${LOGO}" == "mabox-logo-square.svg" ]] && out+=("${cbon} $_LOGO,t2ctl logo default ${TINT};$me") || out+=("${cboff} $_LOGO,t2ctl logo color ${TINT};$me") fi diff --git a/usr/bin/jgwallpaperchanger b/usr/bin/jgwallpaperchanger index df21a62..a5f13fc 100755 --- a/usr/bin/jgwallpaperchanger +++ b/usr/bin/jgwallpaperchanger @@ -484,6 +484,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 ### AUT0 THEMING ### AUTOTHEMING COLORIZER_CONF="$HOME/.config/colorizer/colorizer.conf" @@ -624,6 +625,7 @@ out1+=("$_USE Colorizer OpenBox,colorizer-ob -s") [[ "${2}" == "obox" ]] && out1+=("^sep()" "${arrow_string_left} ${arrow_string_left} ${arrow_string_left} $_GOBACK,^back()") + ## JGMENUS MENU_SYSSCHEMES="/usr/share/mabox-colorizer/colorschemes/menus.csv" MENU_USERSCHEMES="$HOME/.config/colorizer/menus/userschemes2.csv" @@ -715,6 +717,9 @@ out+=("^sep()") #out+=("$_COLORIZER_HELP,ycolorizer") out+=(" $_COLORIZER_ROOT,colorizer -s") +fi # profile basic check end + + ### RUN if [[ $1 == "-s" || $1 == "-c" || $1 == "-u" || $1 == "ipc" || $1 == "-d" ]]; then