From: copycat-killer Date: Sat, 7 Jan 2017 15:49:48 +0000 (+0100) Subject: pulsebar: fixed typos X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/42ef1c3f3d6e2431d44cc710f8862cdb7c11a645 pulsebar: fixed typos --- 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 }