From 2a5c0e77a0c641d7a8b94ab8f8b486beec953c87 Mon Sep 17 00:00:00 2001 From: Sergei Turukin Date: Thu, 11 Dec 2014 13:29:14 +0200 Subject: [PATCH] Insert blank line to make rST happy --- i3pystatus/cmus.py | 1 + 1 file changed, 1 insertion(+) diff --git a/i3pystatus/cmus.py b/i3pystatus/cmus.py index 8c3b298..5e7f977 100644 --- a/i3pystatus/cmus.py +++ b/i3pystatus/cmus.py @@ -20,6 +20,7 @@ class Cmus(IntervalModule): Gets the status and current song info using cmus-remote .. rubric:: Available formatters + * `{status}` — current status icon (paused/playing/stopped) * `{song_elapsed}` — song elapsed time (mm:ss format) * `{song_length}` — total song duration (mm:ss format)