Advertisement
LeandroNKZ

Conkyrc

May 11th, 2013
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 4.47 KB | None | 0 0
  1. # Conkyrc
  2. # Criado por Leandro Nkz <http://www.vivaolinux.com.br/~leandro>
  3. # Dependências:
  4. #   Fontes:
  5. #       Forgotten Futurist: http://www.dafont.com/forgotten-futurist.font
  6. #       Samanata: http://va.mu/cUJE
  7. #       StyleBats: http://www.dafont.com/style-bats.font
  8. #       PizzaDude Bullets: http://www.dafont.com/pizzadude-bullets.font
  9. #       Weather: http://www.dafont.com/weather.font
  10. #       OpenLogos: http://www.dafont.com/openlogos.font
  11. #   Programas:
  12. #       hddtemp - Temperatura do HD
  13. #       BrWeather - Previsão do tempo:
  14. #       http://brweatherproject.blogspot.com/
  15. #       Script para caixa de entrada do Gmail:
  16. #           http://pastebin.com/GB5v3wnX
  17. #       curl (para o script de e-mail)
  18.  
  19. # -- Conky settings -- #
  20. background yes
  21. update_interval 2
  22.  
  23. cpu_avg_samples 1
  24. net_avg_samples 2
  25.  
  26. override_utf8_locale yes
  27.  
  28. double_buffer yes
  29. no_buffers yes
  30.  
  31. text_buffer_size 2048
  32. imlib_cache_size 4
  33.  
  34. # -- Window specifications -- #
  35.  
  36. # -- GNOME -- #
  37. #own_window yes
  38. #own_window_type override
  39. #own_window_transparent yes
  40. #own_window_hints undecorated,below,above,sticky,skip_taskbar,skip_pager
  41.  
  42. # -- Openbox -- #
  43. own_window yes
  44. own_window_transparent yes
  45. own_window_type desktop
  46. own_window_hints undecorated,below,above,sticky,skip_taskbar,skip_pager
  47.  
  48. # -- Alignment -- #
  49.  
  50. #alignment top_left
  51. alignment top_right
  52. #alignment bottom_left
  53. #alignment bottom_right
  54.  
  55. border_inner_margin 0
  56. border_outer_margin 1
  57.  
  58. minimum_size 200 350
  59. maximum_width 245
  60.  
  61. gap_x 10
  62. gap_y 0
  63.  
  64. # -- Graphics settings -- #
  65. draw_shades no
  66. draw_outline no
  67. draw_borders no
  68. draw_graph_borders no
  69.  
  70. # -- Text settings -- #
  71. use_xft yes
  72. xftfont Forgotten Futurist:size=10
  73. xftalpha 0.4
  74. uppercase no
  75. #use_spacer left
  76.  
  77. # -- Colors -- #
  78. color1 FFA000
  79. color2 C8C8C8
  80. default_color FFFFFF
  81. use_spacer none
  82. short_units yes
  83.  
  84.  
  85. TEXT
  86. ${font Samanata:size=16:style=bold}${alignc}Slackware 14.0${font}
  87. ${hr}
  88. #System
  89. ${font Samanata:size=13:style=bold}${alignc}${color2}Sistema${color}${font}
  90. ${font OpenLogos:size=15}t${font} ${color1}Kernel:${color}${alignr}${kernel}
  91. ${font StyleBats:size=10}q${font} ${color1}Uptime:${color}${alignr}${uptime_short}
  92. ${alignc}- - - - - - - - - - - - - - - - - - - - - - - - -
  93. ${color1}CPU${color}
  94.      ${font StyleBats:size=10}o${font} Uso:${alignr}${cpu 0}%
  95.       ${font Weather:size=15}x${font}  Temp:${alignr}${acpitemp}°C
  96.      ${font PizzaDude Bullets:size=10}x${font} Freq:${alignr}${freq 0}Ghz
  97. ${alignc}- - - - - - - - - - - - - - - - - - - - - - - - -
  98. ${color1}RAM${color}
  99.      ${font StyleBats:size=10}o${font} Uso:${alignr}${memperc}%
  100.      ${font PizzaDude Bullets:size=10}k${font} Qtde:${alignr}${mem}/${memmax}
  101. ${alignc}- - - - - - - - - - - - - - - - - - - - - - - - -
  102. ${color1}SWAP${color}
  103.      ${font StyleBats:size=10}o${font} Uso:${alignr}${swapperc}%
  104.      ${font PizzaDude Bullets:size=10}k${font} Qtde:${alignr}${swap}/${swapmax}
  105. ${alignc}- - - - - - - - - - - - - - - - - - - - - - - - -
  106. ${color1}HD${color}
  107.       ${font Weather:size=15}x${font}  Temp:${alignr}${hddtemp /dev/sda}°C
  108.      ${font PizzaDude Bullets:size=10}k${font} Uso:
  109.             /${alignr}${fs_used /}/${fs_size}
  110.             /home${alignr}${fs_used /home}/${fs_size /home}
  111.             /Leandro${alignr}${fs_used /media/Leandro}/${fs_size /media/Leandro}
  112. ${hr}
  113. #Network
  114. ${font Samanata:size=13:style=bold}${alignc}${color2}Rede${color}${font}
  115. ${color1}Download ${color}
  116.      ${font PizzaDude Bullets:size=10}U${font} Velocidade:${alignr}${downspeed eth0}
  117.      ${font PizzaDude Bullets:size=10}o${font} Total transferido:${alignr}${totaldown eth0}
  118. ${alignc}- - - - - - - - - - - - - - - - - - - - - - - - -
  119. ${color1}Upload${color}
  120.      ${font PizzaDude Bullets:size=10}O${font} Velocidade:${alignr}${upspeed eth0}
  121.      ${font PizzaDude Bullets:size=10}o${font} Total transferido:${alignr}${totalup eth0}
  122. ${alignc}- - - - - - - - - - - - - - - - - - - - - - - - -
  123. #Mail
  124. ${color1}E-mail:${color}${alignr}${execi 300 gmail --number}
  125. ${hr}
  126. #Weather
  127. ${font Samanata:size=13:style=bold}${alignc}${color2}Tempo${color}${font}
  128. ${color1}Cidade:${color}${alignr}${execi 500 brweather --option=city}
  129. ${color1}Condição:${color}${alignr}${execi 500 brweather --option=CNT}
  130. ${color1}Temperatura:${color}${alignr}${execi 500 brweather --option=TN}°C
  131. ${color1}Umidade:${color}${alignr}${execi 500 brweather --option=umid}%
  132. ${color1}Fase da Lua:${color}${alignr}${execi 3500 brweather --option=LUA1T}
  133. ${color1}Estação:${color}${alignr}${execi 500 brweather --seasons=1T}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement