diff options
| author | tslil clingman <> | 2023-12-05 22:04:42 +0100 |
|---|---|---|
| committer | tslil clingman <> | 2023-12-05 22:04:42 +0100 |
| commit | 22a74c76db2671a9dc4d4e692afd48d2d6095359 (patch) | |
| tree | f31fb51d92cc0b9d7e7d3b03b3fb2481a70d9613 | |
| parent | 1e07017563e42c81a6ffa35ded391d3d02625955 (diff) | |
[yambar] attempt to fix network display
| -rw-r--r-- | yambar/config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yambar/config.yml b/yambar/config.yml index a67668c..65b70a7 100644 --- a/yambar/config.yml +++ b/yambar/config.yml @@ -21,11 +21,11 @@ bar: poll-interval: 30000 content: map: - default: - string: {text: "WLS DN | "} conditions: - state == up: + carrier: string: {text: "WLS {ssid} | "} + ~carrier: + string: {text: "WLS DN | "} - battery: name: BAT1 poll-interval: 30000 |
