commit: 6f49e763d06fc3f950cc35b74b28bb0638fdad96
parent: 08fad2bf387ac40b5951412ba851ffeb316454a8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 14 May 2020 08:23:08 +0200
waybar: show wlan freq, bandwidth in octets
Diffstat:
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/.config/waybar/config b/.config/waybar/config
@@ -59,19 +59,9 @@
},
"battery#bat2": {"bat": "BAT2"},
"network": {
- // "interface": "wlp2*", // (Optional) To force the use of this interface
- "format-wifi": "{ifname}: {essid} ({signalStrength}%) {bandwidthUpBits:3}⇅{bandwidthDownBits:3}",
+ "format-wifi": "{ifname}: {essid} ({signalStrength}% @ {frequency:2}) {bandwidthUpOctets:3}⇅{bandwidthDownOctets:3}",
"format-ethernet": "{ifname}: {bandwidthUpBits:3}⇅{bandwidthDownBits:3}",
- "format-linked": "{ifname} (No IP)",
+ "format-linked": "{ifname} (No IPv4)",
"format-disconnected": "Disconnected",
- "format-alt": "{ifname}: {ipaddr}/{cidr}"
- //},
- //"custom/media": {
- // "format": "{icon} {}",
- // "return-type": "json",
- // "max-length": 40,
- // "format-icons": {"spotify": "", "default": "🎜"},
- // "escape": true,
- // "exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null" // Script in resources folder
}
}