From aed0bd904692ef9cc1544f569eaf1bb7e19fe846 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Thu, 26 Sep 2024 17:44:18 +0500 Subject: update add file in example folder --- examples/config.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 examples/config.yaml (limited to 'examples/config.yaml') 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" -- cgit