Added more dwm-scrips as well as screenshot script making use of maim
This commit is contained in:
Executable
+7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user