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