X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/42ef1c3f3d6e2431d44cc710f8862cdb7c11a645..5383f3db0dbb7e06f09a61e1db803a656abe252e:/widgets/pulsebar.lua diff --git a/widgets/pulsebar.lua b/widgets/pulsebar.lua index bacd969..b7fb1e9 100644 --- a/widgets/pulsebar.lua +++ b/widgets/pulsebar.lua @@ -9,19 +9,16 @@ local newtimer = require("lain.helpers").newtimer local read_pipe = require("lain.helpers").read_pipe - local awful = require("awful") local beautiful = require("beautiful") local naughty = require("naughty") local wibox = require("wibox") - local math = { modf = math.modf } local mouse = mouse local string = { format = string.format, match = string.match, rep = string.rep } local tonumber = tonumber - local setmetatable = setmetatable -- Pulseaudio volume bar