mirror of
https://github.com/romkatv/powerlevel10k
synced 2025-01-10 16:09:34 +00:00
By default: set verbose mode on.
This commit is contained in:
parent
23e2a54067
commit
b8d7d1387e
@ -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 New Issue
Block a user