Advertisement
Kimarite

myconky.rc - halfpack :)

Oct 25th, 2012
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. # conky configuration
  2. #
  3. # The list of variables has been removed from this file in favour
  4. # of keeping the documentation more maintainable.
  5. # Check http://conky.sf.net for an up-to-date-list.
  6. #
  7. # For ideas about how to modify conky, please see:
  8. # http://crunchbanglinux.org/forums/topic/59/my-conky-config/
  9. #
  10. # For help with conky, please see:
  11. # http://crunchbanglinux.org/forums/topic/2047/conky-help/
  12. #
  13. # Enjoy! :)
  14. ##############################################
  15. # Settings
  16. ##############################################
  17. background yes
  18. use_xft yes
  19. xftfont Sans:size=8
  20. xftalpha 1
  21. update_interval 1.0
  22. total_run_times 0
  23. own_window yes
  24. own_window_transparent yes
  25. ##############################################
  26. # Compositing tips:
  27. # Conky can play strangely when used with
  28. # different compositors. I have found the
  29. # following to work well, but your mileage
  30. # may vary. Comment/uncomment to suit.
  31. ##############################################
  32. ## no compositor
  33. own_window_type override
  34. own_window_argb_visual no
  35.  
  36. ## xcompmgr
  37. #own_window_type override
  38. #own_window_argb_visual yes
  39.  
  40. ## cairo-compmgr
  41. #own_window_type desktop
  42. #own_window_argb_visual yes
  43. ##############################################
  44. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  45. double_buffer yes
  46. minimum_size 200 200
  47. maximum_width 240
  48. draw_shades no
  49. draw_outline no
  50. draw_borders no
  51. draw_graph_borders no
  52. default_color white
  53. default_shade_color black
  54. default_outline_color white
  55. alignment top_right
  56. gap_x 12
  57. gap_y 12
  58. no_buffers yes
  59. uppercase no
  60. cpu_avg_samples 2
  61. override_utf8_locale yes
  62. ##############################################
  63. # Output
  64. ##############################################
  65. TEXT
  66. TIME\DATE:
  67. ${hr}
  68. Time:$alignr${time %H:%M:%S}
  69. Date:$alignr${time %Y %b. %d, %A}
  70.  
  71. SYSTEM INFO:
  72. ${hr}
  73. Host:$alignr$nodename
  74. Uptime:$alignr$uptime
  75. RAM:$alignr$mem/$memmax
  76. Swap usage:$alignr$swap/$swapmax
  77. Disk usage:$alignr${fs_used /}/${fs_size /}
  78. CPU usage:$alignr${cpu}%
  79. CPU frequency:$alignr${freq} Mhz
  80. CPU temperature:${alignr}${execi 30 sensors | tail -c 47 | head -c 4} Celsius
  81. HDD temperature:${alignr}${execi 30 hddtemp /dev/sda | tail -c 6 | head -c 2} Celsius
  82. Battery state:${alignr}${battery_percent}%
  83. Battery remaining:${alignr}${if_match ${battery_percent}==100}charged${else}${execi 10 acpi -a | head -n 1 | cut -d \, -f3}${endif}
  84. Master volume:${alignr}${execi 30 aumix -q | head -n 1 | cut -d \, -f2}%
  85.  
  86. NETWORK
  87. #${font Sans:bold:size=8}Hálózat${font}
  88. ${hr}
  89. Mobil
  90. Le: ${downspeed ppp0}${alignr}Fel: ${upspeed ppp0}
  91. ${color 0fc4e3}${downspeedgraph ppp0 25,80 0fc4e3 0fc4e3 580} ${alignr}${upspeedgraph ppp0
  92. 25,80 0fc4e3 0fc4e3 90}${color}
  93. ${totaldown ppp0}${alignr}${totalup ppp0}
  94. ${hr}
  95. ${font Sans:size=8}CPU${font}
  96. ${freq}MHz (${cpu cpu1}%)${alignr}${color 0fc4e3}${cpugauge 30,60}${color}
  97. ${hr}${if_gw}
  98. ${if_existing /proc/net/route wlan0}Local ip:$alignr${execi 3600 ifconfig | grep "inet addr" | tail -n 1 | head -c 33 | tail -c 13}
  99. External ip:$alignr${execi 3600 wget -O - http://whatismyip.org/ | tail}
  100. Wireless signal:$alignr${wireless_link_qual wlan0}%
  101. Download speed:$alignr ${downspeed ppp0}
  102. Upload speed:$alignr ${upspeed ppp0}${endif}${else}
  103. Not Connected${endif}
  104.  
  105. PROCESSES:
  106. ${hr}
  107. NAME PID CPU% MEM%
  108. ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
  109. ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
  110. ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
  111. ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
  112. ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
  113. ${top name 6} ${top pid 6} ${top cpu 6} ${top mem 6}
  114. ${top name 7} ${top pid 7} ${top cpu 7} ${top mem 7}
  115. ${top name 8} ${top pid 8} ${top cpu 8} ${top mem 8}
  116.  
  117. GMAIL:
  118. ${hr}
  119. #You have ${color3}${texeci 60 perl ~/scripts/gmail.pl n} ${color}new gmail(s).
  120.  
  121. WEATHER:
  122. ${hr}
  123. #${execi 120 ~/scripts/weather.sh}
  124.  
  125. ${hr}
  126. ${rss http://rss.messze.net/rss.php 2 item_titles 2}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement