Advertisement
dlm955

.calclockconkyrc

Feb 25th, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 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 yes
  34.  
  35. ## xcompmgr
  36. #own_window_type desktop
  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 undecorate, 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_right
  55. gap_x 20
  56. gap_y 50
  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 ~/lua/clock.lua
  68. lua_draw_hook_pre draw_clock
  69.  
  70. lua_load ~/lua/draw-bg.lua
  71. #lua_draw_hook_pre draw main
  72. #lua_draw_hook_pre draw_bg 15 0 0 0 0 0x000000 0.5
  73. ##############################################
  74. TEXT
  75. ${lua conky_draw_bg 15 0 0 0 0 0x000000 0.5}
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88. ${color 00FFFF}${goto 40}${font Mono:size=14}${time %B %Y}
  89. ${voffset 0}${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}/'}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement