Advertisement
vorron

.conkyrc

Sep 26th, 2013
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. # maintain spacing between certain elements
  2. #use_spacer yes
  3.  
  4. # set to yes if you want conky to be forked in the background
  5. background no
  6.  
  7. use_xft yes
  8.  
  9. # Xft font when Xft is enabled
  10. xftfont Play:size=10:weight=bold
  11.  
  12. # Text alpha when using Xft
  13. xftalpha 1
  14.  
  15. # Update interval in seconds
  16. update_interval 2.0
  17.  
  18. # Create own window instead of using desktop (required in nautilus)
  19. own_window yes
  20. own_window_type normal
  21. #own_window_class conky0
  22. own_window_transparent yes
  23. own_window_argb_visual yes
  24. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  25. #own_window_hints below,sticky,skip_taskbar,skip_pager
  26. # Use double buffering (reduces flicker, may not work for everyone)
  27. double_buffer yes
  28.  
  29.  
  30. # Minimum size of text area
  31. #minimum_size 5
  32.  
  33. # Draw shades?
  34. draw_shades no
  35.  
  36. # Draw outlines?
  37. draw_outline no
  38.  
  39. # Draw borders around text
  40. draw_borders no
  41.  
  42. # Default colors and also border colors, grey90 == #e5e5e5
  43. #default_color 404040
  44. #default_shade_color 373634
  45. #default_outline_color 373634
  46.  
  47. # Text alignment, other possible values are commented
  48. alignment top_left
  49. #alignment top_right
  50. #alignment bottom_left
  51. #alignment bottom_right
  52.  
  53. # Other
  54. maximum_width 1920
  55.  
  56. # Subtract file system buffers from used memory?
  57. no_buffers yes
  58.  
  59. #lua
  60. lua_load /home/vorron/Documents/conky/conky-shi.lua
  61. lua_draw_hook_post main
  62.  
  63. # stuff after 'TEXT' will be formatted on screen
  64. TEXT
  65. # Here must be something to make proper window size
  66. ${goto 2000}${voffset 1200}===Неllo world===
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement