fix datetime and readme

This commit is contained in:
koksnuss
2018-05-15 10:43:02 +02:00
parent 0621944365
commit 6ba071bebc
4 changed files with 37 additions and 19 deletions

View File

@ -26,7 +26,7 @@ cat $BATS | gawk -F '=' '
if (status == "") {
status = $2
if (status == "Discharging") {
status = ""
status = ""
} else if (status == "Charging") {
status = "⚡"
} else {