Advertisement
helenaryuu

OS_info_widget_awesome

Dec 12th, 2012
2,448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. --- {{{ OS info
  2.     sys = widget({ type= "textbox" })
  3.     sysicon = widget({type = "imagebox" })
  4.     sysicon.image = image(beautiful.widget_sys)
  5.     sysicon.resize = false
  6.     vicious.register(sys, vicious.widgets.os, "$1 $2")
  7. --- }}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement