Guest User

Untitled

a guest
Jun 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. # set to yes if you want Conky to be forked in the background
  2. background yes
  3.  
  4. cpu_avg_samples 2
  5. net_avg_samples 2
  6.  
  7. out_to_console no
  8.  
  9. # Use Xft?
  10. use_xft yes
  11.  
  12. # Xft font when Xft is enabled
  13. xftfont Sans:bold:size=8
  14.  
  15. # Create own window instead of drawing to desktop.
  16. own_window yes
  17. own_window_transparent yes
  18. own_window_colour black
  19. #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  20. #own_window_type normal
  21. own_window_type override
  22.  
  23. # Text alpha when using Xft
  24. xftalpha 0.8
  25.  
  26. wm_class_name Conky
  27.  
  28. # Update interval in seconds
  29. update_interval 3
  30.  
  31. # Use double buffering (reduces flicker, may not work for everyone)
  32. double_buffer yes
  33.  
  34. # Minimum size of text area
  35. minimum_size 1000 25
  36. #maximum_width 870
  37.  
  38. # Draw shades?
  39. draw_shades no
  40.  
  41. # Draw outlines?
  42. draw_outline no
  43.  
  44. # Draw borders around text
  45. draw_borders no
  46.  
  47. # Stippled borders?
  48. stippled_borders 2
  49.  
  50. # border width
  51. border_width 1
  52.  
  53. # Default colors and also border colors
  54. default_color black
  55. default_shade_color white
  56. default_outline_color black
  57.  
  58. # Orientation
  59. gap_x 330
  60. gap_y 1
  61. #alignment top_left
  62. #alignment top_right
  63. alignment bottom_left
  64. #alignment bottom_right
  65.  
  66. # Add spaces to keep things from moving about? This only affects certain objects.
  67. use_spacer yes
  68.  
  69. # Subtract file system buffers from used memory?
  70. no_buffers yes
  71.  
  72. # set to yes if you want all text to be in uppercase
  73. uppercase no
  74.  
  75. # drawn 1 pixel border around graphs or not
  76. draw_graph_borders yes
  77.  
  78. # text
  79. TEXT
  80. ${color 717583}
  81. CPU: ${goto 45}${cpu}%${goto 80}${cpubar 10,100} ${goto 200} RAM: ${goto 245}${memperc}%${goto 280}${membar 10,100} ${goto 400} HDD: ${goto 435} ${diskio}${goto 500}${diskiograph 10,100 717583 ADB2C8} ${goto 625} SPD: [ eth0: ${downspeed eth0}D/${upspeed eth0}U ] [ wifi0: ${downspeed wifi0}D/${upspeed wifi0}U ]
  82. Procs: ${processes} Running: ${running_processes} ${goto 200} SWP: ${goto 245}${swapperc}%${goto 280}${swapbar 10,100} ${goto 400} BAT: ${goto 435} ${battery_percent}%${goto 500}${battery_bar 10,100} ${goto 625} Wi-Fi: ${goto 670}${wireless_link_qual_perc wlan0}%${goto 715}${wireless_link_bar 10,100 wlan0} [ ESSID: ${wireless_essid wlan0} ]
Add Comment
Please, Sign In to add comment