Guest User

Untitled

a guest
Apr 20th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. import "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. }
Add Comment
Please, Sign In to add comment