Advertisement
Guest User

Frenky

a guest
Dec 1st, 2009
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. use_xft yes
  2. xftfont Liberation Sans:size=8
  3. default_bar_size 200 2
  4. update_interval 1
  5.  
  6. total_run_times 0
  7. double_buffer yes
  8. text_buffer_size 2048
  9.  
  10. own_window_colour 3D3D3D
  11. own_window yes
  12. own_window_transparent yes
  13. own_window_type override
  14. #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  15.  
  16. minimum_size 500 200
  17.  
  18. imlib_cache_size 1
  19.  
  20. default_color D8D8D8
  21. draw_borders no
  22. border_margin 10
  23. draw_graph_borders yes
  24. draw_outline no
  25. draw_shades no
  26.  
  27. color0 E6E6E6
  28. color1 A7CC5C
  29. color2 E6E6E6
  30.  
  31. alignment bottom_left
  32. gap_x 0
  33. gap_y 5
  34.  
  35.  
  36.  
  37. override_utf8_locale yes
  38.  
  39. no_buffers yes
  40.  
  41. TEXT
  42. ${if_running audacious2}
  43. ${image ./cad3.png -s 435x162 -p 11,3}${color3}${exec cp $(exec audtool2 --current-song-tuple-data file-path)/folder.jpg /home/frenky/.album}
  44. ${color #729ECE}${font Verdana:style=bold:size=12}${offset 134}${voffset 18}${exec audtool2 --current-song-tuple-data title}${color}
  45. ${font Verdana:size=9}${offset 134}${voffset -3}${exec audtool2 --current-song-tuple-data artist}${alignr 100}
  46. ${font Verdana:size=11}${offset 134}${exec audtool2 --current-song-tuple-data album}
  47. ${voffset -0}${color #729ECE}${offset 134}${execbar expr 100 \* $(audtool2 --current-song-output-length-seconds) \/ $(audtool2 --current-song-length-seconds)}${color}
  48. ${font Verdana:style=bold:size=9}${alignr 100}${voffset -25}${exec audtool2 --current-song-output-length}${image .album -s 70x70 -p 54,47}$endif
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement