summaryrefslogtreecommitdiff
path: root/mpdarc-widget/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'mpdarc-widget/README.md')
-rw-r--r--mpdarc-widget/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/mpdarc-widget/README.md b/mpdarc-widget/README.md
new file mode 100644
index 0000000..57af939
--- /dev/null
+++ b/mpdarc-widget/README.md
@@ -0,0 +1,14 @@
+# MPD Widget
+
+Music Player Daemon widget by [@raphaelfournier](@https://github.com/raphaelfournier).
+
+# Prerequisite
+
+Install `mpd` (Music Player Daemon itself) and `mpc` (Music Player Client - program for controlling mpd), both should be available in repo, e.g for Ubuntu:
+
+.{% highlight bash %}
+sudo apt-get install mpd mpc
+{% endhighlight %}
+
+Set them up and then just follow the [installation](https://github.com/streetturtle/awesome-wm-widgets#installation) section of the repo.
+