emoji to i3blocks

This commit is contained in:
thek4n 2025-10-24 14:58:06 +03:00
parent 8e184d2098
commit cf783051ad

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() {