This commit is contained in:
Daniel Napora 2023-01-05 19:42:32 +01:00
parent 9ea2e57349
commit 997222b9ab

View File

@ -160,8 +160,10 @@ if pgrep -af "conky.*mbcolor" >/dev/null; then
if [[ "$i" == *mbcolor* ]];then if [[ "$i" == *mbcolor* ]];then
supported+=("$i") supported+=("$i")
else else
if [[ "$i" != *"/*"* ]];then
unsupported+=("$i") unsupported+=("$i")
fi fi
fi
done done
#array with not started conkies #array with not started conkies