diff options
| author | 2024-09-26 17:44:18 +0500 | |
|---|---|---|
| committer | 2024-09-26 17:44:18 +0500 | |
| commit | aed0bd904692ef9cc1544f569eaf1bb7e19fe846 (patch) | |
| tree | 9547d950077368d63509c026f677d61da9da65c9 | |
| parent | 160c3173c976ebd7968bc095d92b5f004e0035be (diff) | |
update
add file in example folder
| -rw-r--r-- | examples/config.yaml | 31 | ||||
| -rw-r--r-- | examples/img/google-light.png | bin | 0 -> 29581 bytes | |||
| -rw-r--r-- | examples/img/onedark.png | bin | 0 -> 27998 bytes |
3 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" diff --git a/examples/img/google-light.png b/examples/img/google-light.png Binary files differnew file mode 100644 index 0000000..5cf4d55 --- /dev/null +++ b/examples/img/google-light.png diff --git a/examples/img/onedark.png b/examples/img/onedark.png Binary files differnew file mode 100644 index 0000000..8736ede --- /dev/null +++ b/examples/img/onedark.png |
