Updated mpd (markdown)
This commit is contained in:
parent
82192b3889
commit
12c1acb537
1 changed files with 2 additions and 2 deletions
4
mpd.md
4
mpd.md
|
@ -34,9 +34,9 @@ Variable | Meaning | Type | Default
|
||||||
- album
|
- album
|
||||||
- date
|
- date
|
||||||
|
|
||||||
and can modify `notification_preset` table, which will be the preset for the naughty notifications. Check [here](http://awesome.naquadah.org/doc/api/modules/naughty.html#notify) for the list of variables it can contain. Default definition:
|
and can modify `mpd_notification_preset` table, which will be the preset for the naughty notifications. Check [here](http://awesome.naquadah.org/doc/api/modules/naughty.html#notify) for the list of variables it can contain. Default definition:
|
||||||
|
|
||||||
notification _preset = {
|
mpd_notification _preset = {
|
||||||
title = "Now playing",
|
title = "Now playing",
|
||||||
timeout = 6,
|
timeout = 6,
|
||||||
text = string.format("%s (%s) - %s\n%s", mpd_now.artist,
|
text = string.format("%s (%s) - %s\n%s", mpd_now.artist,
|
||||||
|
|
Loading…
Add table
Reference in a new issue