Advertisement
cirrus

.conkybar-mpd

Jan 9th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.22 KB | None | 0 0
  1. background yes
  2. use_xft yes
  3. xftfont DejaVu Sans Mono:size=8
  4. xftalpha 0.8
  5. out_to_console yes
  6. update_interval 5.0
  7. total_run_times 0
  8. draw_shades no
  9.  
  10. # Create own window instead of using desktop (required in nautilus)
  11. own_window yes
  12.  
  13. # If own_window is yes, you may use type normal, desktop or override
  14. own_window_type desktop
  15.  
  16. # Use pseudo transparency with own_window?
  17. own_window_transparent yes
  18.  
  19.  
  20. minimum_size 21
  21. maximum_width 13840
  22.  
  23.  
  24. double_buffer yes
  25. #default_color 555753
  26. #color1 grey
  27. alignment bottom_left
  28. gap_x 2120
  29. gap_y 0
  30. #no_buffers yes
  31. use_spacer none
  32.  
  33. TEXT
  34. $nodename ${color1}$kernel ${color}up ${color1}$uptime ${color}cpu1 ${color1}${cpu cpu1}% ${cpubar 6,40 cpu1} ${freq cpu1}MHz ${color}cpu2 ${color1}${cpu cpu2}% ${cpubar 6,40 cpu2} ${freq cpu2}MHz ${color}mem ${color1}$memperc% ${membar 6,40}  ${color}disk ${color1}${fs_used /home}/${fs_size /home} ${fs_bar 6,40 /home} ${color}date ${color1}${time %d/%m/%y} ${color}time ${color1}${time %H:%M} Glasgow  ${execi 300 /home/cirrus/weather.sh "EUR|UK|UKXX0062|Glasgow"} ${color #99182C}MPD${if_mpd_playing}${font caviar dreams:pixelsize=12} ${font caviar dreams:pixelsize=14}${color1}${mpd_artist}${mpd_title}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement