From 05ead5d8082c4a58de5bf8e7e6787089920bfdbe Mon Sep 17 00:00:00 2001 From: enkore Date: Sat, 19 Apr 2014 13:16:23 +0200 Subject: [PATCH] Travis link in Readmeh --- README.rst | 4 +++- README.tpl.rst | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c975a44..fb9b0d6 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,8 @@ i3pystatus ========== +.. image:: https://travis-ci.org/enkore/i3pystatus.svg?branch=master :target: https://travis-ci.org/enkore/i3pystatus + i3pystatus is a (hopefully growing) collection of python scripts for status output compatible to i3status / i3bar of the i3 window manager. @@ -657,7 +659,7 @@ Settings: :host: (default: ``localhost``) :port: MPD port (default: ``6600``) :format: formatp string (default: ``{title} {status}``) -:status: Dictionary mapping pause, play and stop to output (default: ``{'stop': '◾', 'play': '▶', 'pause': '▷'}``) +:status: Dictionary mapping pause, play and stop to output (default: ``{'stop': '◾', 'pause': '▷', 'play': '▶'}``) :interval: (default: ``1``) diff --git a/README.tpl.rst b/README.tpl.rst index 1f839bb..1289a47 100644 --- a/README.tpl.rst +++ b/README.tpl.rst @@ -5,6 +5,8 @@ i3pystatus ========== +.. image:: https://travis-ci.org/enkore/i3pystatus.svg?branch=master :target: https://travis-ci.org/enkore/i3pystatus + i3pystatus is a (hopefully growing) collection of python scripts for status output compatible to i3status / i3bar of the i3 window manager.