refactor(waybar): improve wifi formatting of icons
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 33s

This commit is contained in:
Price Hiller 2024-11-03 22:38:36 -06:00
parent 692912782d
commit 012caa5c90
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -122,9 +122,9 @@
"format-disabled": "󰀝 Wireless Networking Disabled", "format-disabled": "󰀝 Wireless Networking Disabled",
"tooltip-format": "{ifname}: {ipaddr}/{cidr} 󰌹 {gwaddr}", "tooltip-format": "{ifname}: {ipaddr}/{cidr} 󰌹 {gwaddr}",
"format-icons": { "format-icons": {
"ethernet": "󰈀", "ethernet": "󰈀 ",
"disconnected": "", "disconnected": " ",
"wifi": "" "wifi": " "
}, },
"tooltip": true, "tooltip": true,
"max-length": 60, "max-length": 60,
@ -237,4 +237,4 @@
"icon-size": 14 "icon-size": 14
} }
} }
] ]