awesome-wm-widgets/mpdarc-widget
streetturtle fa5bec9fc4
Merge pull request #57 from hramezani/add_current_song_to_mpdarc_widget
Add current song text box to mpdarc-widget.
2018-11-05 09:10:45 -05:00
..
README.md Add Installation section to mpdarc-widget/README.md 2018-11-02 22:56:55 +01:00
mpdarc.lua Add current song text box to mpdarc-widget. 2018-11-05 11:54:50 +01:00

README.md

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:

sudo apt-get install mpd mpc

Installation

To use this widget clone repo under ~/.config/awesome/ and then add it in rc.lua:

local mpdarc_widget = require("awesome-wm-widgets.mpdarc-widget.mpdarc")
...
s.mytasklist, -- Middle widget
	{ -- Right widgets
    layout = wibox.layout.fixed.horizontal,
		...
    mpdarc_widget,
		...