From ae977eb6f7a7d032057eb5baffc182994d129e85 Mon Sep 17 00:00:00 2001 From: Jens Nolte <jens@nightmarestudio.de> Date: Sat, 18 Apr 2020 02:00:27 +0200 Subject: [PATCH] Add ram icon to memory script --- home-profiles/desktop/.config/qbar/blocks/memory | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-profiles/desktop/.config/qbar/blocks/memory b/home-profiles/desktop/.config/qbar/blocks/memory index eb056fb..bf8211b 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) { -- GitLab