Advertisement
Guest User

conky-mpd

a guest
Jan 26th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. #For commands above TEXT check:
  2. # http://conky.sourceforge.net/config_settings.html
  3. #
  4. # For commands available below TEXT check:
  5. # http://conky.sourceforge.net/variables.html
  6.  
  7. # Bunsen Labs Conky help threads
  8. # http://crunchbang.org/forums/viewtopic.php?pid=371424#p371424
  9.  
  10. # beta tested by: smacz
  11. # Enjoy! :)
  12.  
  13. ##############################################
  14. # Settings
  15. ##############################################
  16. background no
  17. use_xft yes
  18. xftfont Cone Regular:size=10
  19. #xftfont Liberation Sans:size=11
  20. xftalpha 1
  21. update_interval 1.0
  22. total_run_times 0
  23. own_window yes
  24. own_window_transparent yes
  25. own_window_type normal #desktop
  26. own_window_hints undecorated,below,skip_taskbar,skip_pager,sticky
  27. own_window_class Conky
  28. own_window_title Bunsen Labs Classic CrunchBang Conky
  29. double_buffer yes
  30. minimum_size 100 10
  31. maximum_width 860
  32. draw_shades no
  33. default_shade_color 000000
  34. draw_borders no
  35. draw_graph_borders no
  36. #default_color 656667 # Waldorf original colour
  37. #default_color 7a7a7a # Flame & Bunsen Grey
  38. #default_color 929292 # Labs Grey
  39. ##default_color C0C0C0 # Silver
  40. draw_outline no
  41. default_outline_color 828282
  42. alignment bottom_left
  43. gap_x 8
  44. gap_y -10
  45. no_buffers yes
  46. uppercase no
  47. cpu_avg_samples 2
  48. override_utf8_locale yes
  49. mpd_host 127.0.0.1
  50. mpd_port 6601
  51. ##############################################
  52. # Output
  53. ##############################################
  54. own_window_argb_value 0
  55. own_window_argb_visual yes
  56. own_window_colour 000000
  57. TEXT
  58.  
  59. ${if_mpd_playing}
  60. ${voffset 35}${font Sans:pixelsize=25}$mpd_artist - $mpd_title
  61. ${endif}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement