Skip to content

Commit e8a86cf

Browse files
author
Buck Ryan
committed
Merge branch 'master' into develop
2 parents 9d15bf7 + 0ea47cc commit e8a86cf

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
Unreleased (version 0.6.0)
3+
2018-06-20 (version 0.6.0)
44

55
* Support for custom themes
66
* New option for the `time` segment to specify format of the displayed time

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,12 @@ expected to be located at `~/.config/powerline-shell/config.json`. You can
164164
generate the default config at this location using:
165165

166166
```
167-
powerline-shell --generate-config > ~/.powerline-shell.json
167+
mkdir -p ~/.config/powerline-shell && \
168+
powerline-shell --generate-config > ~/.config/powerline-shell/config.json
168169
```
169170

170171
(As an example, my config file is located here:
171-
[here](https://github.com/b-ryan/dotfiles/blob/master/home/powerline-shell.json))
172+
[here](https://github.com/b-ryan/dotfiles/blob/master/home/config/powerline-shell/config.json))
172173

173174
### Adding, Removing and Re-arranging segments
174175

@@ -250,8 +251,8 @@ they miss colors for any segments.
250251
If you want to create a custom theme, start by copying one of the existing
251252
themes, like the
252253
[basic](https://github.com/b-ryan/powerline-shell/blob/master/powerline_shell/themes/basic.py).
253-
and update your `~/.powerline-shell.json`, setting the `"theme"` to the path of
254-
the file. For example your configuration might have:
254+
and update your `~/.config/powerline-shell/config.json`, setting the `"theme"`
255+
to the path of the file. For example your configuration might have:
255256

256257
```
257258
"theme": "~/mythemes/my-great-theme.py"
@@ -269,7 +270,7 @@ settings.
269270

270271
Some segments support additional configuration. The options for the segment are
271272
nested under the name of the segment itself. For example, all of the options
272-
for the `cwd` segment are set in `~/.powerline-shell.json` like:
273+
for the `cwd` segment are set in `~/.config/powerline-shell/config.json` like:
273274

274275
```
275276
{

0 commit comments

Comments
 (0)