diff options
Diffstat (limited to 'examples/config.yaml')
| -rw-r--r-- | examples/config.yaml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/examples/config.yaml b/examples/config.yaml new file mode 100644 index 0000000..661e45e --- /dev/null +++ b/examples/config.yaml @@ -0,0 +1,31 @@ +font: JetBrainsMono Nerd Font 16 +separator: " ➜ " +border_width: 2 +corner_r: 10 +# Defaults to corner_r +padding: 15 +# Anchor and margin +# +# One of center, left, right, top, bottom, bottom-left, top-left, etc. +# Only relevant when anchor is not center +anchor: center +margin_right: 0 +margin_bottom: 0 +margin_left: 0 +margin_top: 0 +menu: + "c": {desc: Foot, cmd: foot} +# +# +# name: Google Light +# author: Seth Wright (http://sethawright.com) +# slug: google-light +# slug-underscored: google_light +# system: base16 +# variant: light +# is-light-variant: true +# +# +background: "#ffffff" +color: "#282a2e" +border: "#3971ED" |
