Guest User

Untitled

a guest
Apr 24th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. load "passwords.rb"
  2.  
  3. awesome {
  4.  
  5. set :statusbar => "top"
  6. set :screen => 0
  7.  
  8. widget("mail") {
  9.  
  10. set :module => :gmail
  11. set :username => "dag.odenhall"
  12. set :password => GMAIL_PWD
  13.  
  14. property("text") {
  15. "new mail: #@count"
  16. }
  17. }
  18.  
  19. widget "foobar",
  20. :module => :foo_bar,
  21. :interval => 3
  22.  
  23. }
Add Comment
Please, Sign In to add comment