Guest User

Untitled

a guest
Apr 22nd, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. awesome :screen => 0, :statusbar => "top" {
  2.  
  3. widget "mail", :module => :gmail, :username => "dag.odenhall", :password => File.read("/home/dag/.zomgsecret") {
  4. property "text" {
  5. "new mail: #@count"
  6. }
  7. }
  8.  
  9. widget "foobar",
  10. :module => :foo_bar,
  11. :interval => 3
  12.  
  13. }
Add Comment
Please, Sign In to add comment