From: blueluke Date: Tue, 12 Nov 2013 23:11:54 +0000 (-0800) Subject: Removed a misplaced space in mpd_notification_preset variable declaration X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/6e6914aa5b1b9e5de69f0769a64b83202122a7d0?hp=69dcc0eb29f42ec0a289a9e023fee3a89aacb068 Removed a misplaced space in mpd_notification_preset variable declaration --- diff --git a/mpd.md b/mpd.md index 0e2eca5..646b690 100644 --- a/mpd.md +++ b/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,