Advertisement
lauriset

conky mpd

Jun 12th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. #----------------------------8<-----------------------------------------------------
  2. #
  3. #Just uncomment the line you want to use.
  4. #
  5. #----------------------------8<-----------------------------------------------------
  6. background no
  7. imlib_cache_size 25
  8. use_xft yes
  9. #xftfont pragmata-medium:size=8
  10. xftfont inconsolata:size=9
  11. xftalpha 0.9
  12. update_interval 1.0
  13. total_run_times 0
  14. mpd_port 6600
  15. own_window yes
  16. own_window_type desktop
  17. own_window_transparent no
  18. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  19. own_window_colour 0E181A
  20. double_buffer yes
  21. draw_shades no
  22. draw_outline no
  23. draw_borders no
  24. draw_graph_borders no
  25. border_margin 20
  26. default_color 8E8989
  27. color1 777777
  28. color2 ffffff
  29. color3 B65947
  30. alignment top_center
  31. gap_x 0
  32. gap_y 1020
  33. minimum_size 400 0
  34. maximum_size 558
  35. no_buffers yes
  36. uppercase no
  37. cpu_avg_samples 2
  38. override_utf8_locale yes
  39. #default_bar_size 25,25
  40.  
  41. TEXT
  42. ${goto 7}${color2}${font FontAwesome:size=8}  ${font} ${if_mpd_playing}${color2}${mpd_artist}${font}${color} - ${mpd_title} ${color2} ${mpd_bar 2,150}${endif}${goto 1859}${color2}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement