Advertisement
d1cor

Config .conkyrc

Feb 5th, 2015
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.37 KB | None | 0 0
  1. # Conky, a system monitor, based on torsmo
  2. #
  3. # Any original torsmo code is licensed under the BSD license
  4. #
  5. # All code written since the fork of torsmo is licensed under the GPL
  6. #
  7. # Please see COPYING for details
  8. #
  9. # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
  10. # Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
  11. # All rights reserved.
  12. #
  13. # This program is free software: you can redistribute it and/or modify
  14. # it under the terms of the GNU General Public License as published by
  15. # the Free Software Foundation, either version 3 of the License, or
  16. # (at your option) any later version.
  17. #
  18. # This program is distributed in the hope that it will be useful,
  19. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  21. # GNU General Public License for more details.
  22. # You should have received a copy of the GNU General Public License
  23. # along with this program.  If not, see <http://www.gnu.org/licenses/>.
  24. #
  25.  
  26.  
  27. color1 F9F966
  28. color2 FF7F50
  29. color3 87CEFF
  30. color4 7FFF00
  31. color5 87CEFA
  32. default_color Chartreuse
  33. default_outline_color Dark Cyan
  34. default_shade_color Dark Cyan
  35. alignment bottom_right
  36. background yes
  37. border_width 1
  38. cpu_avg_samples 2
  39. double_buffer yes
  40. draw_borders no
  41. draw_graph_borders yes
  42. draw_outline no
  43. draw_shades no
  44. gap_x 25
  45. gap_y 10
  46. minimum_size 330 10
  47. maximum_width 330
  48. max_specials 512
  49. max_user_text 65536
  50. max_port_monitor_connections 64
  51. net_avg_samples 2
  52. no_buffers yes
  53. out_to_console no
  54. own_window yes
  55. # ARGB can be used for real transparency, note that a composite manager is required for real transparency
  56. own_window_argb_visual true
  57. # Set the transparency alpha value from 0 to 255
  58. own_window_argb_value 0
  59. own_window_type desktop
  60. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  61. stippled_borders 1
  62. update_interval 2
  63. uppercase no
  64. use_spacer right
  65. use_xft yes
  66. xftalpha 0.8
  67. xftfont  Bitstream Vera Sans Mono:size=9
  68.  
  69. TEXT
  70. ${color1}Uptime:$color $uptime ${color1} Load:$color $loadavg
  71.  
  72. #${color1}CPU0:$color ${cpu cpu0}% ${cpubar cpu0 5,85}${alignr 10}${color2}${hwmon 0 temp 1}$alignr${color1}${cpugraph cpu0 32,120 104E8B FF7F50 -t}
  73. #${color1}CPU1:$color ${cpu cpu1}% ${cpubar cpu1 5,85}${alignr 10}${color2}${hwmon 2 temp 1}$alignr${color1}${cpugraph cpu1 32,120 104E8B FF7F50 -t}
  74. #${color1}CPU2:$color ${cpu cpu2}% ${cpubar cpu2 5,85}${alignr 10}${color2}${hwmon 3 temp 1}$alignr${color1}${cpugraph cpu2 32,120 104E8B FF7F50 -t}
  75. #${color1}CPU3:$color ${cpu cpu3}% ${cpubar cpu3 5,85}${alignr 10}${color2}${hwmon 1 temp 1}$alignr${color1}${cpugraph cpu3 32,120 104E8B FF7F50 -t}
  76. ${color1}CPU0:$color ${cpu cpu0}% ${color1}${cpugraph cpu0 20,100 104E8B FF7F50 -t} ${color1}CPU1:$color ${cpu cpu1}% ${color1}${cpugraph cpu1 20,100 104E8B FF7F50 -t}
  77. ${color1}CPU2:$color ${cpu cpu2}% ${color1}${cpugraph cpu2 20,100 104E8B FF7F50 -t} ${color1}CPU3:$color ${cpu cpu3}% ${color1}${cpugraph cpu3 20,100 104E8B FF7F50 -t}
  78. #${color1}Fan 1: ${color2}${hwmon 4 fan 1} RPM         ${color1}Fan 4: ${color2}${hwmon 4 fan 4} RPM
  79.  
  80. ${color1}RAM Usage:$color2 $mem/$memmax - $memperc% $membar
  81. ${color1}Swap Usage:$color3 $swap/$swapmax - $swapperc% ${swapbar}
  82. ${color1}Entropy:$color ${entropy_avail}/${entropy_poolsize} ${entropy_bar}
  83.  
  84.  
  85. ${color1}Disk I/O: $color${diskio} $alignr${color1}${diskiograph 32,155 104E8B FF7F50 -t 750}
  86. ${color2}/         ${fs_used /}/ ${fs_size /}${alignr}${fs_bar 5,120 /}
  87. ${color3}/home        ${fs_used /home}/ ${fs_size /home}${alignr}${fs_bar 5,120 /home}
  88.  
  89.  
  90. ${color1}NetDown :$color ${downspeed eth0} ${color1}        NetUp:$color ${upspeed eth0}
  91. ${color1}${downspeedgraph eth0 20,150 104E8B FF7F50 -t} $alignr${color1}${upspeedgraph eth0 20,150 104E8B FF7F50 -t}
  92. $color1$nodename     ${alignc}$sysname $kernel ${alignr}$color${time %d/%m/%Y %H:%M}
  93. #${color1}Top Processes:     PID    CPU%   MEM%
  94. #$color ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
  95. #$color ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
  96. #$color ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
  97. #$color ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
  98. #$color ${top name 3} ${top pid 5} ${top cpu 5} ${top mem 5}
  99. # Check for new email
  100. #${color1}harden@gsu.edu:$color     ${texeci 120  imapfilter -c /home/don/.imapfilter/harden.lua | cut -d\  -f5,5} unseen
  101. # Last few syslog messages
  102. #${execi 30 sudo  /Z/don/bin/conky_messg}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement