Advertisement
Guest User

Untitled

a guest
Dec 17th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. #########################################################################################
  2. # Conky Theme : Infinity #
  3. # Created by : Harshit Yadav #
  4. # Version : 1.0 #
  5. # Feel Free to distribute #
  6. # For Installation Instrcutions See Read Me #
  7. ########################################################################################
  8.  
  9.  
  10. # Conky settings #
  11. background yes
  12. update_interval 1
  13.  
  14. cpu_avg_samples 2
  15. net_avg_samples 2
  16.  
  17. override_utf8_locale yes
  18.  
  19. double_buffer yes
  20. no_buffers yes
  21.  
  22. text_buffer_size 2048
  23. #imlib_cache_size 0
  24.  
  25. temperature_unit fahrenheit
  26.  
  27. # Window specifications #
  28.  
  29. own_window yes
  30. own_window_type override
  31. own_window_transparent yes
  32. own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
  33.  
  34. border_inner_margin 0
  35. border_outer_margin 0
  36.  
  37. ## This Resolution is set according to the sreen resolution of 1366x768
  38. ## Adjust Accoring to yours
  39.  
  40. minimum_size 800 560
  41. maximum_width 1366
  42.  
  43. alignment tr
  44. gap_x 10
  45. gap_y 55
  46.  
  47. # Graphics settings #
  48. draw_shades no
  49. draw_outline no
  50. draw_borders no
  51. draw_graph_borders no
  52.  
  53. # Text settings #
  54. use_xft yes
  55. xftfont caviar dreams:size=8
  56. xftalpha 0.5
  57.  
  58. uppercase no
  59.  
  60. temperature_unit celsius
  61.  
  62.  
  63. default_color FFFFFF
  64.  
  65. # Lua Load #
  66. lua_load ~/.lua/scripts/haunted.lua
  67. lua_draw_hook_pre clock_rings
  68.  
  69. ## Adjust these fields according to the your screen size i have modded them for 1366X768
  70.  
  71. TEXT
  72. ${offset 700}${color EAEAEA}${font GE Inspira:pixelsize=120}${time %H:%M}${font}${voffset -84}${voffset 10}${color FFA300}${font GE Inspira:pixelsize=42}${time %d} ${voffset -15}${color EAEAEA}${font GE Inspira:pixelsize=22}${time %B} ${time %Y}${font}${voffset 124}${font GE Inspira:pixelsize=58}${offset -800}${time %A}${font}
  73. ${offset 720}${voffset -100}${font Ubuntu:pixelsize=10}${color FFA300}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color FFA300}RAM ${offset 9}$color$mem / $memmax${offset 30}${color FFA300}CPU ${offset 9}$color${cpu cpu0}%
  74. ${voffset 10}${offset 270}${color 2c2c2c}${hr 4}
  75. ${image ~/.conky/rev-eng.png}
  76.  
  77.  
  78. ${offset 130}${voffset 222}${font Santana:size=9:style=Bold}root : ${font Santana:size=9}${fs_used /}/${fs_size /}
  79. ${offset 130}${voffset 10}${font Santana:size=9:style=Bold}home: ${font Santana:size=9}${fs_used /home/Rev-Eng/Solaris}/${fs_size /home/Rev-Eng/Solaris}$font
  80. ${offset 120}${voffset 12}${color ffffff}${font Santana:size=9:style=Bold}swap: ${font Santana:size=8} ${swap} / ${swapfree}$font
  81. ${offset 570}${voffset -110} ${color EAEAEA}Linux ${kernel} kernel
  82. ${offset 570}${voffset 5} Uptime :${uptime}
  83. ${offset 825}${voffset -80}${color ffffff}${font Santana:size=10:style=Bold}${exec whoami}@${nodename}
  84. ${offset 825}${voffset 0}${color ffffff}${font Santana:size=8}${top name 5} ${top mem 5}
  85.  
  86.  
  87.  
  88.  
  89. ${offset 680}${voffset 130}${color ffffff}${font Santana:size=8}IP Address :${addr }
  90. ${offset 705}${voffset 10}${color ffffff}${font Santana:size=8}Down :${downspeed } k/s ${offset 8}Up:${upspeed } k/s
  91. ${offset 703}${voffset 10}${color ffffff}${font Santana:size=8}TCP Connections: ${tcp_portmon 1 65535 count}
  92. ${offset 680}${voffset 10}${color ffffff}${font Santana:size=8}Speed Graph :
  93. ${offset 680}${voffset -10}${color ffffff}${font Santana:size=8}${color #000000}${downspeedgraph 32,150 000000 ffffff} ${color #000000}${upspeedgraph 32,150 000000 ffffff}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement