mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 08:20:10 +00:00
added a comment
This commit is contained in:
@@ -358,6 +358,7 @@ prompt_battery() {
|
||||
|
||||
# Time remaining on battery operation (charging/discharging)
|
||||
local tstring=$(echo $raw_data | awk 'FNR==2{print $5}')
|
||||
# If time has not been calculated by system yet
|
||||
[[ $tstring =~ '\(no' ]] && tstring="..."
|
||||
|
||||
# percent of battery charged
|
||||
|
||||
Reference in New Issue
Block a user