Guest User

Untitled

a guest
Jan 23rd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. # Conky settings #
  2. background no
  3. update_interval 1
  4. cpu_avg_samples 2
  5. net_avg_samples 2
  6. override_utf8_locale yes
  7. double_buffer yes
  8. no_buffers yes
  9. text_buffer_size 2048
  10. #imlib_cache_size 0
  11. temperature_unit celsius
  12.  
  13. # Window specifications #
  14. own_window yes
  15. own_window_transparent yes
  16. own_window_type desktop
  17. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  18. own_window_argb_visual yes
  19. #own_window_argb_value 255
  20. #own_window_colour 2D2D2D
  21.  
  22. border_inner_margin 0
  23. border_outer_margin 0
  24. border_width 2
  25.  
  26. minimum_size 350 0
  27. maximum_width 450
  28.  
  29. alignment bl
  30. gap_x 90
  31. gap_y 100
  32.  
  33. # Graphics settings #
  34. draw_shades no
  35. draw_outline no
  36. draw_borders no
  37. draw_graph_borders no
  38.  
  39. # Text settings #
  40. use_xft yes
  41. override_utf8_locale yes
  42. xftfont Open Sans Light:size=7
  43. xftalpha 0.8
  44. uppercase no
  45. temperature_unit celsius
  46.  
  47. # Colors settings #
  48. default_outline_color FAFAFA
  49. own_window_colour 171717
  50. default_color c4c4c4
  51.  
  52. color0 ffffff
  53. color1 ffffff
  54. color2 ffffff
  55. color3 ffffff
  56. color4 ffffff
  57.  
  58. imlib_cache_size 0
  59.  
  60. TEXT
  61. ${cpugraph cpu0 28,84 ffffff C7C7C7}${downspeedgraph eth0 28,86 C7C7C7 C7C7C7}${upspeedgraph eth0 28,87 C7C7C7 C7C7C7}${loadgraph 28,87 C7C7C7 C7C7C7 -l}
  62. ${font Open Sans Light:pixelsize=8}${offset 4}${voffset -2}${color1}cpu${offset 6}${color4}${hwmon 0 temp 1} °C${offset 43}${color2}down${offset 63}${color3}up${offset 70}${color3}load
  63. ${font Open Sans Light:pixelsize=8}${hr}
  64. ${font Open Sans Light:pixelsize=8}USER: ${nodename} ${font Open Sans Light:pixelsize=8}DISTRIBUTION: ${pre_exec lsb_release -sd || cat /etc/*release} KERNEL: ${kernel} ARCHITECTURE: $machine
  65. ${font Open Sans Light:pixelsize=8}CPU: ${freq_g cpu0} GHz ${font Open Sans Light:pixelsize=8}UPTIME: ${uptime} ${font Open Sans Light:pixelsize=8}PROCESSES: $processes ($running_processes running) ${font Open Sans Light:pixelsize=8}RANDOM ACCESS MEMORY: ${mem}
Add Comment
Please, Sign In to add comment