Advertisement
Guest User

Conky Rhythmbox

a guest
Jul 7th, 2012
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. background no
  2. use_xft yes
  3. xftfont HandelGotDLig:size=8
  4. xftalpha 0.8
  5. out_to_console no
  6. update_interval 0.5
  7. total_run_times 0
  8. draw_shades no
  9.  
  10. own_window yes
  11. own_window_type normal
  12. own_window_transparent yes
  13. own_window_argb_visual yes
  14. own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
  15.  
  16. border_inner_margin 0
  17. border_outer_margin 0
  18. border_width 1
  19.  
  20. minimum_size 105
  21.  
  22. double_buffer yes
  23. default_color BE0000
  24. color1 000000
  25. alignment top_right
  26. gap_x 14
  27. gap_y 98
  28. #use_spacer right
  29.  
  30. default_bar_size 90 4
  31.  
  32.  
  33.  
  34.  
  35. TEXT
  36.  
  37. ${font pftempestafivecondensed:size=6}${color1}Welcome ${exec whoami}
  38. ...have fun !
  39. ${font pftempestafivecondensed:size=6}${color1}Uptime: $uptime_short
  40.  
  41. ${font HandelGotDLig:size=8}${color }SYSTEM
  42. ${font pftempestafivecondensed:size=6}${color1}Mem: $mem
  43. ${membar 2,91}
  44. Swap: $swap
  45. ${swapbar 2,91}
  46.  
  47.  
  48. Root: ${fs_used /}
  49. ${fs_bar 2,91 /}
  50. Home: ${fs_free /home}
  51. ${fs_bar 2,91 /home}
  52.  
  53.  
  54. ${color1}Core 1:${color1} ${cpu cpu1}%
  55. ${cpugraph cpu1 6,91 1F1F1F ffffff}
  56. @ ${freq_g 1} Ghz
  57. ${color1}Core 2:${color1} ${cpu cpu2}%
  58. ${cpugraph cpu2 6,91 1F1F1F ffffff}
  59. @ ${freq_g 2} Ghz
  60.  
  61.  
  62. ${font HandelGotDLig:size=8}${color }NETWORK
  63. ${font pftempestafivecondensed:size=6}${color1}IP: ${addr eth0}
  64. Up: ${upspeed eth0}
  65. ${upspeedgraph eth0 8,91 1F1F1F ffffff}
  66. Down: ${downspeed eth0}
  67. ${downspeedgraph eth0 8,91 1F1F1F ffffff}
  68. Total Up: ${totalup}
  69. Total Down: ${totaldown}
  70.  
  71. ${font HandelGotDLig:size=8}${color }HDD
  72. ${font pftempestafivecondensed:size=6}${color1}READ: ${diskio_read}
  73. ${diskiograph_read /dev/sda 8,91 1F1F1F ffffff}
  74. WRITE: ${diskio_write dev/sda}
  75. ${diskiograph_write /dev/sda 8,91 1F1F1F ffffff}
  76.  
  77.  
  78. ${font HandelGotDLig:size=8}${color }RHYTHMBOX
  79.  
  80. ${font pftempestafivecondensed:size=6}${color1}Titel:
  81. ${color}${execi 3 conkyrhythmbox -d TI -n -m 22}
  82. ${color1}Interpret:
  83. ${color}${execpi 3 conkyrhythmbox -d AR -n -m 22}
  84. ${color1}Album:
  85. ${color}${execpi 3 conkyrhythmbox -d AL -n -m 22}
  86. ${color1}Time:
  87. ${execpi 1 conkyrhythmbox -d PT -n}/${execpi 1 conkyrhythmbox -d LE -n} (${execpi 1 conkyrhythmbox -d PP -n}%)
  88. ${execibar 1 conkyrhythmbox --datatype=PP}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement