Advertisement
gespadas

.conkyrc (Avisos de ArchLinux)

Sep 7th, 2012
862
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.13 KB | None | 0 0
  1. # Use Xft?
  2. use_xft yes
  3. xftfont Trebuchet MS:size=9
  4. xftalpha 0.8
  5. text_buffer_size 2048
  6. background yes
  7. # Update interval in seconds
  8. update_interval 1
  9. xftalpha 0.8
  10. own_window_argb_visual yes
  11. # This is the number of times Conky will update before quitting.
  12. # Set to zero to run forever.
  13. total_run_times 0
  14.  
  15. # Create own window instead of using desktop (required in nautilus)
  16. own_window yes
  17. own_window_transparent yes
  18. own_window_type desktop
  19. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  20.  
  21. # Use double buffering (reduces flicker, may not work for everyone)
  22. double_buffer yes
  23.  
  24. # Minimum size of text area
  25. minimum_size 800 0
  26.  
  27. # Draw shades?
  28. draw_shades no
  29.  
  30. # Draw outlines?
  31. draw_outline no
  32.  
  33. # Draw borders around text
  34. draw_borders no
  35.  
  36. # Stippled borders?
  37. stippled_borders 0
  38.  
  39. # border margins
  40. border_margin 5
  41.  
  42. # border width
  43. border_width 1
  44.  
  45. # Default colors and also border colors
  46. # default_color white
  47. # own_window_colour white
  48.  
  49.  
  50. # Subtract file system buffers from used memory?
  51. no_buffers yes
  52.  
  53. # set to yes if you want all text to be in uppercase
  54. uppercase no
  55.  
  56. # number of cpu samples to average
  57. # set to 1 to disable averaging
  58. cpu_avg_samples 2
  59.  
  60. # number of net samples to average
  61. # set to 1 to disable averaging
  62. net_avg_samples 2
  63.  
  64. # Force UTF8? note that UTF8 support required XFT
  65. override_utf8_locale yes
  66.  
  67. # Add spaces to keep things from moving about?  This only affects certain objects.
  68. use_spacer none
  69.  
  70. #borders
  71. draw_borders no
  72. border_margin 4
  73.  
  74. # Position en bas a droite
  75. alignment bottom_right
  76.  
  77. # Decalage par rapport aux bordures
  78. gap_x 10
  79. gap_y 50
  80.  
  81. TEXT
  82. # ${color EAEAEA}${font GE Inspira:pixelsize=55}${alignr}${time %H:%M}${font GE Inspira:pixelsize=18}
  83. # ${voffset 10}${alignr}${color EAEAEA}${time %A} ${color D12122}${time %d} ${color EAEAEA}${time %B}
  84. ${font Helvetica:pixelsize=13}${alignr}${color D12122}HOME  $color${fs_used /home} / ${fs_size /home}    ${color D12122}RAM  $color$mem / $memmax    ${color D12122}CPU  $color${cpu cpu0}%
  85. ${font Helvetica:pixelsize=12}${alignr}${color D12122}ARCHLINUX$color  ${rss http://www.archlinux.org/feeds/news/ 1 item_titles 1 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement