Google Play Music Desktop Player watcher
This widget can be used to display the current track information and state of Google Play Music Desktop Player.
- Download
gpmdp.lua
here - Add your customization to
gpmdp.lua
after-- customize here
Import
gpmdp.lua
into yourrc.lua
local gpmdp = require("path/to/gpmdp.lua")
Add the widget to your wibar
s.mywibox:setup { layout = wibox.layout.align.horizontal, { layout = wibox.layout.fixed.horizontal, gpmdp.widget, -- ... }