Add the ability to disable right b prompt

This commit is contained in:
Kevin
2013-07-31 23:19:35 +02:00
parent ea56ea5ba1
commit 1dda782857
2 changed files with 10 additions and 0 deletions

View File

@@ -37,6 +37,12 @@ If you don't want date or time, you can choose what you want to display:
POWERLINE_RIGHT_B="date replacement"
```
Or if you don't want to display anything:
```
POWERLINE_RIGHT_B="none"
```
If you want to display date next to time:
```
POWERLINE_RIGHT_A="date"