Modified battery status script
This commit is contained in:
parent
93347ad269
commit
190f7ead70
@ -2,4 +2,5 @@
|
|||||||
|
|
||||||
# get battery percentage and current time remaining
|
# get battery percentage and current time remaining
|
||||||
|
|
||||||
acpi | awk -F '[, :]' '{print $6 " ~" $8":"$9}'
|
#acpi | awk -F '[, :]' '{print $6 " ~" $8":"$9}'
|
||||||
|
acpi | awk -F '[, :]' '{ print $6 }'
|
||||||
|
Loading…
Reference in New Issue
Block a user