fix datetime and readme
This commit is contained in:
@ -26,7 +26,7 @@ cat $BATS | gawk -F '=' '
|
||||
if (status == "") {
|
||||
status = $2
|
||||
if (status == "Discharging") {
|
||||
status = "↓"
|
||||
status = ""
|
||||
} else if (status == "Charging") {
|
||||
status = "⚡"
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user