mirror of https://github.com/lcpz/lain.git
Updated mpd (markdown)
This commit is contained in:
parent
82192b3889
commit
12c1acb537
4
mpd.md
4
mpd.md
|
@ -34,9 +34,9 @@ Variable | Meaning | Type | Default
|
|||
- album
|
||||
- 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",
|
||||
timeout = 6,
|
||||
text = string.format("%s (%s) - %s\n%s", mpd_now.artist,
|
||||
|
|
Loading…
Reference in New Issue