X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/0279482eeb5867f49b4efc83d591393f9c3d0adb..ba91548161e39d383fe909a7d10ee56d2a5e5183:/widgets/mpd.lua diff --git a/widgets/mpd.lua b/widgets/mpd.lua index defa710..6011e03 100644 --- a/widgets/mpd.lua +++ b/widgets/mpd.lua @@ -8,18 +8,15 @@ --]] 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 setmetatable = setmetatable -- MPD infos