#!/bin/bash 

mem="$(free -m | awk 'NR==2{printf "%s/%sMB\n", $3,$2,$3*100/$2 }')"
icon=""
printf "^c#FFFFFF^ %s %s \\n" "$icon" "$mem"







