From 42ef1c3f3d6e2431d44cc710f8862cdb7c11a645 Mon Sep 17 00:00:00 2001 From: copycat-killer Date: Sat, 7 Jan 2017 16:49:48 +0100 Subject: [PATCH] pulsebar: fixed typos --- widgets/pulsebar.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/widgets/pulsebar.lua b/widgets/pulsebar.lua index 6818a5c..bacd969 100644 --- a/widgets/pulsebar.lua +++ b/widgets/pulsebar.lua @@ -24,7 +24,7 @@ local tonumber = tonumber local setmetatable = setmetatable --- ALSA volume bar +-- Pulseaudio volume bar -- lain.widgets.pulsebar local pulsebar = { sink = 0, @@ -55,8 +55,8 @@ function pulsebar.notify() title = "", text = "", timeout = 5, - font = string.format("%s %s", alsabar.notifications.font, - alsabar.notifications.font_size), + font = string.format("%s %s", pulsebar.notifications.font, + pulsebar.notifications.font_size), fg = pulsebar.notifications.color } -- 2.39.2