From 10db0ca219279db49e1b8e66de4ccda028190ebe Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 10 Jul 2015 18:01:54 +0200 Subject: i3: bar: Add essid to wifi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- i3/bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3') diff --git a/i3/bar.py b/i3/bar.py index 0573669..a7a585d 100644 --- a/i3/bar.py +++ b/i3/bar.py @@ -37,7 +37,7 @@ status.register("pulseaudio", status.register("network", interface="wlp3s0", - format_up="{v4cidr} {quality:3.0f}%",) + format_up="{essid:.10s}: {v4cidr} {quality:3.0f}%",) # Shows disk usage of / # Format: -- cgit v1.2.3-54-g00ecf