Guest User

Untitled

a guest
Apr 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. widget("mpd") {
  2. set :interval => 1
  3.  
  4. property("text") {
  5. if @state == :playing
  6. @default
  7. else
  8. " "
  9. end
  10. }
  11. }
Add Comment
Please, Sign In to add comment