Advertisement
T384NH3

.conkyrc

Mar 6th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. # Conky configuration
  2. # Edited by Izobalax 2009
  3.  
  4. # set to yes if you want Conky to be forked in the background
  5. background yes
  6.  
  7. # Use Xft?
  8. use_xft yes
  9.  
  10. # Xft font when Xft is enabled
  11. xftfont Terminus:size=9
  12.  
  13. # Text alpha when using Xft
  14. xftalpha 0.8
  15.  
  16. # Update interval in seconds
  17. update_interval 1.0
  18.  
  19. # This is the number of times Conky will update before quitting.
  20. # Set to zero to run forever.
  21. total_run_times 0
  22.  
  23. # Create own window instead of using desktop (required in nautilus)
  24. own_window no
  25.  
  26. # Use double buffering (reduces flicker, may not work for everyone)
  27. double_buffer yes
  28.  
  29. # Minimum size of text area
  30. minimum_size 1280 24
  31. maximum_width 1280
  32.  
  33. # Draw shades?
  34. draw_shades no
  35.  
  36. # Draw outlines?
  37. draw_outline no
  38.  
  39. # Draw borders around text
  40. draw_borders no
  41. draw_graph_borders yes
  42.  
  43. # Stippled borders?
  44. stippled_borders 0
  45.  
  46. # border margins
  47. border_margin 0
  48.  
  49. # border width
  50. border_width 0
  51.  
  52. # Default colors and also border colors
  53. default_color white
  54. default_shade_color black
  55. default_outline_color white
  56.  
  57. # own window options
  58. own_window yes
  59. own_window_transparent yes
  60. own_window_argb_visual yes
  61. #own_window_type desktop
  62. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  63.  
  64. # Text alignment, other possible values are commented
  65. #alignment top_left
  66. alignment top_right
  67. #alignment bottom_left
  68. #alignment bottom_right
  69.  
  70. # Gap between borders of screen and text
  71. # same thing as passing -x at command line
  72. gap_x -20
  73. gap_y 770
  74.  
  75. # Subtract file system buffers from used memory?
  76. no_buffers yes
  77.  
  78. # set to yes if you want all text to be in uppercase
  79. uppercase none
  80.  
  81. # number of cpu samples to average
  82. # set to 1 to disable averaging
  83. cpu_avg_samples 2
  84.  
  85. # number of net samples to average
  86. # set to 1 to disable averaging
  87. net_avg_samples 2
  88.  
  89. # Force UTF8? note that UTF8 support required XFT
  90. override_utf8_locale no
  91.  
  92. # Add spaces to keep things from moving about? This only affects certain objects.
  93. use_spacer no
  94.  
  95. TEXT
  96. ${font Clean:size=7}${offset 85}${color #EAEAEA}${font}${color} CPU ${cpubar 3,95}${offset 85}HDD ${fs_bar 3,95}${offset 85}MEM ${membar 3,95}${offset 85}BAT ${battery_bar 3,95}${offset 85} SWP ${swapbar 3,95}${offset 30}${time %I:%M %P}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement