From 01baf6509154e28b644885655cc1af8621fcb033 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 25 Apr 2015 21:52:32 +0200 Subject: i3bar: Switch from wireless module to network They were merged it seems.. --- i3/bar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i3') diff --git a/i3/bar.py b/i3/bar.py index 3a845c4..873f63f 100644 --- a/i3/bar.py +++ b/i3/bar.py @@ -35,9 +35,9 @@ status.register("pulseaudio", # "stop": "◾", # },) -status.register("wireless", +status.register("network", interface="wlp3s0", - format_up="{v4cidr}{quality:3.0f}%",) + format_up="{v4cidr} {quality:3.0f}%",) # Shows disk usage of / # Format: -- cgit v1.2.3-54-g00ecf