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
|
||||
|
||||
Reference in New Issue
Block a user