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",
"tooltip-format": "{ifname}: {ipaddr}/{cidr} 󰌹 {gwaddr}",
"format-icons": {
"ethernet": "󰈀",
"disconnected": "",
"wifi": ""
"ethernet": "󰈀 ",
"disconnected": " ",
"wifi": " "
},
"tooltip": true,
"max-length": 60,
@ -237,4 +237,4 @@
"icon-size": 14
}
}
]
]