Advertisement
Guest User

.conkyrc

a guest
Apr 18th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. background no
  2. use_xft yes
  3. xftfont Bitstream Vera Sans Mono:size=10
  4. xftalpha 0.8
  5. update_interval 15.0
  6. total_run_times 0
  7. own_window yes
  8. own_window_type override
  9. own_window_transparent yes
  10. own_window_colour hotpink
  11. own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager
  12. double_buffer yes
  13. minimum_size 280 5
  14. draw_shades yes
  15. draw_outline no
  16. draw_graph_borders yes
  17. stippled_borders 8
  18. border_margin 4
  19. border_width 1
  20. maximum_width 155
  21. default_color darkgrey
  22. default_shade_color black
  23. default_outline_color black
  24. alignment middle_right
  25. gap_x 4
  26. gap_y 4
  27. no_buffers yes
  28. uppercase no
  29. cpu_avg_samples 2
  30. net_avg_samples 2
  31. override_utf8_locale no
  32. use_spacer no
  33. TEXT
  34. ${color #5b6dad}${alignc}${nodename} ${uptime_short}
  35. ${color #5b6dad}CPU: ${color grey}$cpu%
  36. ${color #5b6dad} ${cpugraph 16,140 000000 7f8ed3}
  37. ${color #5b6dad}RAM: $color$mem/$memmax
  38. ${color #5b6dad} ${membar 6,140}
  39. ${color #5b6dad}Swap:$color$swap/$swapmax
  40. ${color #5b6dad} ${swapbar 6,140}
  41. ${color #5b6dad}ETH0 Down: $color${downspeed eth0}${alignr} k/s
  42. ${color #5b6dad} ${downspeedgraph eth0 16,140 000000 7f8ed3 150}
  43. ${color #5b6dad}ETH0 Up: $color${upspeed eth0}${alignr} k/s
  44. ${color #5b6dad} ${upspeedgraph eth0 16,140 000000 7f8ed3 18}
  45. ${color #5b6dad}File systems:
  46. ${color #5b6dad}/ $color${fs_free /}
  47. ${color #5b6dad} ${fs_bar 6,140 /}
  48. ${color #5b6dad}storage $color${fs_free /mnt/storage}
  49. ${color #5b6dad} ${fs_bar 6,140 /mnt/storage}
  50. ${color #5b6dad}Processes:$color $processes | $running_processes
  51. ${color} Cpu usage CPU
  52. ${color #ddaa00} ${top name 1}${offset -50} ${top cpu 1}
  53. ${color #5b6dad} ${top name 2}${offset -50} ${top cpu 2}
  54. ${color #5b6dad} ${top name 3}${offset -50} ${top cpu 3}
  55. ${color #5b6dad} ${top name 4}${offset -50} ${top cpu 4}
  56. ${color} Mem usage MEM
  57. ${color #ddaa00} ${top_mem name 1}${offset -50} ${top_mem mem 1}
  58. ${color #5b6dad} ${top_mem name 2}${offset -50} ${top_mem mem 2}
  59. ${color #5b6dad} ${top_mem name 3}${offset -50} ${top_mem mem 3}
  60. ${color #5b6dad} ${top_mem name 4}${offset -50} ${top_mem mem 4}
  61. ${color #5b6dad}# Connections
  62. $color In: ${tcp_portmon 1 32767 count} Out: ${tcp_portmon 32768 61000 count}${alignr}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement