waybar: better ethernet status

This commit is contained in:
Gabriel Ebner 2020-07-15 21:57:01 +02:00
parent 90ed306470
commit 9ba3e7773f
1 changed files with 2 additions and 2 deletions

View File

@ -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}%) "
},