diff options
| author | tslil clingman <> | 2023-12-14 20:14:33 +0100 |
|---|---|---|
| committer | tslil clingman <> | 2023-12-14 20:14:33 +0100 |
| commit | f3d2acc7807d502255f291ac05cb46cfbde2d1d0 (patch) | |
| tree | 195952124de91eef3662ebca3fa312726aea3019 | |
| parent | 0444933483b4c6b0fb503deaead35045101361e6 (diff) | |
[yambar] remove
| -rw-r--r-- | yambar/config.yml | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/yambar/config.yml b/yambar/config.yml deleted file mode 100644 index 65b70a7..0000000 --- a/yambar/config.yml +++ /dev/null @@ -1,67 +0,0 @@ -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: - - network: - name: name-of-vpn-interface - poll-interval: 30000 - content: - map: - conditions: - ~carrier: - string: {text: "VPN DN | ", margin: 5} - carrier: - string: {text: "VPN UP | ", margin: 5} - - network: - name: wlp1s0 - poll-interval: 30000 - content: - map: - conditions: - carrier: - string: {text: "WLS {ssid} | "} - ~carrier: - string: {text: "WLS DN | "} - - battery: - name: BAT1 - poll-interval: 30000 - content: - map: - default: - string: {text: "BAT D{capacity}% {estimate} | "} - conditions: - state == charging: - string: {text: "BAT C{capacity}% {estimate} | "} - - script: - path: ~/.local/bin/yambar_status - args: [] - poll-interval: 30000 - content: {string: {text: "{temp} | {time}"}} - left: - - river: - title: - map: - conditions: - title != "": - string: { max: 64, text: "| {layout} | {title}" } - title == "": - string: { text: "<no views>" } - content: - map: - conditions: - ~occupied: {empty: {}} - occupied: - map: - conditions: - ~focused: - string: - margin: 5 - text: "{id} " - focused: - string: - margin: 5 - text: "{id}*" |
