From 0e70e8e532d657f9645e9abe22c8184c9b7f4622 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 21 Jan 2023 16:05:53 +0200 Subject: [PATCH] waybar: adjust formats --- conf/waybar/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/waybar/config.json b/conf/waybar/config.json index a49ad2ee..175658ec 100644 --- a/conf/waybar/config.json +++ b/conf/waybar/config.json @@ -35,13 +35,13 @@ "network": { //"interface": "wlan0", "format": "{ifname}", - "format-wifi": "{signalStrength}% {essid}", - "format-ethernet": "{ifname} ", + "format-wifi": "{signalStrength}% {essid}", + "format-ethernet": "{ifname} up", "format-disconnected": "", //An empty format will hide the module. - "format-disconnected": "", + "format-disconnected": "down", "tooltip-format": "{ifname}", - "tooltip-format-wifi": "{essid} ({signalStrength}%) ", - "tooltip-format-ethernet": "{ifname} ", + "tooltip-format-wifi": "{signalStrength}% {essid}", + "tooltip-format-ethernet": "{ifname} up", "tooltip-format-disconnected": "Disconnected", "max-length": 50 },