Skip to content

Commit

Permalink
Fix grammatical error and provide polybar clairification.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicohman authored Jul 20, 2018
1 parent 2e3d1f8 commit 50a77c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rm [option] : remove option from current theme
menu : show theme menu
```
## Configuration
A main config file is place in ~/.config/raven/config, which has two options:
A main config file is placed in ~/.config/raven/config, which has two options:
```
window_manager: |[window manager in use. Currently only i3 is supported.]|
monitor : |number of monitors available, to tell how many polybars to dupe.|
Expand All @@ -53,3 +53,5 @@ To configure a theme, start off by creating it with `raven new [theme]`. You'll
If you place an i3 config named base\_i3 in ~/.config/raven, the contents of wm for a theme will be appended to it instead of being run on their own. This allows you to have a central config for keyboard shortcuts, and have cosmetics only be stored in the theme.
This will copy the indicated file to raven's registry, and run/reload/copy it when the edited theme is loaded or refreshed. Run `raven rm [option]` to remove an option from a theme.

### Polybar bar names
Up to two polybars will be started, depending on how many monitors you have configured. The bars should be named, in order: `main` and `other`

0 comments on commit 50a77c4

Please sign in to comment.