Advertisement
Guest User

Untitled

a guest
Mar 28th, 2008
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. #avoid flicker
  2. double_buffer yes
  3.  
  4. #own window to run simultanious 2 or more conkys
  5. own_window yes
  6. own_window_transparent no
  7. own_window_type normal
  8. own_window_hints undecorate,sticky,skip_taskbar,skip_pager
  9.  
  10. #borders
  11. draw_borders no
  12. border_margin 1
  13.  
  14. #shades
  15. draw_shades no
  16.  
  17. #position
  18. gap_x 6
  19. gap_y 6
  20. alignment top_left
  21.  
  22. #behaviour
  23. update_interval 1
  24.  
  25. #colour
  26. default_color 8f8f8f
  27. #default_shade_color 000000
  28. own_window_colour 262626
  29.  
  30. #font
  31. use_xft yes
  32. xftfont bauhaus:pixelsize=10
  33.  
  34. #to prevent window from moving
  35. use_spacer no
  36. minimum_size 1268 0
  37.  
  38. #mpd
  39. mpd_host localhost
  40. mpd_port 6600
  41.  
  42. TEXT
  43. ${color e0e0e0}$sysname${color} $kernel ${color e0e0e0}$machine${color} | ${voffset -1} Cpu: ${color e0e0e0}${font}${cpu}% ${color} Mem: ${color e0e0e0}${font}${mem} ${color} | ${color} Uptime: ${color e0e0e0}${font}${uptime_short}${color} | ${color} Net: ${color e0e0e0}${font}${downspeed eth1} Kb/s ${color} ${totaldown eth1} downloaded${color} | ${color} ${color e0e0e0}${upspeed eth1} Kb/s ${color} ${totalup eth1} uploaded${color} | ${color}Root: ${color e0e0e0}${font}${fs_free /} ${color} Home: ${color e0e0e0}${font}${fs_free /home} ${color} | ${color} Mpd: ${color e0e0e0}${font}${mpd_smart}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement