Stefano Mazzucco 9fd5927cd2 Add battery support for MacOS | 4 éve | |
---|---|---|
.. | ||
functions | 4 éve | |
README.md | 9 éve | |
init.zsh | 4 éve |
Expose information about the battery status.
Requires upower
(faster) or acpi
.
To display the name of the current virtual enviroment in a prompt, define the
following style in the prompt_name_setup
function.
# %v - battery status.
zstyle ':prezto:module:battery:info:battery_status' format 'battery status:%v'
Then add battery_info[battery_status]
to $PROMPT
or $RPROMPT
and call
battery-info
in the prompt_name_precmd
hook function.