mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
By default: set verbose mode on.
This commit is contained in:
parent
23e2a54067
commit
b8d7d1387e
1 changed files with 2 additions and 0 deletions
|
@ -291,6 +291,8 @@ prompt_battery() {
|
|||
|
||||
# prepare string
|
||||
local message="$(print_icon 'BATTERY_ICON')"
|
||||
# Default behavior: Be verbose!
|
||||
set_default POWERLEVEL9K_BATTERY_VERBOSE true
|
||||
if [[ "$POWERLEVEL9K_BATTERY_VERBOSE" == true ]]; then
|
||||
message="$message $bat_percent%%$remain"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue