From a4da1b7a2b2b08ad329fbd9859bf67682f8fc7c4 Mon Sep 17 00:00:00 2001 From: Marcin Wozniak Date: Mon, 20 May 2019 14:40:18 +0200 Subject: [PATCH] Added files --- dwm_status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm_status b/dwm_status index ba85165..df7107a 100755 --- a/dwm_status +++ b/dwm_status @@ -30,7 +30,7 @@ print_wifi() print_mem(){ memfree=$(($(grep -m1 'MemAvailable:' /proc/meminfo | awk '{print $2}') / 1024)) - echo -e " $memfree" + echo -e "$memfree" } print_temp(){