Files
archived-solorice/awesome/awesome-wm-widgets/mpris-widget
Kristofers Solo f1d310a07d Initial commit
2022-04-27 11:41:37 +03:00
..
2022-04-27 11:41:37 +03:00
2022-04-27 11:41:37 +03:00

MPRIS Widget (In progress)

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(),
		...