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",
|
||||
"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
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user