scripts

scripts to make my pc work
Index Commits Files Refs
commit 41895dac9bc4eedcfbc67d25ea58c42437b5718c
parent 49dbcfe9b3508f51856ea8ff06a1254f52009690
Author: klewer-martin <martin.cachari@gmail.com>
Date:   Tue, 13 Jul 2021 19:40:34 -0300

Update: ...

Diffstat:
Mstatusbar/sb-memory | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/statusbar/sb-memory b/statusbar/sb-memory
@@ -9,4 +9,4 @@
 #    6) "$TERMINAL" -e "$EDITOR" "$0" ;;
 #esac
 
-free --mebi | sed -n '2{p;q}' | awk '{printf (" 🧠 %2.2fG\n", ( $3 / 1024), ($2 / 1024))}'
+free --mebi | sed -n '2{p;q}' | awk '{printf ("🧠 %2.2fG\n", ( $3 / 1024), ($2 / 1024))}'