1. ################ STUFF... ################################################################################
  2. ## This .conkyrc is designed for 1024x768 resolution, so you may have to tweak it with other resolutions.
  3. ## Save this file as .conkyrc in your home folder.
  4. ## Font used ProFontWindows and can be found from http://www.dafont.com/secret-code.font
  5. ## Green and grey blocks that are used in the desktop thing, save them in place you want and change the paths.
  6. ##
  7. ## Weather:
  8. ## conky_rss.sh is modded version of this script:
  9. ## http://ubuntuforums.org/showpost.php?p=6993782&postcount=6354
  10. ## Remember to make it excutable.
  11. ## Feeds are from http://www.rssweather.com, choose your location and add the right rss feed
  12. ## in conky_weather file like this:
  13. ## ${execi 3600 ~/bin/conky/conky_rss.sh "http://www.rssweather.com/bin/conky/rss.php" 1 1 }
  14. ## change also the path to where you have saved your conky_rss.sh file.
  15.  
  16.  
  17. background yes
  18.  
  19. use_xft yes
  20. xftfont ohsnap:size=8
  21. xftalpha 1
  22.  
  23. update_interval 2
  24.  
  25. total_run_times 0
  26.  
  27. own_window yes
  28. own_window_transparent no
  29. own_window_type normal
  30. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  31. # own_window_argb_visual yes
  32. double_buffer yes
  33.  
  34. text_buffer_size 1024
  35.  
  36. minimum_size 1024 5
  37. maximum_width 1024
  38.  
  39. draw_shades no
  40. draw_outline no
  41. draw_borders no
  42. draw_graph_borders no
  43. stippled_borders 0
  44. border_inner_margin 2
  45. border_width 0
  46.  
  47. default_color 1D96D2
  48. default_shade_color 2D2D2D
  49. default_outline_color white
  50. own_window_colour 000000
  51.  
  52. alignment top_middle
  53. #alignment top_right
  54. #alignment bottom_left
  55. #alignment bottom_right
  56. #alignment bottom_middle
  57. #alignment none
  58.  
  59. gap_x 0
  60. gap_y 2
  61.  
  62. no_buffers yes
  63.  
  64. uppercase no
  65.  
  66. cpu_avg_samples 2
  67.  
  68. override_utf8_locale yes
  69.  
  70. TEXT
  71. ${alignc}${color 909090} Kernel: ${color}$kernel ${color 909090} CPU: ${color}${cpu cpu0}% @ ${hwmon temp 1}°C ${color 909090} Mem: ${color}${mem} / ${memmax} ${memperc}% ${color 909090} ${wireless_essid wlan0}${color} ${wireless_link_qual_perc wlan0}% -- ${gw_ip} ${color 909090} Local IP: ${color}${addr wlan0} ${color 909090} External IP: ${color}${execi 600 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g'}