You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

41 lines
742 B

  1. # ~/.conkyrc
  2. #
  3. double_buffer yes
  4. background no
  5. use_xft yes
  6. xftfont DejaVu Sans Mono:size=10
  7. xftalpha 0.8
  8. update_interval 1.0
  9. total_run_times 0
  10. own_window yes
  11. own_window_type desktop
  12. own_window_transparent yes
  13. own_window_colour hotpink
  14. own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager
  15. minimum_size 200
  16. #maximum_text_width 2000
  17. draw_shades no
  18. draw_outline no
  19. draw_borders no
  20. stippled_borders 0
  21. border_width 1
  22. default_color green # slategrey
  23. default_shade_color lightgrey
  24. default_outline_color black
  25. alignment bottom_left
  26. gap_x 20
  27. gap_y 20
  28. no_buffers yes
  29. uppercase no
  30. format_human_readable yes
  31. TEXT
  32. ${color yellow}$$ tail -f -n 10 /var/log/everything.log
  33. ${color white}${tail /var/log/everything.log 10}
  34. ${time %b %_d %T}