widget: make volume widget work again too

This commit is contained in:
Vincent Bernat 2018-11-10 00:25:45 +01:00
parent af618d1d00
commit 7d036a8c05

View file

@ -185,7 +185,7 @@ volicon.image = image(beautiful.icons .. "/widgets/vol.png")
local volwidget = widget({ type = "textbox" })
vicious.register(volwidget, vicious.widgets.volume,
'<span color="' .. beautiful.fg_widget_value .. '">$2 $1%</span>',
17, "Master")
17, "-D pulse Master")
volume = loadrc("volume", "vbe/volume")
volwidget:buttons(awful.util.table.join(
awful.button({ }, 1, volume.mixer),