diff options
| author | Andrew Pirie <andrew@apirie.uk> | 2024-09-15 22:47:49 +0100 |
|---|---|---|
| committer | Andrew Pirie <andrew@apirie.uk> | 2024-09-15 22:47:49 +0100 |
| commit | cc1fa204e07a46de42814439ad2fcf747022d97b (patch) | |
| tree | 7f7cd16ef4a825bf9f8ffc3216bdc0f7556b6268 | |
| parent | b82ab8040f33b2f488a93e3abc04047b0eaab252 (diff) | |
| download | dotfiles-cc1fa204e07a46de42814439ad2fcf747022d97b.tar.gz dotfiles-cc1fa204e07a46de42814439ad2fcf747022d97b.zip | |
yambar: add wg0 for redwood
| -rw-r--r-- | yambar/.config/yambar/redwood.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/yambar/.config/yambar/redwood.yml b/yambar/.config/yambar/redwood.yml index ff22470..52c2a87 100644 --- a/yambar/.config/yambar/redwood.yml +++ b/yambar/.config/yambar/redwood.yml @@ -78,6 +78,21 @@ bar: map: default: {empty: {}} conditions: + name == wg0: + map: + default: {string: {text: " ", right-margin: 10, font: *awesome}} + conditions: + state == down: {string: {text: " ", foreground: EF2F27FF, right-margin: 10, font: *awesome}} + state == up: + map: + default: {string: {text: " ", right-margin: 10, font: *awesome}} + conditions: + ipv4 == "": {string: {text: " ", font: *awesome}} + - network: + content: + map: + default: {empty: {}} + conditions: name == eth0: map: default: {string: {text: " ", right-margin: 10, font: *awesome}} |
