Moved dwmscipts to seperate direcotry

This commit is contained in:
2021-01-31 03:52:26 +01:00
parent d337ac295a
commit 503af43527
7 changed files with 1 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
icon=""
mem="$(free -h | awk '/^Mem/ { print $3"/"$2 }' | sed s/i//g)"
printf " %s %s \\n" "$icon" "$mem"