diff --git a/conf/waybar/config.json b/conf/waybar/config.json index f74f9a49..691e2b2f 100644 --- a/conf/waybar/config.json +++ b/conf/waybar/config.json @@ -35,12 +35,11 @@ "network": { //"interface": "wlan0", "format": "{ifname}", - "format-wifi": "{frequency} {signalStrength}% {essid}", + "format-wifi": "{frequency}G {signalStrength}% {essid}", "format-ethernet": "{ifname} up", - "format-disconnected": "", //An empty format will hide the module. - "format-disconnected": "down", + "format-disconnected": "", "tooltip-format": "{ifname}", - "tooltip-format-wifi": "{frequency} {signalStrength}% {essid}", + "tooltip-format-wifi": "{frequency}G {signalStrength}% {essid}", "tooltip-format-ethernet": "{ifname} up", "tooltip-format-disconnected": "Disconnected", "max-length": 50