recipes/gpmdp.mdwn: fix issues reported by mdl (#112)
This commit is contained in:
parent
d0bbb74c89
commit
46c310f8da
|
@ -1,14 +1,18 @@
|
||||||
# Google Play Music Desktop Player watcher
|
# 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)
|
1. Download `gpmdp.lua` [here](https://awesomewm.org/recipes/gpmdp.lua)
|
||||||
2. Add your customization to `gpmdp.lua` after `-- customize here`
|
2. Add your customization to `gpmdp.lua` after `-- customize here`
|
||||||
3. Import `gpmdp.lua` into your `rc.lua`
|
3. Import `gpmdp.lua` into your `rc.lua`
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
local gpmdp = require("path/to/gpmdp.lua")
|
local gpmdp = require("path/to/gpmdp.lua")
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Add the widget to your wibar
|
4. Add the widget to your wibar
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
s.mywibox:setup {
|
s.mywibox:setup {
|
||||||
layout = wibox.layout.align.horizontal,
|
layout = wibox.layout.align.horizontal,
|
||||||
|
|
Loading…
Reference in New Issue