Advertisement
discrust

conkyrc [1]

May 2nd, 2012 (edited)
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 2.12 KB | None | 0 0
  1. ####
  2. ## starting from scratch
  3. #  Conky config file .2conkyrc
  4. #  by Grae
  5. ##
  6.  
  7. ####
  8. ## begin setup config
  9. #  general startup settings
  10.  
  11. background yes
  12. update_interval 2.0
  13. text_buffer_size 1024
  14. total_run_times 0
  15.  
  16. ## screen setup:
  17. #  placement, sizing, font and color info
  18.  
  19. alignment top_left
  20. gap_x 130
  21. gap_y 15
  22. minimum_size 220 0
  23. maximum_width 1850
  24. own_window yes
  25. own_window_hints below,skip_pager,skip_taskbar,undecorated,sticky
  26. # transparency:
  27. own_window_argb_visual yes
  28. own_window_argb_value 0
  29. # font defaults:
  30. use_xft yes
  31. xftfont LiberationMono:size=8
  32. xftalpha 0.9
  33. override_utf8_locale yes
  34.  
  35. ## NOTE: Other fonts can be called up during the TEXT formatting
  36. #  these fonts are found through the normal path, or ~/.fonts
  37. #  OpenLogos
  38.  
  39. ## images, buffering, shading
  40. imlib_cache_size 60
  41. double_buffer yes
  42. draw_shades no
  43. default_shade_color 777777
  44.  
  45. ## misc text formatting
  46. short_units yes
  47. pad_percents 0
  48. border_inner_margin 0
  49. uppercase no
  50. use_spacer right
  51.  
  52. ## outlines and borders
  53. draw_outline no
  54. draw_borders no
  55. draw_graph_borders no
  56. border_width 0
  57.  
  58. ## stdout/console printing
  59. out_to_ncurses no
  60. out_to_console no
  61.  
  62. ## process settings
  63. top_name_width 5
  64. #no_buffers yes
  65.  
  66. #### end config
  67.  
  68. #### Begin display information
  69. ## everything below 'TEXT' is drawn on screen
  70.  
  71. TEXT
  72. $alignc${color #a0a0a0}UpTime: ${color #7b7b7b}$uptime \
  73. ${color #a0a0a0}Kernel: ${color #7b7b7b}$kernel \
  74. ${color #a0a0a0}Load: ${color #7b7b7b}$loadavg \
  75. ${color #a0a0a0}Processes: ${color #7b7b7b}$processes \
  76. ${color #a0a0a0}MEM: ${color #7b7b7b} $memperc% $mem/$memmax \
  77. ${color #a0a0a0}ROOT: ${color #7b7b7b}${fs_free /}/${fs_size /} \
  78. ${color #a0a0a0}HOME: ${color #7b7b7b}${fs_free /home}/${fs_size /home} \
  79. ${color #a0a0a0}HDD: ${color #7b7b7b}${fs_free /mnt/dysk2}/${fs_size /mnt/dysk2} \
  80. ${color #a0a0a0}NET: \
  81. ${color #a0a0a0}Up: ${color #7b7b7b}${upspeed eth0} k/s \
  82. ${color #a0a0a0}Down: ${color #7b7b7b}${downspeed eth0}k/s${color}
  83. $alignc${color #a0a0a0}♫ MPD: ${color #7b7b7b}$mpd_artist ${color #7b7b7b}- ${color #7b7b7b}$mpd_title ${color #7b7b7b}- ${color #7b7b7b}($mpd_album) ${offset 5}${color #7b7b7b}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement