mirror of
https://github.com/romkatv/powerlevel10k
synced 2025-01-10 07:59:31 +00:00
commit
afa256f5b3
@ -409,7 +409,7 @@ prompt_battery() {
|
||||
local time_remaining=$(acpi | awk '{ print $5 }')
|
||||
if [[ $time_remaining =~ rate ]]; then
|
||||
local tstring="..."
|
||||
elif [[ $time_remaining =~ "[:digit:]+" ]]; then
|
||||
elif [[ $time_remaining =~ "[[:digit:]]+" ]]; then
|
||||
local tstring=${(f)$(date -u -d "$(echo $time_remaining)" +%k:%M)}
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user