Moved dwmscipts to seperate direcotry
This commit is contained in:
Executable
+7
@@ -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"
|
||||
Reference in New Issue
Block a user