updated scripts

This commit is contained in:
2025-08-23 19:28:41 +02:00
parent 98bd7c5393
commit f0739adf34
5 changed files with 11 additions and 10 deletions

View File

@@ -15,4 +15,4 @@ else
CLASS="normal"
fi
printf '{"text": "MEM: %s/%sGB", "tooltip": "%s", "class": "%s"}' "$USED" "$TOTAL" "$TOOLTIP" "$CLASS"
printf '{"text": "%s/%sGB", "tooltip": "%s", "class": "%s"}' "$USED" "$TOTAL" "$TOOLTIP" "$CLASS"