fix(waybar): use correct wifi symbol

This commit is contained in:
Price Hiller 2023-08-20 17:30:51 -05:00
parent b146748111
commit d0b36d2ff6
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -111,10 +111,7 @@
"format-icons": { "format-icons": {
"ethernet": "󰈀", "ethernet": "󰈀",
"disconnected": "", "disconnected": "",
"wifi": [ "wifi": ""
"",
"󰖪"
]
}, },
"tooltip": true, "tooltip": true,
"max-length": 60, "max-length": 60,