Advertisement
Dobbie03

Conky MPD

Jan 6th, 2017
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. alignment bottom_left
  2. background no
  3. border_margin 5
  4. border_width 5
  5. default_color 454545 #454545 # grey 5f5f5f 3F3F3F 183149 3B3B3B 26211F
  6. double_buffer yes
  7. draw_borders no
  8. draw_graph_borders no
  9. draw_outline no
  10. draw_shades no
  11. gap_x 130
  12. gap_y 170
  13. maximum_width 1500
  14. minimum_size 1800 100
  15. no_buffers yes
  16. override_utf8_locale yes
  17. # Create own window instead of using desktop (required in nautilus)
  18. own_window yes
  19. own_window_title conky
  20. own_window_transparent yes
  21. own_window_color 000000
  22. own_window_argb_visual yes
  23. own_window_argb_value 0
  24. own_window_type desktop
  25. own_window_hints undecorated,below,skip_taskbar,skip_page
  26. own_window_class conky
  27. text_buffer_size 8000
  28. total_run_times 0
  29. update_interval 1
  30. uppercase no
  31. use_xft yes
  32. xftalpha 1
  33. xftfont Raleway:pixelsize=9
  34.  
  35. # Distric-Thin fonts
  36. # Blue Highway
  37. # Raleway
  38. # Zekton
  39. # Calibri
  40. # Engebrechtre
  41. # Opeln2001
  42. # AvantGarde LT ExtraLight
  43. # AvantGarde LT ExtraLight
  44. #4D6A86
  45.  
  46. own_window_colour 000000
  47. TEXT
  48. ${color #d7d7d7}${font Pindunk:pixelsize=50}$mpd_title
  49. ${GOTO 35}${voffset -15}${color #d7d7d7}${font Olympic Branding:pixelsize=60}$mpd_album
  50. ${voffset -20}${color #4a90d9}${font Kenyan Coffee:pixelsize=40}$mpd_artist
  51. ${voffset -25}${font Gill Sans MT:pixelsize=10}${color #d7d7d7}${mpd_elapsed}${color #4a90d9} / ${color #d7d7d7}${mpd_length} ${color #4a90d9}- ${color #d7d7d7}${mpd_bitrate} kbps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement