Advertisement
Guest User

.conkyrc

a guest
Jun 24th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. use_xft yes
  2. xftfont verdana:size=8
  3. alignment top_left
  4. xftalpha 0.8
  5. own_window yes
  6. own_window_type override
  7. own_window_transparent yes
  8. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  9. double_buffer yes
  10. draw_shades no
  11. draw_outline no
  12. draw_borders no
  13. stippled_borders 10
  14. border_margin 4
  15. border_width 1
  16. default_shade_color grey
  17. default_outline_color black
  18. default_color BADCDD
  19. use_spacer none
  20. no_buffers yes
  21. uppercase no
  22. color1 4D6844
  23.  
  24.  
  25.  
  26. TEXT
  27. ${color}${font PizzaDude Bullets:size=16}Up: ${upspeed eth0} Kb/s
  28. ${font PizzaDude Bullets:size=16}Down: ${downspeed eth0} Kb/s
  29.  
  30. ${font PizzaDude Bullets:size=16}M${font} Upload: ${totalup eth0}
  31. ${font PizzaDude Bullets:size=16}S${font} Download: ${totaldown eth0}
  32.  
  33. ${color ffffff}${font StyleBats:size=16}A${font} CPU0: ${cpu cpu0}% ${cpubar cpu0}
  34. ${font StyleBats:size=16}A${font} CPU1: ${cpu cpu1}% ${cpubar cpu1}
  35.  
  36. ${color 014A7F}${font StyleBats:size=16}8${font} Battery: ${battery_percent}% ${battery_bar}
  37.  
  38. ${font FreeSans:size=16}@${font}${execpi 300 python ~/scripts/gmail_parser.py yourgmailusername yourgmailpassword 3}
  39.  
  40. ${color 014A7F}${font PizzaDude Bullets:size=16}J${font} $mem / $memmax
  41.  
  42. ${font StyleBats:size=18}P${font} Work: ${uptime_short}
  43.  
  44.  
  45. ${color 014A7F}${font Radio Space:size=14}${time %A %d %Y}
  46. ${font Radio Space:size=55}${time %H:%M}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement