Added more dwm-scrips as well as screenshot script making use of maim

This commit is contained in:
2021-01-29 01:09:38 +01:00
parent d586229326
commit c167d62f5a
8 changed files with 57 additions and 11 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"