Advertisement
Dj_Dexter

.conkyrc

Oct 21st, 2011
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. # Use Xft?
  2. use_xft yes
  3. xftfont Monospace:size=7.5
  4. xftalpha 0.9
  5. text_buffer_size 2048
  6.  
  7. # Update interval in seconds
  8. update_interval 1
  9.  
  10. # This is the number of times Conky will update before quitting.
  11. # Set to zero to run forever.
  12. total_run_times 0
  13.  
  14. # Create own window instead of using desktop (required in nautilus)
  15. own_window yes
  16. own_window_transparent yes
  17. own_window_type override
  18. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  19.  
  20. #for use with compiz-fusion ^^
  21. #own_window_argb_visual
  22. #own_window_argb_visual yes
  23. own_window_argb_value 10
  24. own_window_transparent yes
  25. #own_window_colour 262523
  26.  
  27. # Use double buffering (reduces flicker, may not work for everyone)
  28. double_buffer yes
  29.  
  30. # Minimum size of text area
  31. minimum_size 200 0
  32.  
  33.  
  34. # Draw shades?
  35. draw_shades no
  36.  
  37. # Draw outlines?
  38. draw_outline no
  39.  
  40. # Draw borders around text
  41. draw_borders no
  42.  
  43. # Stippled borders?
  44. stippled_borders 0
  45.  
  46. # border margins
  47. border_margin 5
  48.  
  49. # border width
  50. border_width 1
  51.  
  52. # Default colors and also border colors
  53. default_color 222222
  54. #default_color white
  55. #default_shade_color black
  56. #default_outline_color white
  57. own_window_colour 333333
  58.  
  59. # Text alignment, other possible values are commented
  60. #alignment top_left
  61. alignment top_right
  62. #alignment bottom_left
  63. #alignment bottom_right
  64.  
  65. # Gap between borders of screen and text
  66. # same thing as passing -x at command line
  67. gap_x 30
  68. gap_y 400
  69. #gap_y 80
  70.  
  71. # Subtract file system buffers from used memory?
  72. no_buffers yes
  73.  
  74. # set to yes if you want all text to be in uppercase
  75. uppercase no
  76.  
  77. # number of cpu samples to average
  78. # set to 1 to disable averaging
  79. cpu_avg_samples 2
  80.  
  81. # number of net samples to average
  82. # set to 1 to disable averaging
  83. net_avg_samples 2
  84.  
  85. # Force UTF8? note that UTF8 support required XFT
  86. override_utf8_locale yes
  87.  
  88. # Add spaces to keep things from moving about? This only affects certain objects.
  89. use_spacer none
  90.  
  91. TEXT
  92. ULTRABLACK IS #!
  93. |
  94. Up/Load
  95. +
  96. | - - - - - + $nodename - $sysname $kernel - $freq Mhz
  97. | - - - - - + Uptime: $uptime load: $loadavg
  98. +
  99. Time
  100. +
  101. | - - - - - + ${time %H:%M} ${time %d %b %Y}
  102. +
  103. System
  104. +
  105. | - - - - - + CPU: ${cpu cpu}%
  106. | - - - - - + RAM: $memperc%
  107. | - - - - - + Temp: ${i2c 4-0048 temp 1}ÂșC
  108. | - - - - - + Fan: ${platform pc87360.2080 fan 1} RPM
  109. | - - - - - + /: ${fs_free /root}/${fs_size /root}
  110. | - - - - - + /media/datos/: ${fs_free /media/datos}/${fs_size /media/datos}
  111. | - - - - - + /usr/portage/: ${fs_free /usr/portage}/${fs_size /usr/portage}
  112. | - - - - - + /var/portage/distfiles/: ${fs_free /var/portage/distfiles}/${fs_size /var/portage/distfiles}
  113. | - - - - - + Last sync: ${execi 180 date -d "`cat /usr/portage/metadata/timestamp.chk`"}
  114. +
  115. Net
  116. +
  117. | - - - - - + Up: ${upspeed eth0} (${totalup eth0})
  118. | - - - - - + Down: ${downspeed eth0} (${totaldown eth0})
  119.  
  120.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement