Updated theme with a brand new design

This commit is contained in:
Jérémy Romey
2013-03-10 17:24:38 +01:00
parent 45f7c6d086
commit 3fba6f4a72
3 changed files with 87 additions and 49 deletions

View File

@@ -34,8 +34,13 @@ By default, at the right of the powerline are displayed the date and the time.
If you don't want date or time, you can choose what you want to display:
```
POWERLINE_RIGHT_A="date replacement"
POWERLINE_RIGHT_B="time replacement"
POWERLINE_RIGHT="date replacement"
```
If you don't want to display your username (the green or red (root) colors are still there):
```
POWERLINE_HIDE_USER_NAME="true"
```
If you don't want the blank line before the prompt:
@@ -62,6 +67,18 @@ If you want to tell if you are in a remote SSH session:
POWERLINE_DETECT_SSH="true"
```
Also you can change the icons of GIT info, default values are:
```
POWERLINE_GIT_CLEAN="✔"
POWERLINE_GIT_DIRTY="✘"
POWERLINE_GIT_ADDED="%F{green}✚%F{black}"
POWERLINE_GIT_MODIFIED="%F{blue}✹%F{black}"
POWERLINE_GIT_DELETED="%F{red}✖%F{black}"
POWERLINE_GIT_UNTRACKED="%F{yellow}✭%F{black}"
POWERLINE_GIT_RENAMED="➜"
POWERLINE_GIT_UNMERGED="═"
```
Requirements
------------