ZSHFiles/powerlevel-config/prompt-elements.zsh

32 lines
450 B
Bash

typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
os_icon
time
battery
disk_usage
ssh
root_indicator
vim_shell
newline
vi_mode
status
dir
dir_writable
)
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=()
if [ ! -v SSH_CONNECTION ]; then
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS+=(
c_mpv_mpris
c_todo
c_new_mail
# c_youtube
c_weather
c_covid_19
)
fi
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS+=(
newline
command_execution_time
background_jobs
vcs
)