Advertisement
dlm955

clock3conkyrc

Dec 2nd, 2011
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 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. # Check /usr/share/doc/conky-all
  8. #
  9. ##################################################################
  10. # Enjoy! :)
  11. #
  12.  
  13. ##############################################
  14. # Settings
  15. ##############################################
  16. background yes
  17. use_xft yes
  18. xftfont Nimbus Mono L:size=10
  19. xftalpha 1
  20. update_interval 1.0
  21. total_run_times 0
  22. own_window yes
  23. own_window_transparent yes
  24. ##############################################
  25. # Compositing tips:
  26. # Conky can play strangely when used with
  27. # different compositors. I have found the
  28. # following to work well, but your mileage
  29. # may vary. Comment/uncomment to suit.
  30. ##############################################
  31. ## no compositor
  32. #own_window_type override
  33. #own_window_argb_visual no
  34.  
  35. ## xcompmgr
  36. own_window_type override
  37. own_window_argb_visual yes
  38.  
  39. ## cairo-compmgr
  40. #own_window_type desktop
  41. #own_window_argb_visual yes
  42. ##############################################
  43. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  44. double_buffer yes
  45. minimum_size 200 0
  46. maximum_width 200
  47. draw_shades no
  48. draw_outline no
  49. draw_borders no
  50. draw_graph_borders no
  51. default_color 888888
  52. default_shade_color 222222
  53. default_outline_color 828282
  54. alignment top_left
  55. gap_x 20
  56. gap_y 10
  57. no_buffers yes
  58. uppercase no
  59. cpu_avg_samples 2
  60. override_utf8_locale yes
  61. short_units yes
  62. temperature_unit fahrenheit
  63. ##############################################
  64. # Output
  65. ##############################################
  66. ############## load Luas #####################
  67. lua_load ~/conky/lua/clock3.lua
  68. lua_draw_hook_pre draw_clock
  69.  
  70. lua_load ~/conky/lua/bargraph3.lua
  71. lua_draw_hook_post main_bars
  72. ##############################################
  73. TEXT
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87. ${color 00FFFF}${goto 44}${font Nimbus Mono L:size=20}${time %B}
  88. ${voffset -10}${goto 5}${font Mono:size=11}${color 00FFFF}${execpi 60 VinDSL_Cal_9=`date +%-d`; cal -h | sed -e 's/\r//g' -e 's/^/ /g' -e '1d' -e 's/\<'"$VinDSL_Cal_9"'\>/${color FF0000}&${color 00FFFF}/'}
  89.  
  90. ${voffset -20}${goto 50}${color 00FFFF}${font Nimbus Mono L:size=14}System Info${font}
  91.  
  92. ${alignc}CPU 0 temp: ${hwmon temp 1}°f
  93.  
  94. ${alignc}CPU 1 temp: ${hwmon temp 3}°f
  95.  
  96. ${alignc}CPU usage: ${cpu}%
  97.  
  98. ${alignc}Ram used: ${memperc}%
  99.  
  100. Ram used:$mem${alignr} Max:$memmax
  101. Hard drive info ${hr}
  102. HDD:${hddtemp /dev/sda}°f
  103. Used /: ${fs_used}-${fs_size}
  104.  
  105. Used /home: ${fs_used /home}-${fs_size /home}
  106.  
  107. Network eth0 ${hr}
  108. NET IP: ${pre_exec wget -qO - http://www.whatismyip.org}
  109. Router IP:${addr eth0}
  110. up: ${upspeed eth0}${alignr} TUp:${totalup}
  111.  
  112. down: ${downspeed eth0}${alignr}Tdn:${totaldown}
  113.  
  114. ${hr}
  115. ${alignc}${color 00FFFF}Current Weather${execi 600 bash ~/accuweather_conky_USA/accuw_USA_script}
  116.  
  117. ${font Nimbus Mono L:size=8}${alignc}${execpi 600 sed -n '1p' ~/accuweather_conky_USA/days}:
  118. ${goto 80}${font conkyweather:size=40}${execi 600 sed -n '6p' ~/accuweather_conky_USA/images}${font}
  119. ${alignc}High: ${execpi 600 sed -n '1p' ~/accuweather_conky_USA/temperatures}F Low: ${execpi 600 sed -n '2p' ~/accuweather_conky_USA/temperatures}F${font}
  120.  
  121. ${alignc}Weather Forecast
  122. ${font Nimbus Mono L:size=8}${alignc}${execpi 600 sed -n '2p' ~/accuweather_conky_USA/days}:
  123. ${goto 80}${font conkyweather:size=40}${execi 600 sed -n '7p' ~/accuweather_conky_USA/images}${font}
  124. ${alignc}High: ${execpi 600 sed -n '3p' ~/accuweather_conky_USA/temperatures}F Low: ${execpi 600 sed -n '4p' ~/accuweather_conky_USA/temperatures}F
  125. ${image ~/icons/crunchbang-logo.png -p 86,50 -s 28x28}
  126.  
  127.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement