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 line
714 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 override
  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. draw_shades no
  17. draw_outline no
  18. draw_borders no
  19. stippled_borders 0
  20. border_width 1
  21. default_color green # slategrey
  22. default_shade_color lightgrey
  23. default_outline_color black
  24. alignment bottom_left
  25. gap_x 20
  26. gap_y 20
  27. no_buffers yes
  28. uppercase no
  29. format_human_readable yes
  30. TEXT
  31. ${color yellow}$$ tail -f /var/log/everything.log
  32. ${color white}${tail /var/log/everything.log 30}
  33. ${time %b %d %T}