X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/9b99234aca9053d184d46a89834b590455f56f7e..dec9e7b1eba77e8012e4ffc0c43acc5e28167d7c:/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