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 () {
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