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
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
icon=""
hdd1="$(df / | awk '/^\// { print $5 }')"
hdd2="$(df /home | awk '/^\// { print $5 }')"
printf " %s / %s | %s /home %s \\n" "$icon" "$hdd1" "$icon" "$hdd2"