From de63ab658004ff5e6bc4879c67c3647bd46b940a Mon Sep 17 00:00:00 2001 From: lcpz Date: Tue, 30 Oct 2018 08:07:24 +0000 Subject: [PATCH] {alsa,pulse}bar: fixed typos --- widget/alsabar.lua | 2 +- widget/pulsebar.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/widget/alsabar.lua b/widget/alsabar.lua index 5d9fce8b..ea78ec56 100644 --- a/widget/alsabar.lua +++ b/widget/alsabar.lua @@ -11,7 +11,7 @@ local awful = require("awful") local naughty = require("naughty") local wibox = require("wibox") -local math, string, type, tonumber = math, string type, tonumber +local math, string, type, tonumber = math, string, type, tonumber -- ALSA volume bar -- lain.widget.alsabar diff --git a/widget/pulsebar.lua b/widget/pulsebar.lua index 3d168570..670c5c36 100644 --- a/widget/pulsebar.lua +++ b/widget/pulsebar.lua @@ -11,7 +11,7 @@ local awful = require("awful") local naughty = require("naughty") local wibox = require("wibox") -local math, string, type, tonumber = math, string type, tonumber +local math, string, type, tonumber = math, string, type, tonumber -- PulseAudio volume bar -- lain.widget.pulsebar