X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/4785632d857a5426352b90214b7152427d9effaa..ee84995734048a20e920badafb305c15556c3e6c:/widget/mpd.lua diff --git a/widget/mpd.lua b/widget/mpd.lua index 389cac9..01f28e6 100644 --- a/widget/mpd.lua +++ b/widget/mpd.lua @@ -1,22 +1,19 @@ - --[[ - - Licensed under GNU General Public License v2 - * (c) 2013, Luke Bonham - * (c) 2010, Adrian C. - + + Licensed under GNU General Public License v2 + * (c) 2013, Luca CPZ + * (c) 2010, Adrian C. + --]] -local helpers = require("lain.helpers") -local shell = require("awful.util").shell -local escape_f = require("awful.util").escape -local focused = require("awful.screen").focused -local naughty = require("naughty") -local wibox = require("wibox") -local os = { getenv = os.getenv } -local string = { format = string.format, - gmatch = string.gmatch, - match = string.match } +local helpers = require("lain.helpers") +local shell = require("awful.util").shell +local escape_f = require("awful.util").escape +local focused = require("awful.screen").focused +local naughty = require("naughty") +local wibox = require("wibox") +local os = os +local string = string -- MPD infos -- lain.widget.mpd