From a9116fa592a4d8164fec5b47625d8fcd909ba54f Mon Sep 17 00:00:00 2001 From: facetoe Date: Sat, 3 Jan 2015 17:34:11 +0800 Subject: [PATCH] Update docs --- docs/i3pystatus.rst | 2 +- i3pystatus/network.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/i3pystatus.rst b/docs/i3pystatus.rst index ec24356..80637a5 100644 --- a/docs/i3pystatus.rst +++ b/docs/i3pystatus.rst @@ -7,7 +7,7 @@ Module reference :System: `clock`_ - `disk`_ - `load`_ - `mem`_ - `cpu_usage`_ :Audio: `alsa`_ - `pulseaudio`_ :Hardware: `battery`_ - `backlight`_ - `temp`_ -:Network: `network`_ - `wireless`_ +:Network: `network`_ :Music: `now_playing`_ - `mpd`_ :Websites & stuff: `weather`_ - `bitcoin`_ - `reddit`_ - `parcel`_ :Other: `mail`_ - `pyload`_ - `text`_ diff --git a/i3pystatus/network.py b/i3pystatus/network.py index 9d412cd..5c22bd2 100644 --- a/i3pystatus/network.py +++ b/i3pystatus/network.py @@ -228,7 +228,6 @@ class Network(IntervalModule, ColorRangeModule): Network Information Formatters: * `{interface}` — same as setting - * `{name}` — same as setting * `{v4}` — IPv4 address * `{v4mask}` — subnet mask * `{v4cidr}` — IPv4 address in cidr notation (i.e. 192.168.2.204/24) @@ -263,7 +262,6 @@ class Network(IntervalModule, ColorRangeModule): ("round_size", "defines number of digits in round"), ("detached_down", "If the interface doesn't exist, display it as if it were down"), ("unknown_up", "If the interface is in unknown state, display it as if it were up"), - "name", ) interval = 1