X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/f58970997ea2130947aae58a88019b4b70478d68..233768f0963167af1d2621d10157cd64a87c904c:/widget/pulsebar.lua diff --git a/widget/pulsebar.lua b/widget/pulsebar.lua index 670c5c3..317468f 100644 --- a/widget/pulsebar.lua +++ b/widget/pulsebar.lua @@ -6,12 +6,14 @@ --]] -local helpers = require("lain.helpers") -local awful = require("awful") -local naughty = require("naughty") -local wibox = require("wibox") - -local math, string, type, tonumber = math, string, type, tonumber +local helpers = require("lain.helpers") +local awful = require("awful") +local naughty = require("naughty") +local wibox = require("wibox") +local math = math +local string = string +local type = type +local tonumber = tonumber -- PulseAudio volume bar -- lain.widget.pulsebar @@ -57,7 +59,7 @@ local function factory(args) forced_height = height, forced_width = width, margins = margins, - paddings = margins, + paddings = paddings, ticks = ticks, ticks_size = ticks_size, widget = wibox.widget.progressbar,