update mb-status

This commit is contained in:
2026-08-26 00:21:25 +02:00
parent f16f035d3f
commit 4662cae686

View File

@@ -305,7 +305,8 @@ if [[ "${disk_limit}" -gt "0" ]];then
if [[ "$DEVICE" == "$mpoint" ]];then
continue
else
out+=("$ICON $MOUNTLBL <small>$DEVICE</small> $PERCENT,^pipe(jgbrowser ${MOUNT}${qdir})")
#out+=("$ICON $MOUNTLBL <small>$DEVICE</small> $PERCENT,^pipe(jgbrowser ${MOUNT}${qdir})")
out+=("$ICON $MOUNTLBL $PERCENT,^pipe(jgbrowser ${MOUNT}${qdir})")
mpoint="${DEVICE}"
fi
done < <(df -h | grep '^/dev' | grep -v 'boot' | grep -v 'loop' | grep -v '/run/media')