awesome-wm-widgets/mpris-widget
gaberm 062a6d7762 Added image icon for streaming from firefox 2020-11-25 23:11:32 +02:00
..
README.md adding an mpris widget 2020-11-16 21:38:16 +02:00
init.lua Added image icon for streaming from firefox 2020-11-25 23:11:32 +02:00

README.md

MPRIS Widget

Music Player Info widget cy @mgabs

Prerequisite

Install playerctl (mpris implementation), should be available in repo, e.g for Ubuntu:

sudo apt-get install playerctl

Installation

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

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