Advertisement
BoredOOMM

conkyrcvertcal

Dec 8th, 2011
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. # .conkyrc - Edited from various examples across the 'net
  2. # Used by VastOne on #!
  3.  
  4. # Create own window instead of using desktop (required in nautilus)
  5. own_window yes
  6. own_window_type desktop #specify type normal, desktop, dock, panel or override (default: normal)
  7. own_window_transparent no
  8. own_window_hints below,sticky,skip_taskbar,skip_pager#undecorated,
  9.  
  10. # fiddle with window
  11. use_spacer right
  12.  
  13. # Use Xft?
  14. use_xft yes
  15. xftfont Caviar Dreams Bold:size=15
  16. xftalpha 0.9
  17. text_buffer_size 4096
  18.  
  19. # Update interval in seconds
  20. update_interval 1
  21.  
  22. # This is the number of times Conky will update before quitting.
  23. # Set to zero to run forever.
  24. total_run_times 0
  25.  
  26. # Use double buffering (reduces flicker, may not work for everyone)
  27. double_buffer yes
  28.  
  29. # Minimum size of text area
  30. minimum_size 336 700
  31. maximum_width 336
  32. #maximum_width 1024
  33.  
  34. # Draw shades?
  35. draw_shades no
  36.  
  37. # Draw outlines?
  38. draw_outline no
  39.  
  40. # Draw borders around text
  41. draw_borders no
  42. own_window_argb_visual yes
  43. own_window_type normal
  44. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  45. own_window yes
  46. own_window_transparent yes
  47. own_window_class conky-semi
  48.  
  49. # Stippled borders?
  50. stippled_borders 0
  51.  
  52. # border margins
  53. # border_margin 0
  54.  
  55. # border width
  56. border_width 1
  57.  
  58. # Default colors and also border colors
  59. #default_color grey
  60. #color2=white
  61. # color3=grey
  62. #default_shade_color black
  63. #default_outline_color grey
  64. # own_window_colour 070809
  65.  
  66. # Text alignment, other possible values are commented
  67. ### Aligned position on screen: tl, tr, tm, bl, br, bm, ml, mr
  68. #alignment top_middle
  69. alignment top_left
  70. #alignment top_right
  71. #alignment bottom_left
  72. #alignment bottom_right
  73.  
  74. # Gap between borders of screen and text
  75. # same thing as passing -x at command line
  76. #gap_x 1
  77. #gap_y 694
  78.  
  79. # Subtract file system buffers from used memory?
  80. no_buffers yes
  81.  
  82. # set to yes if you want all text to be in uppercase
  83. uppercase no
  84.  
  85. # number of cpu samples to average set to 1 to disable averaging
  86. cpu_avg_samples 2
  87.  
  88. # number of net samples to average
  89. # set to 1 to disable averaging
  90. net_avg_samples 2
  91.  
  92. # Force UTF8? note that UTF8 support required XFT
  93. override_utf8_locale yes
  94.  
  95. # Add spaces to keep things from moving about? This only affects certain objects.
  96. use_spacer none
  97. ## ${color sky blue}${time %a %b %d %Y} ${color #dfdfdf}${time %I:%M}${time %P}
  98.  
  99.  
  100. lua_load /home/bkberger/Conky/LUA/vertcal.lua
  101. lua_draw_hook_pre cal
  102.  
  103. TEXT
  104.  
  105. ${TIME %T}
  106.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement