Advertisement
Dobbie03

MPD for Polybar

Jul 14th, 2017
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. [module/mpd]
  2. type = internal/mpd
  3.  
  4. label-song =  %artist% - %title% - %album%
  5. label-song-maxlen = 100
  6. label-song-ellipsis = true
  7.  
  8. format-online = <label-song><toggle>
  9. # <icon-prev> <icon-seekb> <toggle> <icon-seekf> <icon-next> <icon-random> <icon-repeat>
  10.  
  11. label-song-foreground = ${colors.cyan}
  12. label-padding = 1
  13. label-song-background = ${colors.background}
  14. icon-pause-background = ${self.label-song-background}
  15. icon-play-background = ${self.label-song-background}
  16. icon-pause-foreground = ${self.label-song-foreground}
  17. icon-play-foreground = ${self.label-song-foreground}
  18.  
  19. label-song-padding = 2
  20. icon-pause-padding-right = 2
  21. icon-play-padding-right = 2
  22.  
  23. icon-prev = 
  24. icon-seekb = 
  25. icon-stop = 
  26. icon-pause = 
  27. icon-play = 
  28. icon-next = 
  29. icon-seekf = 
  30.  
  31. icon-random = 
  32. icon-repeat = 
  33. toggle-off-foreground = ${colors.grey}
  34. toggle-on-foreground = ${colors.red}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement