18 lines
438 B
Markdown
18 lines
438 B
Markdown
|
---
|
||
|
layout: page
|
||
|
---
|
||
|
# MPD Widget
|
||
|
|
||
|
Music Player Daemon widget by @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:
|
||
|
|
||
|
```bash
|
||
|
sudo apt-get install mpd mpc
|
||
|
```
|
||
|
|
||
|
Set them up and then just follow the [installation](https://github.com/streetturtle/awesome-wm-widgets#installation) section of the repo.
|
||
|
|