waybar: Remove id from wifi

This makes the bar more minimal with less potential distractions.
This commit is contained in:
Donovan Glover 2021-07-07 10:19:25 -04:00
parent ca50b7646c
commit ed53f56c0d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -29,7 +29,7 @@
"format-icons": ["", "", "", "", ""] "format-icons": ["", "", "", "", ""]
}, },
"network": { "network": {
"format-wifi": " {essid} ({signalStrength}%)", "format-wifi": " ({signalStrength}%)",
"format-ethernet": " {ifname}: {ipaddr}/{cidr}", "format-ethernet": " {ifname}: {ipaddr}/{cidr}",
"format-linked": " {ifname} (No IP)", "format-linked": " {ifname} (No IP)",
"format-disconnected": "⚠ Disconnected", "format-disconnected": "⚠ Disconnected",