misc qol
This commit is contained in:
parent
6f1f912ac5
commit
d20996f16a
3 changed files with 17 additions and 4 deletions
|
@ -23,7 +23,7 @@ function battery() {
|
|||
}
|
||||
|
||||
function battery_percentage() {
|
||||
battery | grep 'percentage' | awk '{print $2'}'
|
||||
battery | grep 'percentage' | awk '{print $2}'
|
||||
}
|
||||
|
||||
function battery_time_to_empty() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue