mirror of https://github.com/lcpz/lain.git
Removed a misplaced space in mpd_notification_preset variable declaration
This commit is contained in:
parent
27923b165d
commit
a7b1e7e0db
2
mpd.md
2
mpd.md
|
@ -44,7 +44,7 @@ Variable | Meaning | Type | Default
|
|||
|
||||
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:
|
||||
|
||||
mpd_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