Skip to content

Commit

Permalink
Added battery info for modern theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Szymanski committed Mar 7, 2011
1 parent b79fc5d commit 8dded4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/modern/modern.theme.bash
Expand Up @@ -41,10 +41,10 @@ prompt() {
# Yes, the indenting on these is weird, but it has to be like # Yes, the indenting on these is weird, but it has to be like
# this otherwise it won't display properly. # this otherwise it won't display properly.


PS1="${TITLEBAR}${bold_red}┌─${reset_color}$(modern_scm_prompt)[${cyan}\W${normal}]$(is_vim_shell) PS1="${TITLEBAR}${bold_red}┌─${reset_color}$(modern_scm_prompt)[${cyan}\W${normal}][$(battery_charge)]$(is_vim_shell)
${bold_red}└─▪${normal} " ${bold_red}└─▪${normal} "
else else
PS1="${TITLEBAR}┌─$(modern_scm_prompt)[${cyan}\W${normal}]$(is_vim_shell) PS1="${TITLEBAR}┌─$(modern_scm_prompt)[${cyan}\W${normal}][$(battery_charge)]$(is_vim_shell)
└─▪ " └─▪ "
fi fi
} }
Expand Down

0 comments on commit 8dded4f

Please sign in to comment.