emoji to i3blocks

This commit is contained in:
thek4n 2025-10-24 14:58:06 +03:00
parent 5a45b10698
commit 99c6c50f42

View File

@ -33,7 +33,7 @@ cmd_disk_home() {
}
cmd_memory() {
free -h | awk '/^Mem/ {print " "$3"/"$2}' | sed 's/i//g'
free -h | awk '/^Mem/ {print "🎟 "$3"/"$2}' | sed 's/i//g'
}
cmd_cpu_usage() {