Skip to content

Commit

Permalink
Specify default config in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
l4l committed Dec 3, 2020
1 parent 12482e1 commit 2f1cee0
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,28 @@

## Configuring

TBD
Sample configuration:

```toml
# This file should be placed at ~/.config/yofi/yofi.config

# ~~Fallback values
# font = "DejaVu Sans"
bg_color = 0x272822ee # ~~colors are specified in 0xRRGGBBAA format
# font_color = 0xf8f8f2ff

# ~~Block for input field
[input_text]
# font = ...
font_color = 0xf8f8f2ff
bg_color = 0x75715eff

# ~~Block for a list with search results
[list_items]
# font = ...
font_color = 0xf8f8f2ff
selected_font_color = 0xa6e22eff
```

## Running

Expand Down

0 comments on commit 2f1cee0

Please sign in to comment.