awesome-wm-widgets/mpris-widget
streetturtle b93080ee0a
Update mpris-widget/init.lua
Co-authored-by: André Jaenisch <Ryuno-Ki@users.noreply.github.com>
2024-11-11 18:01:04 -05:00
..
README.md 'e.g.' instead of 'e.g' 2023-09-20 23:09:25 +01:00
init.lua Update mpris-widget/init.lua 2024-11-11 18:01:04 -05:00

README.md

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