5 lines
121 B
Bash
Executable File
5 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
icon=""
|
|
printf "$icon $(free -m | awk '/^Mem:/ {print "^c#87af5f^"$3 "mb^d^/" "^c#87afd7^"$2 "mb"}')^d^"
|