mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 13:24:21 +02:00
widget: make volume widget work again too
This commit is contained in:
parent
af618d1d00
commit
7d036a8c05
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue