fix(waybar): correctly order wifi format icons

This commit is contained in:
Price Hiller 2023-08-20 11:38:39 -05:00
parent 9c79b396b9
commit 6b0697af96
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -112,8 +112,8 @@
"ethernet": "󰈀", "ethernet": "󰈀",
"disconnected": "", "disconnected": "",
"wifi": [ "wifi": [
"󰖪", "",
"" "󰖪"
] ]
}, },
"tooltip": true, "tooltip": true,