update
This commit is contained in:
@@ -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+=("<big>${cbon}</big> $_LOGO,t2ctl logo default ${TINT};$me") || out+=("<big>${cboff}</big> $_LOGO,t2ctl logo color ${TINT};$me")
|
||||
fi
|
||||
|
||||
@@ -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 <b>Colorizer OpenBox</b>,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+=("<big></big> $_COLORIZER_ROOT,colorizer -s")
|
||||
|
||||
fi # profile basic check end
|
||||
|
||||
|
||||
### RUN
|
||||
if [[ $1 == "-s" || $1 == "-c" || $1 == "-u" || $1 == "ipc" || $1 == "-d" ]]; then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user