Advertisement
helenaryuu

volume_indicator_awesome

Dec 12th, 2012
1,766
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. --- {{{ Volume Indicator
  2.   -- icon
  3.     volicon = widget({ type = "imagebox" })
  4.     volicon.image = image(beautiful.widget_vol)
  5.     volicon.resize = false
  6.     awful.widget.layout.margins[volicon] = { top = 2 }
  7.  -- scale
  8.     volwidget = widget({ type = "textbox", align = "right" })
  9.     vicious.register(volwidget, vicious.widgets.volume, "$1", 1, "Master")
  10. --- }}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement