waybar: better ethernet status
This commit is contained in:
parent
90ed306470
commit
9ba3e7773f
@ -25,7 +25,7 @@
|
||||
// "focused": "",
|
||||
// "default": ""
|
||||
},
|
||||
"disable-scroll": true,
|
||||
"disable-scroll": false,
|
||||
"all-outputs": false
|
||||
},
|
||||
|
||||
@ -70,7 +70,7 @@
|
||||
"network": {
|
||||
// "interface": "wlp2s0", // (Optional) To force the use of this interface
|
||||
"format-wifi": "{essid} ({signalStrength:02}%) ",
|
||||
"format-ethernet": "{ifname} ",
|
||||
"format-ethernet": "{ipaddr} ",
|
||||
"format-disconnected": "", //An empty format will hide the module.
|
||||
"tooltip-format-wifi": "{essid} {ipaddr} ({signalStrength}%) "
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user