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=""
#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"