1
0
Fork 0
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:
Dominik Ritter 2015-11-25 00:26:10 +01:00
parent 23e2a54067
commit b8d7d1387e

View file

@ -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