Advertisement
mukasoneca

conky

Sep 15th, 2011
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. # Conky settings #
  2. background no
  3. ${image ~/.conky/.fundo.png -p 0,-15 -s 240x1024}
  4. update_interval 1
  5.  
  6.  
  7. cpu_avg_samples 2
  8. net_avg_samples 2
  9.  
  10. override_utf8_locale yes
  11.  
  12. double_buffer yes
  13. no_buffers yes
  14.  
  15. text_buffer_size 2048
  16. #imlib_cache_size 0
  17.  
  18. temperature_unit celsius
  19.  
  20. # Window specifications #
  21.  
  22. own_window yes
  23. own_window_type override
  24. own_window_transparent yes
  25. own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
  26.  
  27. border_inner_margin 0
  28. border_outer_margin 0
  29.  
  30. minimum_size 200 250
  31. maximum_width 200
  32.  
  33. alignment tr
  34. gap_x 35
  35. gap_y 55
  36.  
  37. # Graphics settings #
  38. draw_shades no
  39. draw_outline no
  40. draw_borders no
  41. draw_graph_borders no
  42.  
  43. # Text settings #
  44. use_xft yes
  45. xftfont caviar dreams:size=8
  46. xftalpha 0.5
  47.  
  48. uppercase no
  49.  
  50. temperature_unit celsius
  51.  
  52.  
  53. default_color FFFFFF
  54.  
  55. # Lua Load #
  56. lua_load ~/.lua/scripts/clock_rings.lua
  57. lua_draw_hook_pre clock_rings
  58.  
  59. TEXT
  60.  
  61. ${voffset 8}${color 339900}${font caviar dreams:size=16}${time %A}${font}${voffset -8}${alignr 50}${color FFFFFF}${font caviar dreams:size=38}${time %e}${font}
  62. ${color FFFFFF}${voffset -30}${color FFFFFF}${font caviar dreams:size=18}${time %b}${font}${voffset -3} ${color FFFFFF}${font caviar dreams:size=20}${time %Y}${font}${color 339900}${hr}
  63. ${voffset 140}${font caviar dreams:size=10}${alignr}São Paulo${font}
  64. ${font caviar dreams:size=12}${color FFFFFF}${alignr}${weather
  65. weather.noaa.gov/pub/data/observations/metar/stations/ SBSP temperature temperature 30} °C${font}
  66. ${image ~/.conky/linuxmint_main_logo.png -p 60,120 -s 81x27}
  67.  
  68. ${color FFFFFF}${goto 15}${voffset 35}${cpu cpu0}% ${cpu cpu1}%
  69. ${color 339900}${goto 20}CPU
  70. ${color FFFFFF}${goto 50}${voffset 23}${memperc}%
  71. ${color 339900}${goto 50}RAM
  72. ${color FFFFFF}${goto 75}${voffset 23}${swapperc}%
  73. ${color 339900}${goto 75}Swap
  74. ${color FFFFFF}${goto 100}${voffset 23}${fs_used_perc /}%
  75. ${color 339900}${goto 100}/
  76. ${color FFFFFF}${goto 125}${voffset 23}${fs_used_perc /home}%
  77. ${color 339900}${goto 125}Home
  78. ${color FFFFFF}${goto 150}${voffset 25}${downspeed eth0}
  79. ${color FFFFFF}${goto 150}${upspeed eth0}
  80. ${color 339900}${goto 150}Net
  81.  
  82. ${color FFFFFF}${font caviar dreams:size=8}Uptime: ${uptime_short}
  83. ${color FFFFFF}${font caviar dreams:size=8}Processes: ${processes}
  84. ${color FFFFFF}${font caviar dreams:size=8}Running: ${running_processes}
  85.  
  86. ${color 339900}${font caviar dreams:size=8}${alignr}${nodename}
  87. ${color 339900}${font caviar dreams:size=8}${alignr}${pre_exec cat /etc/issue.net} $machine
  88. ${color 339900}${font caviar dreams:size=8}${alignr}Kernel: ${kernel}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement