refactor(waybar): improve wifi formatting of icons
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 33s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 33s
This commit is contained in:
parent
692912782d
commit
012caa5c90
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user