.config/.local/bin/statusbar/dwm_memory

5 lines
121 B
Plaintext
Raw Normal View History

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