diff --git a/home-profiles/desktop/.config/qbar/blocks/memory b/home-profiles/desktop/.config/qbar/blocks/memory
index eb056fb3171f3cf8e5d71bf70eac46e8fc4897c6..bf8211b0bd7bc656a50a2d3fdbb60ca1107566a5 100755
--- a/home-profiles/desktop/.config/qbar/blocks/memory
+++ b/home-profiles/desktop/.config/qbar/blocks/memory
@@ -52,10 +52,10 @@ END {
 	}
 
 	# full text
-	printf("%.1f/%.1f\n", used, total)
+	printf("🐏︎ %.1f/%.1f\n", used, total)
 
 	# short text
-	printf("%.f%%\n", pct)
+	printf("🐏︎ %.f%%\n", pct)
 
 	# color
 	if (pct > 90) {