Facebook
From ADAM, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 193
  1. #==============================================================================
  2. #                               conkyrc_seamod
  3. # Date    : 05/02/2012
  4. # Author  : SeaJey
  5. # Version : v0.1
  6. # License : Distributed under the terms of GNU GPL version 2 or later
  7. #
  8. # This version is a modification of conkyrc_lunatico wich is modification of conkyrc_orange
  9. #
  10. # conkyrc_orange:    http://gnome-look.org/content/show.php?content=137503&forumpage=0
  11. # conkyrc_lunatico:  http://gnome-look.org/content/show.php?content=142884
  12. #==============================================================================
  13.  
  14. background yes
  15. update_interval 1
  16.  
  17. cpu_avg_samples 1
  18. net_avg_samples 2
  19. temperature_unit celsius
  20.  
  21. double_buffer yes
  22. no_buffers yes
  23. text_buffer_size 2048
  24. override_utf8_locale yes
  25. use_xft yes
  26. xftfont caviar dreams:size=10
  27. xftalpha 0.5
  28. uppercase no
  29.  
  30. gap_x 20
  31. gap_y 70
  32. minimum_size 300 900
  33. maximum_width 350
  34.  
  35. own_window yes
  36. own_window_type normal
  37. own_window_transparent yes
  38. own_window_argb_visual yes
  39. own_window_argb_visual no
  40. own_window_colour 000000
  41. own_window_argb_value 0
  42. own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
  43.  
  44. border_inner_margin 0
  45. border_outer_margin 0
  46. alignment top_right
  47.  
  48. draw_shades no
  49. draw_outline no
  50. draw_borders no
  51. draw_graph_borders no
  52.  
  53. # Defining colors
  54. default_color FFFFFF
  55. # Shades of Gray
  56. color1 DDDDDD
  57. color2 AAAAAA
  58. color3 888888
  59. # Orange
  60. color4 EF5A29
  61. # Green
  62. color5 77B753
  63.  
  64. # Loading lua script for drawning rings
  65. lua_load ./seamod_rings.lua
  66. lua_draw_hook_post main
  67.  
  68. ## System information using conky capabilities
  69.  
  70. TEXT
  71. ${font Ubuntu:size=10,weight:bold}${color4}SYSTEM ${hr 2}
  72. ${offset 15}${font Ubuntu:size=10,weight:normal}${color1}$sysname $kernel
  73. ${offset 15}${font Ubuntu:size=10,weight:normal}${color1}$nodename
  74. ${offset 15}${font Ubuntu:size=10,weight:normal}${color1}Uptime: $uptime
  75.  
  76. # Showing CPU Graph
  77. ${voffset 20}
  78. ${offset 120}${cpugraph 40,183 666666 666666}${voffset -25}
  79. ${offset 90}${font Ubuntu:size=10,weight:bold}${color5}CPU
  80. # Showing TOP 5 CPU-consumers
  81. ${offset 105}${font Ubuntu:size=10,weight:normal}${color4}${top name 1}${alignr}${top cpu 1}%
  82. ${offset 105}${font Ubuntu:size=10,weight:normal}${color1}${top name 2}${alignr}${top cpu 2}%
  83. ${offset 105}${font Ubuntu:size=10,weight:normal}${color2}${top name 3}${alignr}${top cpu 3}%
  84. ${offset 105}${font Ubuntu:size=10,weight:normal}${color3}${top name 4}${alignr}${top cpu 4}%
  85. ${offset 105}${font Ubuntu:size=10,weight:normal}${color3}${top name 5}${alignr}${top cpu 5}%
  86.  
  87. #Showing memory part with TOP 5
  88. ${voffset 40}
  89. ${offset 90}${font Ubuntu:size=10,weight:bold}${color5}MEM
  90. ${offset 105}${font Ubuntu:size=10,weight:normal}${color4}${top_mem name 1}${alignr}${top_mem mem 1}%
  91. ${offset 105}${font Ubuntu:size=10,weight:normal}${color1}${top_mem name 2}${alignr}${top_mem mem 2}%
  92. ${offset 105}${font Ubuntu:size=10,weight:normal}${color2}${top_mem name 3}${alignr}${top_mem mem 3}%
  93. ${offset 105}${font Ubuntu:size=10,weight:normal}${color3}${top_mem name 4}${alignr}${top_mem mem 4}%
  94. ${offset 105}${font Ubuntu:size=10,weight:normal}${color3}${top_mem name 4}${alignr}${top_mem mem 5}%
  95.  
  96. # Showing disk partitions: root, home and Data
  97. ${voffset 28}
  98. ${offset 90}${font Ubuntu:size=10,weight:bold}${color5}DISKS
  99. ${offset 120}${diskiograph 33,183 666666 666666}${voffset -30}
  100. ${voffset 20}
  101. ${offset 15}${font Ubuntu:size=9,weight:bold}${color1}Free: ${font Ubuntu:size=9,weight:normal}${fs_free /}${alignr}${font Ubuntu:size=9,weight:bold}Used: ${font Ubuntu:size=9,weight:normal}${fs_used /}
  102. ${offset 15}${font Ubuntu:size=9,weight:bold}${color1}Free: ${font Ubuntu:size=9,weight:normal}${fs_free /home}${alignr}${font Ubuntu:size=9,weight:bold}Used: ${font Ubuntu:size=9,weight:normal}${fs_used /home}
  103. ${offset 15}${font Ubuntu:size=9,weight:bold}${color1}Free: ${font Ubuntu:size=9,weight:normal}${fs_free /media/Data}${alignr}${font Ubuntu:size=9,weight:bold}Used: ${font Ubuntu:size=9,weight:normal}${fs_used /media/Data}
  104.  
  105. # Network data (my desktop have only LAN). ETHERNET ring is mostly useless but looks pretty, main info is in the graphs
  106. ${voffset 43}
  107. ${offset 90}${font Ubuntu:size=10,weight:bold}${color5}ETHERNET
  108. ${voffset 40}            
  109. ${offset 15}${color1}${font Ubuntu:size=9,weight:bold}Up: ${alignr}${font Ubuntu:size=9,weight:normal}$color2${upspeed eth0} / ${totalup}
  110. ${offset 15}${upspeedgraph eth0 40,285 4B1B0C FF5C2B 100 -l}
  111. ${offset 15}${color1}${font Ubuntu:size=9,weight:bold}Down: ${alignr}${font Ubuntu:size=9,weight:normal}$color2${downspeed eth0} / ${totaldown}
  112. ${offset 15}${downspeedgraph eth0 40,285 324D23 77B753 100 -l}
  113.  
  114. ${color4}${hr 2}
  115.