Advertisement
flyinghappy

second_conky

Oct 5th, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. alignment top_left
  2. gap_x 60
  3. gap_y 0
  4. minimum_size 220 200
  5. maximum_width 1024
  6. own_window yes
  7. own_window_hints below,skip_pager,skip_taskbar,undecorated,sticky
  8. # transparency:
  9. own_window_argb_visual yes
  10. own_window_argb_value 0
  11. # font defaults:
  12. use_xft yes
  13. xftfont DroidSans:size=8
  14. xftalpha 0.9
  15. override_utf8_locale yes
  16.  
  17. ## NOTE: Other fonts can be called up during the TEXT formatting
  18. # these fonts are found through the normal path, or ~/.fonts
  19. # OpenLogos
  20.  
  21. ## images, buffering, shading
  22. imlib_cache_size 60
  23. double_buffer yes
  24. draw_shades no
  25. default_shade_color 777777
  26.  
  27. ## misc text formatting
  28. short_units yes
  29. pad_percents 0
  30. border_inner_margin 0
  31. uppercase no
  32. use_spacer right
  33.  
  34. ## outlines and borders
  35. draw_outline no
  36. draw_borders no
  37. draw_graph_borders no
  38. border_width 0
  39.  
  40. ## stdout/console printing
  41. out_to_ncurses no
  42. out_to_console no
  43.  
  44. ## process settings
  45. top_name_width 5
  46. #no_buffers yes
  47.  
  48. #### end config
  49.  
  50. #### Begin display information
  51. ## everything below 'TEXT' is drawn on screen
  52.  
  53. TEXT
  54. ${voffset 70}
  55. ${color white}/var/log/everything.log:
  56. ${color white}${exec tail -n10 /var/log/everything.log}
  57.  
  58. ${color white}dmesg:
  59. ${color green}${exec dmesg | tail -n10}
  60.  
  61. ${color white}/var/log/pacman.log:
  62. ${color blue}${exec tail -n10 /var/log/pacman.log}
  63.  
  64. ${color white}/var/log/daemon.log:
  65. ${color black}${exec tail -n10 /var/log/daemon.log}
  66.  
  67. ${color red}/var/log/errors.log:
  68. ${color red}${exec tail -n10 /var/log/errors.log}
  69.  
  70. ${color white}/var/log/auth.log:
  71. ${color yellow}${exec tail -n10 /var/log/auth.log}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement