parent
9ea2e57349
commit
997222b9ab
|
@ -157,11 +157,13 @@ if pgrep -af "conky.*mbcolor" >/dev/null; then
|
|||
|
||||
#array with all supported conkies
|
||||
for i in "$CONKYDIR"/*.con* "$CONKYDIR"/**/*.con*; do
|
||||
if [[ "$i" == *mbcolor* ]];then
|
||||
supported+=("$i")
|
||||
else
|
||||
unsupported+=("$i")
|
||||
fi
|
||||
if [[ "$i" == *mbcolor* ]];then
|
||||
supported+=("$i")
|
||||
else
|
||||
if [[ "$i" != *"/*"* ]];then
|
||||
unsupported+=("$i")
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
#array with not started conkies
|
||||
|
|
Loading…
Reference in New Issue