X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/bcd37ae4ae4f0e5d11ab6d8f6a9580e840447327..9adaa9fa3290cc1f522bd85ba878de39c5fbde2a:/widgets/pulsebar.lua 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 }