diff options
Diffstat (limited to 'yambar')
| -rw-r--r-- | yambar/.config/yambar/config.yml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/yambar/.config/yambar/config.yml b/yambar/.config/yambar/config.yml new file mode 100644 index 0000000..604f462 --- /dev/null +++ b/yambar/.config/yambar/config.yml @@ -0,0 +1,34 @@ +bar: + location: top + height: 48 + spacing: 20 + margin: 20 + background: 000000ff + font: monospace:size=32 + + right: + - network: + poll-interval: 30000 + content: + map: + default: {empty: {}} + conditions: + name == "wlp1s0": + map: + default: {string: {text: "offline"}} + conditions: + state == "up": + string: {text: "{ssid}"} + - battery: + name: BAT0 + poll-interval: 30000 + content: + map: + default: {string: {text: "bat {capacity}%"}} + conditions: + state == "charging": {string: {text: "chr {capacity}%"}} + state == "full": {string: {text: "bat full"}} + - clock: + content: + - string: {text: "{date}", right-margin: 20} + - string: {text: "{time}"} |
