Guest User

conkyrc

a guest
Jul 30th, 2011
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. # -- Conky settings -- #
  2.  
  3. update_interval 0.5
  4. cpu_avg_samples 1
  5. net_avg_samples 2
  6. override_utf8_locale true
  7. double_buffer true
  8. no_buffers true
  9. text_buffer_size 2048
  10. imlib_cache_size 0
  11. out_to_x true
  12. short_units true
  13. temperature_unit celsius
  14.  
  15.  
  16. # -- Window specifications -- #
  17.  
  18. #own_window_class Conky
  19. own_window true
  20. own_window_colour 000000
  21. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  22. own_window_argb_visual yes
  23. #own_window_argb_value 70
  24. own_window_type override
  25. own_window_transparent yes
  26. border_inner_margin 0
  27. border_outer_margin 0
  28. maximum_width 125
  29. minimum_size 125 660
  30. alignment tr
  31. gap_x 0
  32. gap_y 43
  33.  
  34.  
  35. # -- Graphics settings -- #
  36.  
  37. draw_shades false
  38. draw_outline false
  39. draw_borders false
  40. draw_graph_borders false
  41. default_shade_color black
  42. default_outline_color 403F44
  43. stippled_borders 0
  44. color0 B7FF00
  45.  
  46.  
  47. # -- Text settings -- #
  48.  
  49. use_xft true
  50. font Ubuntu:style=Regular:size=8
  51. uppercase no
  52. default_color FFFFFF
  53.  
  54.  
  55. # -- Lua Scripts -- #
  56. lua_load ~/.conky/rings2.lua
  57. lua_draw_hook_pre draw_widgets
  58.  
  59.  
  60. TEXT
  61. ${voffset 27}${goto 16}${time %d-%a}
  62. ${goto 16}${time %b / %Y}
  63. ${voffset -26}${goto 92}${execi 300 python ~/.scripts/gmail.py}
  64. ${voffset 30}${goto 20}${color0}Uptime: ${color}${uptime_short}
  65. ${goto 20}${color0}Debian Squeezy
  66. ${voffset 35}${goto 51}${mem}
  67. ${goto 61}of
  68. ${goto 51}${memmax}
  69. ${voffset 32}${goto 51}${swap}
  70. ${goto 61}of
  71. ${goto 51}${swapmax}
  72. ${voffset 140}${goto 51}${fs_used /}
  73. ${goto 61}of
  74. ${goto 51}${fs_size /}
  75. ${voffset 32}${goto 51}${fs_used /home}
  76. ${goto 61}of
  77. ${goto 51}${fs_size /home}
  78. ${voffset 39}${goto 50}${color0}Upload:
  79. ${goto 50}${color}${upspeedgraph eth0}
  80. ${goto 50}${color0}Download:
  81. ${goto 50}${color}${downspeedgraph eth0}
Advertisement
Add Comment
Please, Sign In to add comment