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=""
#battery="$(acpi | awk -F '[, :]' '{ print $6 " ~" $8":"$9 }')" # with time remaning
battery="$(acpi | awk -F '[, :]' '{ print $6 }')" # without time
printf " %s %s \\n" "$icon" "$battery"