mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-29 21:04:21 +02:00
modules: add namespace vbe/
for modules
This commit is contained in:
parent
3415d39992
commit
c478921aea
5 changed files with 5 additions and 6 deletions
|
@ -105,7 +105,7 @@ local volwidget = widget({ type = "textbox" })
|
|||
vicious.register(volwidget, vicious.widgets.volume,
|
||||
'<span font="Terminus 8" color="' .. beautiful.fg_widget_value .. '">$2 $1%</span>',
|
||||
2, "Master")
|
||||
volume = loadrc("volume", "volume")
|
||||
volume = loadrc("volume", "vbe/volume")
|
||||
volwidget:buttons(awful.util.table.join(
|
||||
awful.button({ }, 1, volume.mixer),
|
||||
awful.button({ }, 3, volume.toggle),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue