Advertisement
shubhp

Untitled

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