refactor: cleaner events

This commit is contained in:
Alex
2019-05-16 11:22:22 +02:00
parent 22bf0b161a
commit 841576497a
3 changed files with 204 additions and 101 deletions

View File

@ -104,9 +104,10 @@
"bat": "BAT2"
},
"network": {
// "interface": "wlp2s0", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ",
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{ifname}: {ipaddr}/{cidr} {essid} ({signalStrength}%) ",
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠"
},
"pulseaudio": {