Advertisement
siriusb

conkyrc

May 8th, 2015
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.15 KB | None | 0 0
  1. #wn_window_argb_visual yes
  2. #    Boolean, use ARGB visual? ARGB can be used for real transparency, note that a composite manager is required for real transparency. This option will not work as desired (in most cases) in conjunction with 'own_window_type override'.
  3.  
  4. #own_window_argb_value 50
  5. #    When ARGB visuals are enabled, this use this to modify the alpha value used. Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
  6.  
  7. # Create own window instead of using desktop (required in nautilus)
  8. own_window yes
  9. own_window_type desktop
  10. own_window_transparent yes
  11. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  12. background no #Transparent background.
  13.  
  14. # Use double buffering (reduces flicker, may not work for everyone)
  15. double_buffer yes
  16.  
  17. # fiddle with window
  18. use_spacer right
  19. use_xft yes
  20.  
  21. # Update interval in seconds
  22. update_interval 3
  23. cpu_avg_samples 3
  24. net_avg_samples 3
  25. diskio_avg_samples 3
  26. temperature_unit celsius
  27. #format_human_readable yes
  28.  
  29. # Minimum size of text area
  30. #minimum_size 270 100
  31.  
  32.  
  33.  
  34. # Draw borders around graphs
  35. draw_graph_borders no
  36.  
  37. # Text stuff
  38. draw_outline no # amplifies text if yes
  39. draw_shades no
  40. draw_borders no
  41. xftfont DejaVu Sans:size=8
  42. xftalpha 0.7
  43. uppercase no # set to yes if you want all text to be in uppercase
  44.  
  45. # Stippled borders?
  46. #stippled_borders 3
  47.  
  48. # border margins
  49. #border_margin 9
  50.  
  51. # border width
  52. #border_width 5
  53.  
  54. # Default colors and also border colors, grey90 == #e5e5e5
  55. default_color 050C65
  56.  
  57. color0 FFF
  58. color1 0F0DD3
  59. color2 FFF
  60. color3 blue
  61. color4 0F0DD3 # fs_bar stb
  62.  
  63. # Text alignment, other possible values are commented
  64. alignment top_left
  65. #alignment top_right
  66. #alignment bottom_left
  67. #alignment bottom_right
  68.  
  69. # Gap between borders of screen and text
  70. gap_x 7
  71. gap_y 35
  72.  
  73. # stuff after 'TEXT' will be formatted on screen
  74.  
  75. TEXT
  76. ${font DejaVu Sans:bold:size=12}${color0}SYSTEM${color1}${font DejaVu Sans:bold:size=12} INFORMATION${color0} ${hr 2}$color$font
  77. ${image /mnt/kamra/Downloads/Pictures/arch-logo/start-here-trans-gradient.png -p 0,20 -s 50x50}
  78. $color${font}
  79. ${voffset -15}${goto 60}$sysname  $kernel on $machine
  80. ${goto 60}$nodename UP: $uptime $font
  81. ${color1}${hr 2}$color$font
  82. ${exec cat /proc/cpuinfo | grep -m 1 'model name' | cut -c14-38} @ $color${freq_g} GHz${color lightgrey} (Vcc: ${hwmon 1 in 0} V)
  83. ${color lightgrey}CPU:$color ${hwmon 0 temp 1}°C ::: ${color lightgrey}Core0: $color${hwmon 0 temp 2}°C ${color lightgrey} ::: Core1: $color ${hwmon 0 temp 3}°C
  84. Core2: $color ${hwmon 0 temp 4}°C  ::: Core3: $color ${hwmon 0 temp 5}°C ::: ${font DejaVu Sans:bold:size=8}${color1}M/B: $color$font${hwmon 1 temp 1}°C
  85. ${font DejaVu Sans:bold:size=8}${color lightgrey}Fan1 (CPU):$color$font ${hwmon 1 fan 1} rpm $alignr${color lightgrey}${font DejaVu Sans:bold:size=8}Fan2 (SYS): $color$font ${hwmon 1 fan 2} rpm
  86. $color$stippled_hr${color lightgrey}
  87.  
  88. ## CPU
  89. ${font DejaVu Sans:bold:size=12}${color1}CPU${color2}${font DejaVu Sans:bold:size=12} INFORMATION${color1} ${hr 2}$color$font
  90. ${font DejaVu Sans:bold:size=8}USAGE (AVG): $font${cpu cpu0}% ${alignr}${font DejaVu Sans:bold:size=8}FREQ: $font${freq_g cpu0} GHz
  91. ${cpugraph cpu0 303030 C0C0C0}
  92. ${font DejaVu Sans:bold:size=8}CORE 1: $font${cpu cpu1}% $font${freq_g 1} GHz $alignr ${font DejaVu Sans:bold:size=8}CORE 2: $font${cpu cpu2}% $font${freq_g 2} GHz
  93. ${cpugraph cpu1 25,140 303030 C0C0C0}  $alignr${cpugraph cpu2 25,140 303030 C0C0C0}
  94. ${font DejaVu Sans:bold:size=8}CORE 3: $font${cpu cpu3}% $font${freq_g 3} GHz $alignr ${font DejaVu Sans:bold:size=8}CORE 4: $font${cpu cpu4}% $font${freq_g 4} GHz
  95. ${cpugraph cpu3 25,140 303030 C0C0C0}  $alignr${cpugraph cpu4 25,140 303030 C0C0C0}
  96.  
  97. ## memory
  98. ${font DejaVu Sans:bold:size=12}${color1}MEMORY${color2}${font DejaVu Sans:bold:size=12} INFORMATION${color1} ${hr 2}$color$font
  99. ${font DejaVu Sans:bold:size=8}RAM: $font$memperc% ${alignr}$mem ${font DejaVu Sans:bold:size=8}/ $font$memmax
  100. $color4${membar 4}$color
  101. ${color}BUFFERS: ${buffers}${alignr}CACHED: ${cached}
  102. ${font DejaVu Sans:bold:size=8}SWAP: $font$swapperc% ${alignr}$swap ${font DejaVu Sans:bold:size=8}/ $font$swapmax
  103. $color4${swapbar 4}
  104. ## partitions / filesystems
  105. ${font DejaVu Sans:bold:size=12}${color1}DISK${color2}${font DejaVu Sans:bold:size=12} INFORMATION${color1} ${hr 2}$color$font
  106. ${font DejaVu Sans:bold:size=8}VOLUME${goto 107}TYPE${goto 175}FREE${alignr 1}SIZE$font
  107. ${font DejaVu Sans:bold:size=8}ROOT:$font${font DejaVu Sans:size=8}${goto 110}${fs_type /}${goto 150}${fs_free_perc /}% / ${fs_free /}${alignr}${fs_size /}
  108. $color4${fs_bar 4 /}$color
  109. ${font DejaVu Sans:bold:size=8}HOME$font${goto 110}${font DejaVu Sans:size=8}${fs_type /home}${goto 150}${fs_free_perc /home}% / ${fs_free /home}${alignr}${fs_size /home}
  110. $color4${fs_bar 4 /home}$color
  111. ${font DejaVu Sans:bold:size=8}TMP$font${goto 110}${font DejaVu Sans:size=8}${fs_type /tmp}${goto 150}${fs_free_perc /tmp}% / ${fs_free /tmp}${alignr}${fs_size /tmp}
  112. $color4${fs_bar 4 /tmp}$color
  113. ## Network
  114. ${font DejaVu Sans:bold:size=12}${color1}NETWORK${color2}${font DejaVu Sans:bold:size=12} INFORMATION${color1} ${hr 2}$color$font
  115. ${font DejaVu Sans:bold:size=8}${color0}EXTERNAL: ${execi 3600 wget -O - http://ip.tupeux.com | tail}
  116. ${font DejaVu Sans:bold:size=8}${color0}${if_up ppp0}EXTERNAL: ${else}INTERNAL: $endif $font${if_up ppp0} ${addr ppp0}$else${addr enp0s25}$endif
  117. ${font DejaVu Sans:bold:size=8}${color3}DOWN: ${if_up ppp0} ${downspeedf ppp0} ${else} ${downspeedf enp0s25} $endif KiB/s ${alignr}${font DejaVu Sans:bold:size=8}UP: ${if_up ppp0} ${upspeedf ppp0} $else ${upspeedf enp0s25} $endif KiB/s
  118. ${color0}${downspeedgraph enp0s25 25,140 303030 C0C0C0 750} ${alignr}${upspeedgraph enp0s25 25,140 303030 C0C0C0 75}
  119. ${color0}${font DejaVu Sans:bold:size=8}TOTAL: $font${totaldown enp0s25} ${alignr}${font DejaVu Sans:bold:size=8}TOTAL: $font${totalup enp0s25}
  120. ${color0}${alignr}#Connections
  121. $color0 Connections count: ${tcp_portmon 1 65535 count}
  122. ${color2}Connections ${alignr} Local /Rem Service/Port${color0}
  123.  ${tcp_portmon 1 65535 rip 0} ${alignr} ${tcp_portmon 1 65535 lservice 0} / ${tcp_portmon 1 65535 rservice 0}
  124.  ${tcp_portmon 1 65535 rip 1} ${alignr} ${tcp_portmon 1 65535 lservice 1} / ${tcp_portmon 1 65535 rservice 1}
  125.  ${tcp_portmon 1 65535 rip 2} ${alignr} ${tcp_portmon 1 65535 lservice 2} / ${tcp_portmon 1 65535 rservice 2}
  126.  ${tcp_portmon 1 65535 rip 3} ${alignr} ${tcp_portmon 1 65535 lservice 3} / ${tcp_portmon 1 65535 rservice 3}
  127.  ${tcp_portmon 1 65535 rip 4} ${alignr} ${tcp_portmon 1 65535 lservice 4} / ${tcp_portmon 1 65535 rservice 4}
  128.  ${tcp_portmon 1 65535 rip 5} ${alignr} ${tcp_portmon 1 65535 lservice 5} / ${tcp_portmon 1 65535 rservice 5}
  129.  ${tcp_portmon 1 65535 rip 6} ${alignr} ${tcp_portmon 1 65535 lservice 6} / ${tcp_portmon 1 65535 rservice 6}
  130.  ${tcp_portmon 1 65535 rip 7} ${alignr} ${tcp_portmon 1 65535 lservice 7} / ${tcp_portmon 1 65535 rservice 7}
  131.  ${tcp_portmon 1 65535 rip 8} ${alignr} ${tcp_portmon 1 65535 lservice 8} / ${tcp_portmon 1 65535 rservice 8}
  132.  ${tcp_portmon 1 65535 rip 9} ${alignr} ${tcp_portmon 1 65535 lservice 9} / ${tcp_portmon 1 65535 rservice 9}
  133.  
  134. ${color1}Top Processes:
  135. ${color1}Name${goto 155}PID${goto 205}CPU%${goto 255}MEM%
  136. $color ${top name 1}${goto 150}${top pid 1}${goto 200}${top cpu 1}${goto 250}${top mem 1}
  137. $color ${top name 2}${goto 150}${top pid 2}${goto 200}${top cpu 2}${goto 250}${top mem 2}
  138. $color ${top name 3}${goto 150}${top pid 3}${goto 200}${top cpu 3}${goto 250}${top mem 3}
  139. ${color1}Mem usage
  140. $color ${top_mem name 1}${goto 150}${top_mem pid 1}${goto 200}${top_mem cpu 1}${goto 250}${top_mem mem 1}
  141. $color ${top_mem name 2}${goto 150}${top_mem pid 2}${goto 200}${top_mem cpu 2}${goto 250}${top_mem mem 2}
  142. $color ${top_mem name 3}${goto 150}${top_mem pid 3}${goto 200}${top_mem cpu 3}${goto 250}${top_mem mem 3}
  143. ${color1}I/O usage
  144. $color ${top_io name 1}${goto 90}${top_io pid 1} ${top_io io_perc 1} %  wr: ${top_io io_write 1}
  145. $color ${top_io name 2}${goto 90}${top_io pid 2} ${top_io io_perc 2} %  wr: ${top_io io_write 2}  
  146. $color ${top_io name 3}${goto 90}${top_io pid 3} ${top_io io_perc 3} %  wr: ${top_io io_write 3}
  147. read ${alignr}write
  148. ${diskiograph_read /dev/sda 25,110 11A75D A72511}${alignr}${diskiograph_write /dev/sda 25,110 ADD8E6 2C454D}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement