daily pastebin goal
72%
SHARE
TWEET

conky

V3NG3NC3 Jul 5th, 2012 13 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. # Create own window instead of using desktop (required in nautilus)
  3. own_window yes
  4. own_window_hints undecorated,below,skip_taskbar,skip_pager
  5. background yes
  6. own_window_transparent yes
  7.  
  8. # If own_window is yes, you may use type normal, desktop or overide
  9. own_window_type normal
  10.  
  11. # Use double buffering (reduces flicker, may not work for everyone)
  12. double_buffer yes
  13.  
  14. # Don't count buffers as used memory
  15. no_buffers
  16.  
  17. use_spacer right
  18. use_xft yes
  19. xftfont Terminus:size=10
  20. xftalpha 1
  21.  
  22. # Update interval in seconds
  23. update_interval 2.0
  24.  
  25. # Size of window
  26. minimum_size 130
  27. maximum_width 201
  28.  
  29. # Draw shades?
  30. draw_shades no
  31.  
  32. # Text stuff
  33. draw_outline yes
  34. draw_borders no
  35. draw_graph_borders yes
  36. uppercase no
  37.  
  38. # border margins
  39. border_margin 2
  40. stippled_borders 0
  41. border_width 1
  42.  
  43. # Default colors and also border colors
  44. default_color FFFFFF
  45. default_shade_color 5D009C
  46. default_outline_color 000000
  47.  
  48. # Text alignment, other possible values are commented
  49. #alignment top_left
  50. #alignment top_right
  51. alignment bottom_left
  52. #alignment bottom_right
  53.  
  54. # Gap between borders of screen and text
  55. gap_x 5
  56. gap_y 0
  57.  
  58. override_utf8_locale no
  59.  
  60. # stuff after 'TEXT' will be formatted on screen
  61.  
  62. TEXT
  63.  
  64. ${color #A548CC}Date:${color}${font size=11}    ${time %a %e %b %G}${font}
  65. ${color #A548CC}Time:${color}${font size=11}      ${time %I:%M:%p}${font}
  66. ${color #A548CC}Uptime:${color}    ${uptime}
  67. ${color #A548CC}Kernel:${color}      ${exec uname -r|cut -b1-9}
  68. ${color #A548CC}Temp:${color}       ${acpitemp}C / ${acpitempf}F
  69. ${color #A548CC}CPU:${color}         ${freq_g}GHz  (${cpu}%)
  70.  
  71. ${color #A548CC}Highest CPU:
  72. ${color red}${top name 1}${top_mem cpu 1}
  73. ${color}${top name 2}${top cpu 2}
  74. ${color}${top name 3}${top cpu 3}
  75. ${color}${top name 4}${top cpu 4}
  76.  
  77. ${color #A548CC}Highest MEM:
  78. ${color red}${top_mem name 1}${top_mem mem 1}
  79. ${color}${top_mem name 2}${top_mem mem 2}
  80. ${color}${top_mem name 3}${top_mem mem 3}
  81. ${color}${top_mem name 4}${top_mem mem 4}
  82.  
  83. ${color #A548CC}MEM:   ${membar 3,100}${alignr}(${memperc}%)
  84. ${color}${mem} / ${memmax}  
  85. ${color #A548CC}SWAP: ${swapbar 3,100}${alignr}(${swapperc}%)
  86. ${color}${swap} / ${swapmax}
  87.  
  88. ${color #A548CC}ROOT:  ${fs_bar 3,100 /}${alignr}(${fs_free_perc /}%)
  89. ${color}${fs_used /}/ ${fs_size /}
  90. ${color #A548CC}HOME: ${fs_bar 3,100 /home}${alignr}(${fs_free_perc /home}%)
  91. ${color}${fs_used /home}/ ${fs_size /home}
  92. ${color #A548CC}BOOT:  ${fs_bar 3,100 /boot}${alignr}(${fs_free_perc /boot}%)
  93. ${color}${fs_used /boot}/ ${fs_size /boot}
  94.  
  95. ${if_running audacious}${color #A548CC}Now Playing:
  96. ${color #A548CC}Artist:${color}  ${exec audtool --current-song-tuple-data artist}
  97. ${color #A548CC}Song:${color}  ${exec audtool --current-song-tuple-data title}
  98. ${color #A548CC}Length: ${color}  ${exec audtool --current-song-output-length} / ${exec audtool --current-song-length}
  99. ${color #A548CC}${execbar expr 100 \* $(audtool --current-song-output-length-seconds) \/ $(audtool --current-song-length-seconds)}
  100. $endif
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top