diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2020-07-16 04:29:34 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2020-07-16 04:29:34 +0200 |
| commit | f61d921fd24c24da4258217510c809825cdbf8f8 (patch) | |
| tree | 46d8e48963b8b2bced3b130ac5f9b54aa703a9aa /yabar | |
| parent | 5179366de4375c49e6906ca2b879a064ddb9639c (diff) | |
.
Diffstat (limited to 'yabar')
| -rw-r--r-- | yabar/yabar.conf | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/yabar/yabar.conf b/yabar/yabar.conf new file mode 100644 index 0000000..634acdc --- /dev/null +++ b/yabar/yabar.conf @@ -0,0 +1,34 @@ +bar-list: ["base"]; + +base: { + monitor: ""; + position: "top"; + height: 40; + font: "Droid Sans, FontAwesome Bold 10"; + + block-list: ["workspace", "title"]; + workspace: { + exec: "YABAR_WORKSPACE"; + align: "left"; + fixed-size: 40; + } + title: { + exec: "YABAR_TITLE"; + align: "left"; + justify: "left"; + fixed-size: 300; + } + +} + + +bar1: { + inherit-all: "base"; + monitor: "eDP1"; +} + + +bar2: { + inherit-all: "base"; + monitor: "DP1-2"; +} |
