diff options
| author | tslil clingman <tslil@posteo.de> | 2023-12-01 18:12:51 +0100 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2023-12-01 18:12:51 +0100 |
| commit | ae8a78b1d4c3e8ebbbe770b386d5379413b6ad37 (patch) | |
| tree | 800c94bbefc759e0b6f123f2cbf6284da2dc87e4 | |
| parent | 119f17396c60900eaf7534f8106d4ce6ca0362e5 (diff) | |
[yambar] track config
| -rw-r--r-- | yambar/config.yml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/yambar/config.yml b/yambar/config.yml new file mode 100644 index 0000000..7e71140 --- /dev/null +++ b/yambar/config.yml @@ -0,0 +1,28 @@ +bar: + height: 26 + location: bottom + background: 000000ff + font: Commit Mono-23 + border: { top-width: 2, bottom-width: 2, left-width: 2, right-width: 2 } + + right: + - script: + path: ~/.local/bin/yambar_status + args: [] + poll-interval: 1000 + content: {string: {text: "{temp} | {time}"}} + left: + - dwl: + number-of-tags: 8 + dwl-info-filename: "/home/tslil/.cache/dwltags" + name-of-tags: [ "F", "U", "H", ".", "V", "L", "O", "M" ] + content: + list: + items: + - map: + conditions: + # default tag + id == 0: {string: {text: " | {layout} | {title}"}} + selected: {string: {text: " *{name}"}} + ~empty: {string: {text: " {name}"}} + urgent: {string: {text: "=> {name} <="}} |
