From 53a4fbfe4d1a3913b9b4e9299ec4797a6f8eac08 Mon Sep 17 00:00:00 2001 From: ncoop Date: Wed, 28 Dec 2016 18:39:59 -0800 Subject: [PATCH] Update introductory doc. --- i3pystatus/now_playing.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/i3pystatus/now_playing.py b/i3pystatus/now_playing.py index 8f644df..242c739 100644 --- a/i3pystatus/now_playing.py +++ b/i3pystatus/now_playing.py @@ -23,11 +23,14 @@ class NoPlayerException(Exception): class NowPlaying(IntervalModule): """ - Shows currently playing track information, supports most media players + Shows currently playing track information. Supports media players that \ +conform to the Media Player Remote Interfacing Specification. - * Requires python-dbus available from every distros' package manager. + * Requires ``python-dbus`` from your distro package manager, or \ +``dbus-python`` from PyPI. - Left click on the module play/pauses, right click goes to the next track. + Left click on the module to play/pause, and right click to go to the next \ +track. .. rubric:: Available formatters (uses :ref:`formatp`)