pulsebar: fixed typos
This commit is contained in:
parent
3dbf9be278
commit
42ef1c3f3d
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ local tonumber = tonumber
|
||||||
|
|
||||||
local setmetatable = setmetatable
|
local setmetatable = setmetatable
|
||||||
|
|
||||||
-- ALSA volume bar
|
-- Pulseaudio volume bar
|
||||||
-- lain.widgets.pulsebar
|
-- lain.widgets.pulsebar
|
||||||
local pulsebar = {
|
local pulsebar = {
|
||||||
sink = 0,
|
sink = 0,
|
||||||
|
@ -55,8 +55,8 @@ function pulsebar.notify()
|
||||||
title = "",
|
title = "",
|
||||||
text = "",
|
text = "",
|
||||||
timeout = 5,
|
timeout = 5,
|
||||||
font = string.format("%s %s", alsabar.notifications.font,
|
font = string.format("%s %s", pulsebar.notifications.font,
|
||||||
alsabar.notifications.font_size),
|
pulsebar.notifications.font_size),
|
||||||
fg = pulsebar.notifications.color
|
fg = pulsebar.notifications.color
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue