Guest User

Untitled

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