Guest User

Untitled

a guest
Oct 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. alignment top_right
  2. background yes
  3. border_width 1
  4. cpu_avg_samples 2
  5. default_color lightblue
  6. default_outline_color white
  7. default_shade_color white
  8. double_buffer yes
  9. draw_borders no
  10. draw_graph_borders yes
  11. draw_outline no
  12. draw_shades no
  13. use_xft yes
  14. xftfont Arial:size=9
  15. gap_x 5
  16. gap_y 32
  17. minimum_size 5 5
  18. net_avg_samples 2
  19. no_buffers yes
  20. out_to_console no
  21. out_to_stderr no
  22. extra_newline no
  23. own_window yes
  24. own_window_class Conky
  25. own_window_transparent yes
  26. own_window_type override
  27. stippled_borders 0
  28. update_interval 1.0
  29. uppercase yes
  30. use_spacer none
  31. show_graph_scale no
  32. show_graph_range no
  33.  
  34. TEXT
  35. ${color white}SYSTEM$hr
  36.  
  37. ${color grey}KERNEL: $color$alignr$kernel
  38. ${color grey}TIME: $color$alignr$time
  39. ${color grey}UPTIME: $color$alignr$uptime
  40.  
  41. ${color grey}RAM:$color$alignr$memperc%
  42. ${membar 4}
  43. ${color grey}BATTERY: $color$alignr$battery
  44. $battery_bar
  45.  
  46. ${color white}CPU$hr
  47.  
  48. ${color grey}FREQUENCY:$color$alignr$freq MHz
  49. ${color grey}TEMPERATURE: $color$alignr$acpitemp°C
  50.  
  51. ${color grey}CPU1:$color$alignr${cpu cpu1}%
  52. ${cpubar 4 1}
  53. ${color grey}CPU2:$color$alignr${cpu cpu2}%
  54. ${cpubar 4 2}
  55. ${color grey}PROCESSES:$color$alignr $processes ($running_processes running)
  56. ${color grey}THREADS:$color$alignr$threads
  57.  
  58. ${color white}FILESYSTEMS$hr
  59.  
  60. ${color grey}ROOT: $color$alignr${fs_used /} / ${fs_size /}
  61. ${fs_bar 4 /}
  62. ${color grey}HOME: $color$alignr${fs_used /home} / ${fs_size /home}
  63. ${fs_bar 4 /home}
  64. ${if_existing /proc/net/route wlan0}
  65. ${color white}NETWORK$hr
  66.  
  67. ${color grey}IP ADDRESS: $color$alignr${addr wlan0}
  68. ${color grey}SIGNAL: $color$alignr${wireless_link_qual_perc wlan0}%
  69.  
  70. ${color grey}UPLOAD: $color$alignr${totalup wlan0}
  71. ${color grey}UP: $color$alignr${upspeedf wlan0} KB/S
  72. ${color grey}${upspeedgraph wlan0 -l}
  73. ${color grey}DOWNLOAD: $color$alignr${totaldown wlan0}
  74. ${color grey}DOWN: $color$alignr${downspeedf wlan0} KB/S
  75. ${color grey}${downspeedgraph wlan0 -l}
  76. $endif
Add Comment
Please, Sign In to add comment