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.luahere - Add your customization to
gpmdp.luaafter-- customize here Import
gpmdp.luainto yourrc.lualocal 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, -- ... }