Advertisement
Guest User

conky

a guest
Dec 5th, 2013
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. # Basic Settings
  2.  
  3. background yes
  4. use_xft yes
  5. xftfont sans:size=11
  6. xftalpha 1
  7. update_interval 1.0
  8. total_run_times 0
  9. own_window yes
  10. own_window_transparent yes
  11. own_window_type override #desktop
  12. own_window_hints below,sticky,skip_taskbar,skip_pager
  13. double_buffer yes
  14. minimum_size 450 1
  15. maximum_width 600
  16. draw_shades no
  17. draw_outline no
  18. draw_borders no
  19. draw_graph_borders no
  20. default_color Black
  21. default_shade_color 000000
  22. default_outline_color d9d7d6
  23. alignment tr
  24. gap_x 5
  25. gap_y 5
  26. no_buffers yes
  27. uppercase no
  28. cpu_avg_samples 2
  29. override_utf8_locale yes
  30.  
  31. TEXT
  32. ${font sans:bold:size=12}${alignr}${color #008B8B}${time %e} ${color #BEBEBE}${time %B}${color #008B8B} ${time %Y}${color #BEBEBE} ${time %l:%M}${font sans:bold:size=10}${time %p}${voffset 1}
  33. #${color #BEBEBE}${hr 1}${voffset -4}
  34. ${font sans:bold:size=8}${alignr}${color #008B8B}CPU ${color #BEBEBE}${cpu cpu0}% - ${color #008B8B}RAM ${color #BEBEBE}$mem ${color #B22222} / ${color #BEBEBE}$memmax - ${color #008B8B}HD ${color #BEBEBE}$fs_used ${color #B22222} / ${color #BEBEBE} $fs_size${voffset 2}
  35. ${font sans:bold:size=8}${alignr}${color #008B8B}Battery ${color #BEBEBE}$battery_percent% - ${color #008B8B}Uptime ${color #BEBEBE}$uptime_short - ${color #008B8B}Desktop ${color #BEBEBE}$desktop${voffset 3}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement