From 46c310f8da32d5ee63869c991c3ac81c0537e3a3 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 23 Aug 2017 11:36:08 +0200 Subject: [PATCH] recipes/gpmdp.mdwn: fix issues reported by mdl (#112) --- recipes/gpmdp.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/gpmdp.mdwn b/recipes/gpmdp.mdwn index 7067501..8432d06 100644 --- a/recipes/gpmdp.mdwn +++ b/recipes/gpmdp.mdwn @@ -1,14 +1,18 @@ # 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](https://www.googleplaymusicdesktopplayer.com/). +This widget can be used to display the current track information and state of +[Google Play Music Desktop Player](https://www.googleplaymusicdesktopplayer.com/). 1. Download `gpmdp.lua` [here](https://awesomewm.org/recipes/gpmdp.lua) 2. Add your customization to `gpmdp.lua` after `-- customize here` 3. Import `gpmdp.lua` into your `rc.lua` + ```lua local gpmdp = require("path/to/gpmdp.lua") ``` + 4. Add the widget to your wibar + ```lua s.mywibox:setup { layout = wibox.layout.align.horizontal,