Skip to content

Commit

Permalink
docs: Add missing requirement for Wlan widget (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy authored and ramnes committed Aug 31, 2019
1 parent a5c5bf4 commit 069aa7f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion libqtile/widget/wlan.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,14 @@ def get_status(interface_name):


class Wlan(base.InLoopPollText):
"""Displays Wifi ssid and quality"""
"""
Displays Wifi SSID and quality.
Widget requirements: iwlib_.
.. _iwlib: https://pypi.org/project/iwlib/
"""

orientations = base.ORIENTATION_HORIZONTAL
defaults = [
('interface', 'wlan0', 'The interface to monitor'),
Expand Down

0 comments on commit 069aa7f

Please sign in to comment.