RcrdBrt

Untitled

Jan 21st, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 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_argb_visual true
  22. own_window_argb_value 0
  23. own_window_type dekstop
  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 farenheight
  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. ${voffset 8}${color FF6600}${font caviar dreams:size=16}${time %A}${font}${voffset -8}${alignr 50}${color FFFFFF}${font caviar dreams:size=36}${time %e}${font}
  61. ${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}
  62. ${voffset 150}${alignr}${color FF6600}${goto 50}${font caviar dreams:size=12} ${time %H}:${time %M}:${time %S}
  63. ${font caviar dreams:size=8}
  64. ${color FFFFFF}${goto 25}${voffset 40}${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}${fs_used_perc /}%
  69. ${color FF6600}${goto 75}Disk
  70. ${color FFFFFF}${goto 100}${voffset 23}${downspeed wlan0}
  71. ${color FFFFFF}${goto 100}${upspeed wlan0}
  72. ${color FF6600}${goto 100}Net
  73.  
  74.  
  75. ${color FFFFFF}Battery
  76. ${color FF6600}${execbar cat /sys/class/power_supply/BAT0/capacity}
  77.  
  78. ${color FFFFFF}${font caviar dreams:size=8}Uptime: ${uptime_short}
  79. ${color FFFFFF}${font caviar dreams:size=8}Processes: ${processes}
  80. ${color FF6600}${font caviar dreams:size=8}Process $alignr PID CPU Mem
  81. ${color FFFFFF}${font caviar dreams:size=8}${top name 1}$alignr${top pid 1}${top cpu 1}${top mem 1}
  82. ${color FFFFFF}${font caviar dreams:size=8}${top name 2}$alignr${top pid 2}${top cpu 2}${top mem 2}
  83. ${color FFFFFF}${font caviar dreams:size=8}${top name 3}$alignr${top pid 3}${top cpu 3}${top mem 3}
  84. ${color FFFFFF}${font caviar dreams:size=8}${top name 4}$alignr${top pid 4}${top cpu 4}${top mem 4}
  85. ${color FFFFFF}${font caviar dreams:size=8}${top name 5}$alignr${top pid 5}${top cpu 5}${top mem 5}
  86.  
  87. ${color FF6600}${font caviar dreams:size=8}${alignr}Kernel: ${kernel}
Advertisement
Add Comment
Please, Sign In to add comment