From 565d93b40775094a6443af314884fab04bbefd19 Mon Sep 17 00:00:00 2001 From: enkore Date: Sat, 6 Jun 2015 00:16:38 +0200 Subject: [PATCH] Update configuration.rst --- docs/configuration.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index ce6555e..5cfa5cb 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -78,11 +78,8 @@ example): interface="eth0", format_up="{v4cidr}",) - # Has all the options of the normal network and adds some wireless specific things - # like quality and network names. - # - # Note: requires both netifaces and basiciw - status.register("wireless", + # Note: requires both netifaces and basiciw (for essid and quality) + status.register("network", interface="wlan0", format_up="{essid} {quality:03.0f}%",)