diff --git a/config/waybar/config b/config/waybar/config index e8ce800..c2f4b6e 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -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}%) " },