From 9ba3e7773f7920f8f354aa4a314c399b7b787681 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 15 Jul 2020 21:57:01 +0200 Subject: [PATCH] waybar: better ethernet status --- config/waybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}%) " },