Skip to content
Snippets Groups Projects
Commit ae977eb6 authored by Jens Nolte's avatar Jens Nolte
Browse files

Add ram icon to memory script

parent 6a2156a8
No related branches found
No related tags found
No related merge requests found
...@@ -52,10 +52,10 @@ END { ...@@ -52,10 +52,10 @@ END {
} }
# full text # full text
printf("%.1f/%.1f\n", used, total) printf("🐏︎ %.1f/%.1f\n", used, total)
# short text # short text
printf("%.f%%\n", pct) printf("🐏︎ %.f%%\n", pct)
# color # color
if (pct > 90) { if (pct > 90) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment