mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
waybar: improve wifi formats
This commit is contained in:
parent
53dcbb1d28
commit
a32cad4497
@ -35,12 +35,11 @@
|
||||
"network": {
|
||||
//"interface": "wlan0",
|
||||
"format": "{ifname}",
|
||||
"format-wifi": "{frequency} {signalStrength}% {essid}",
|
||||
"format-wifi": "{frequency}G {signalStrength}% {essid}",
|
||||
"format-ethernet": "{ifname} up",
|
||||
"format-disconnected": "", //An empty format will hide the module.
|
||||
"format-disconnected": "down",
|
||||
"format-disconnected": "",
|
||||
"tooltip-format": "{ifname}",
|
||||
"tooltip-format-wifi": "{frequency} {signalStrength}% {essid}",
|
||||
"tooltip-format-wifi": "{frequency}G {signalStrength}% {essid}",
|
||||
"tooltip-format-ethernet": "{ifname} up",
|
||||
"tooltip-format-disconnected": "Disconnected",
|
||||
"max-length": 50
|
||||
|
Loading…
Reference in New Issue
Block a user