Advertisement
hubutm20

FjS-Conky

Jun 18th, 2011
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. background yes
  2. xftfont Zekton:size=7
  3. use_xft yes
  4. xftalpha 0.5
  5. update_interval 1.0
  6. total_run_times 0
  7. own_window yes
  8. own_window_type override
  9. own_window_transparent yes
  10. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  11. double_buffer yes
  12. draw_shades no
  13. draw_outline no
  14. draw_borders no
  15. draw_graph_borders no
  16. minimum_size 550 5
  17. maximum_width 220
  18. default_color ffffff
  19. default_shade_color black
  20. default_outline_color black
  21. alignment top_right
  22. gap_x 5
  23. gap_y 30
  24. no_buffers yes
  25. text_buffer_size 2048
  26. cpu_avg_samples 2
  27. override_utf8_locale yes
  28. uppercase no # set to yes if you want all text to be in uppercase
  29. use_spacer none
  30. # colours
  31. color1 ffffff
  32. # light blue
  33. color2 6892C6
  34. # orange
  35. color3 FC8820
  36. # green
  37. color4 78BF39
  38. # bright green
  39. color5 00ff00
  40. # dark blue
  41. color6 05004A
  42. # dark green
  43. color7 1F6800
  44. # black
  45. color8 000000
  46. #color9 yellow
  47. #color10 red
  48.  
  49. # -- Lua Load -- #
  50. # SET THE PATH TO THE SCRIPT HERE
  51. #lua_load ~/.ConkyRc/.bargraph.lua
  52. #lua_draw_hook_pre main_bars
  53.  
  54. #lua_load ~/.ConkyRc/.clock-dials.lua
  55. #lua_draw_hook_pre main_fig
  56.  
  57. #lua_load ~/.ConkyRc/.new-bg.lua
  58. #lua_draw_hook_pre draw_bg
  59.  
  60. #lua_load ~/.ConkyRc/.Sun&moon-position.lua
  61. #lua_draw_hook_pre draw_fig
  62.  
  63. TEXT
  64. ${voffset 34}${font Zekton:size=7}
  65. Kernel: $alignr$kernel - ${machine}
  66. Uptime: $alignr$uptime
  67. Procesos: ${alignr}$processes ($running_processes running)
  68. Carga: ${alignr}$loadavg
  69. ${color5}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'} ${alignr}(${cpu cpu0}%)
  70. ${cpubar 4 cpu0}${color}
  71. ${cpugraph cpu0 06ff00 ff0000 -t}
  72. ${color3}RAM ${alignr}$mem / $memmax ($memperc%)${color}
  73. ${membar 4}
  74. ${color3}SWAP ${color}${diskio /dev/sda1}${color3}${alignr}$swap / $swapmax ($swapperc%)${color}
  75. ${swapbar 4}
  76. ${color3}Consumo CPU ${alignr} CPU% MEM%${color}
  77. ${top name 1}$alignr${top cpu 1}${top mem 1}
  78. ${top name 2}$alignr${top cpu 2}${top mem 2}
  79. ${top name 3}$alignr${top cpu 3}${top mem 3}
  80. ${color3}Consumo MEM ${alignr} CPU% MEM%${color}
  81. ${top_mem name 1}$alignr${top_mem cpu 1}${top_mem mem 1}
  82. ${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}
  83. ${top_mem name 3}$alignr${top_mem cpu 3}${top_mem mem 3}
  84. ${font Zekton:style=Bold:size=8}${alignc}${color3}Sistema De Archivos${font Zekton:size=7}${color}
  85. ${color3}LinuxMint:${color4}${diskio /dev/sda2}${color3}${alignr}${fs_free /} / ${fs_size /}${color}
  86. ${color4}${fs_bar 4 /}${color}
  87. ${color3}Home:${color4}${diskio /dev/sda3}${color3}${alignr}${fs_free /home} / ${fs_size /home}${color}
  88. ${color4}${fs_bar 4 /home}${color}
  89. ${color3}Hdd1:${color2}${diskio /dev/sda5}${color}${goto 105}${hddtemp /dev/sda}°C${color3}${alignr}${fs_free /media/Hdd 1} / ${fs_size /media/Hdd 1}${color}
  90. ${color2}${fs_bar 4 /media/Hdd 1}${color}
  91. ${color3}Hdd2:${color2}${diskio /dev/sda6}${color3}${alignr}${fs_free /media/Hdd 2} / ${fs_size /media/Hdd 2}${color}
  92. ${color2}${fs_bar 4 /media/Hdd 2}${color}
  93. ${color3}Hdd3:${color2}${diskio /dev/sdb5}${color}${goto 105}${hddtemp /dev/sdb}°C${color3}${alignr}${fs_free /media/Hdd 3} / ${fs_size /media/Hdd 3}${color}
  94. ${color2}${fs_bar 4 /media/Hdd 3}${color}
  95. ${color3}Hdd4:${color2}${diskio /dev/sdb6}${color3}${alignr}${fs_free /media/Hdd4} / ${fs_size /media/Hdd4}${color}
  96. ${color2}${fs_bar 4 /media/Hdd4}${color}
  97. ${execpi .5 python ~/.ConkyRc/.byclock.py -m}${font}
  98. ${font Zekton:style=Bold:size=8}${goto 25}${time %H}${goto 105}${time %M}${goto 187}${time %S}${voffset 10}
  99. ${color3}${font Zekton:style=Bold:size=8}${alignc}Red Cableada${font}${color}${font Zekton:size=7}
  100. Descarga ${downspeed eth0} /s ${alignr}Subida ${upspeed eth0} /s
  101. ${downspeedgraph eth0 20,107 06ff00 ff0000 -t}${alignr}${upspeedgraph eth0 20,107 06ff00 ff0000 -t}${color}
  102. Total ${totaldown eth0} ${alignr}Total ${totalup eth0}${font}
  103. ${execpi 1800 conkyForecast --location=ROXX0040 --template=/home/hubutm20/.ConkyRc/.Hubu-conkyForecast.template}
  104. ${color6}${font Zekton:style=Bold:size=8}${execi 3600 wget -O - http://ip.tupeux.com | tail}${alignr}${addr eth0}${font}
  105. ${image ~/.ConkyRc/.linuxmint_main_logo.png -p -5,-10 -s 240x80}
  106. #${execp conkyExaile --template=/home/hubutm20/.ConkyRc/.conkyExaile.template}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement