This commit is contained in:
2026-04-18 23:23:12 +02:00
parent aa364882b8
commit 865fa90551
2 changed files with 6 additions and 1 deletions

View File

@@ -292,7 +292,7 @@ getvalues () {
} }
qactions () { 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)" read LOGO <<< "$(grep icons/mabox-logo- ${TINT} | cut -d'/' -f3)"
[[ "${LOGO}" == "mabox-logo-square.svg" ]] && out+=("<big>${cbon}</big> $_LOGO,t2ctl logo default ${TINT};$me") || out+=("<big>${cboff}</big> $_LOGO,t2ctl logo color ${TINT};$me") [[ "${LOGO}" == "mabox-logo-square.svg" ]] && out+=("<big>${cbon}</big> $_LOGO,t2ctl logo default ${TINT};$me") || out+=("<big>${cboff}</big> $_LOGO,t2ctl logo color ${TINT};$me")
fi fi

View File

@@ -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") #w+=("#2e3440" "#4c566a" "#5e81ac" "#bf616b" "#b48ead" "#a3be8c" "#ebcb8b" "#d8dee9" "#eceff4")
#fi #fi
if [ ${profile} != "basic" ];then
### AUT0 THEMING ### AUT0 THEMING
### AUTOTHEMING ### AUTOTHEMING
COLORIZER_CONF="$HOME/.config/colorizer/colorizer.conf" COLORIZER_CONF="$HOME/.config/colorizer/colorizer.conf"
@@ -624,6 +625,7 @@ out1+=("$_USE <b>Colorizer OpenBox</b>,colorizer-ob -s")
[[ "${2}" == "obox" ]] && out1+=("^sep()" "${arrow_string_left} ${arrow_string_left} ${arrow_string_left} $_GOBACK,^back()") [[ "${2}" == "obox" ]] && out1+=("^sep()" "${arrow_string_left} ${arrow_string_left} ${arrow_string_left} $_GOBACK,^back()")
## JGMENUS ## JGMENUS
MENU_SYSSCHEMES="/usr/share/mabox-colorizer/colorschemes/menus.csv" MENU_SYSSCHEMES="/usr/share/mabox-colorizer/colorschemes/menus.csv"
MENU_USERSCHEMES="$HOME/.config/colorizer/menus/userschemes2.csv" MENU_USERSCHEMES="$HOME/.config/colorizer/menus/userschemes2.csv"
@@ -715,6 +717,9 @@ out+=("^sep()")
#out+=("$_COLORIZER_HELP,ycolorizer") #out+=("$_COLORIZER_HELP,ycolorizer")
out+=("<big></big> $_COLORIZER_ROOT,colorizer -s") out+=("<big></big> $_COLORIZER_ROOT,colorizer -s")
fi # profile basic check end
### RUN ### RUN
if [[ $1 == "-s" || $1 == "-c" || $1 == "-u" || $1 == "ipc" || $1 == "-d" ]]; then if [[ $1 == "-s" || $1 == "-c" || $1 == "-u" || $1 == "ipc" || $1 == "-d" ]]; then