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 +++++++++++++++++++++++++++++++ examples/img/google-light.png | Bin 0 -> 29581 bytes examples/img/onedark.png | Bin 0 -> 27998 bytes 3 files changed, 31 insertions(+) create mode 100644 examples/config.yaml create mode 100644 examples/img/google-light.png create mode 100644 examples/img/onedark.png 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 new file mode 100644 index 0000000..5cf4d55 Binary files /dev/null and b/examples/img/google-light.png differ diff --git a/examples/img/onedark.png b/examples/img/onedark.png new file mode 100644 index 0000000..8736ede Binary files /dev/null and b/examples/img/onedark.png differ -- cgit