Advertisement
Guest User

Untitled

a guest
Oct 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. conky.config = {
  2. alignment = 'top_right',
  3. background = true,
  4. color2 = '556064',
  5. cpu_avg_samples = 2,
  6. default_color = 'F9FAF9',
  7. double_buffer = true,
  8. font = 'Bitstream Vera Sans:size=8',
  9. draw_shades = false,
  10. gap_x = 25,
  11. gap_y = 25,
  12. minimum_width = 270,
  13. no_buffers = true,
  14. own_window = true,
  15. own_window_type = 'override',
  16. own_window_transparent = true,
  17. update_interval = 1.0,
  18. use_xft = true,
  19. }
  20.  
  21. conky.text = [[ ... ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement