Change network module for yambar 1.11

This commit is contained in:
Andrew Scott 2024-04-28 07:48:43 -04:00
parent c4afc6156c
commit 1e824ad9d4
Signed by: a
GPG key ID: 7CD5A5977E4931C1
2 changed files with 52 additions and 46 deletions

View file

@ -170,41 +170,44 @@ bar:
- label: - label:
content: *separator content: *separator
- network: - network:
name: wlan0
poll-interval: 2000
content: content:
map: map:
default: {string: {text: , font: *awesome}} default: {empty {}}
conditions: conditions:
state == down: {string: {text: , font: *awesome, foreground: *dark_grey}} name >= wlan0 && name <= wlan9:
state == up:
map: map:
default:
- string: {text: , font: *awesome}
- string: {text: " {name}: {dl-speed:mb} mb/s down - {ul-speed:mb} mb/s up"}
conditions: conditions:
ipv4 == "": ~carrier: {empty: {}}
- string: {text: , font: *awesome} carrier:
- string: {text: " {name}: {dl-speed:mb} mb/s down / {ul-speed:mb} mb/s up"} map:
default:
- string: {text: , font: *awesome}
- string: {text: " {name}: {dl-speed:mb} mb/s down - {ul-speed:mb} mb/s up"}
conditions:
ipv4 == "":
- string: {text: , font: *awesome}
- string: {text: " {name}: {dl-speed:mb} mb/s down / {ul-speed:mb} mb/s up"}
- network: - network:
name: eth0
poll-interval: 2000
content: content:
map: map:
default: {empty: {}}
conditions: conditions:
~carrier: {empty: {}} name >= eth0 && name <= eth9:
carrier:
map: map:
default:
- string: {text: , font: *awesome}
- string: {text: " {name}: {dl-speed:mb} mb/s down / {ul-speed:mb} mb/s up"}
conditions: conditions:
state == down: {string: {text: , font: *awesome}} ~carrier: {empty {}}
ipv4 == "": carrier:
- string: {text: , font: *awesome} map:
- string: {text: " {name}: {dl-speed:mb} mb/s down / {ul-speed:mb} mb/s up"} default:
- string: {text: , font: *awesome}
- string: {text: " {name}: {dl-speed:mb} mb/s down / {ul-speed:mb} mb/s up"}
conditions:
state == down: {string: {text: , font: *awesome}}
ipv4 == "":
- string: {text: , font: *awesome}
- string: {text: " {name}: {dl-speed:mb} mb/s down / {ul-speed:mb} mb/s up"}
- label: - label:
content: *separator content: *separator
{{- end }} {{- end }}
- cpu: - cpu:
poll-interval: 2000 poll-interval: 2000
@ -215,7 +218,7 @@ bar:
- string: {text: , font: *awesome} - string: {text: , font: *awesome}
- string: {text: " {cpu}%"} - string: {text: " {cpu}%"}
- label: - label:
content: *separator content: *separator
- mem: - mem:
poll-interval: 5000 poll-interval: 5000
content: content:

View file

@ -200,39 +200,42 @@ bar:
- label: - label:
content: *separator content: *separator
- network: - network:
name: wlan0
poll-interval: 2000
content: content:
map: map:
default: {string: {text: , font: *awesome}} default: {empty: {}}
conditions: conditions:
state == down: {string: {text: , font: *awesome, foreground: *dark_grey}} name >= wlan0 && name <= wlan9:
state == up:
map: map:
default:
- string: {text: , font: *awesome}
- string: {text: " {name}: {state}"}
conditions: conditions:
ipv4 == "": ~carrier: {empty: {}}
- string: {text: , font: *awesome} carrier:
- string: {text: " {name}: {state}"} map:
default:
- string: {text: , font: *awesome}
- string: {text: " {name}: {quality}%"}
conditions:
ipv4 == "":
- string: {text: , font: *awesome}
- string: {text: " {name}: {state}"}
- network: - network:
name: eth0
poll-interval: 2000
content: content:
map: map:
default: {empty: {}}
conditions: conditions:
~carrier: {empty: {}} name >= eth0 && name <= eth9:
carrier:
map: map:
default:
- string: {text: , font: *awesome}
- string: {text: " {name}: {state}"}
conditions: conditions:
state == down: {string: {text: , font: *awesome}} ~carrier: {empty: {}}
ipv4 == "": carrier:
- string: {text: , font: *awesome} map:
- string: {text: " {name}: {state}"} default:
- string: {text: , font: *awesome}
- string: {text: " {name}: {state}"}
conditions:
state == down: {string: {text: , font: *awesome}}
ipv4 == "":
- string: {text: , font: *awesome}
- string: {text: " {name}: {state}"}
- label: - label:
content: *separator content: *separator
- battery: - battery: