Advertisement
Guest User

Conky (Openbox)

a guest
Apr 17th, 2012
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. #!/usr/bin/conky -d -c
  2. # The .conkyrc configuration for Conky-Joey
  3. alignment top_right
  4. background no
  5. cpu_avg_samples 2
  6. default_color 333333
  7.  
  8. double_buffer yes
  9. draw_borders no
  10. draw_graph_borders no
  11. draw_shades no
  12.  
  13. gap_x 20
  14. gap_y 10
  15. max_specials 1024
  16. max_user_text 10000
  17. maximum_width 1600
  18. minimum_size 300
  19. net_avg_samples 2
  20. no_buffers yes
  21. override_utf8_locale yes
  22. own_window yes
  23. own_window_transparent yes
  24. own_window_argb_visual yes
  25. own_window_type desktop
  26. own_window_class conky-semi
  27. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  28. pad_percents 2
  29. short_units yes
  30. stippled_borders 0
  31. text_buffer_size 8000
  32. total_run_times 0
  33. update_interval 1.0
  34. uppercase no
  35. use_spacer right
  36. use_xft yes
  37.  
  38. TEXT
  39. ${font Geosans Light:pixelsize=110:alignc}${time %I:%M %p}${font}
  40. ${font Zegoe Light:pixelsize=32}${time %A} I ${time %B %d, %Y}${font}
  41. ${font Zegoe Light:pixelsize=24}POWER: ${battery_percent BAT0}% CPU: ${cpu CPU0}% MEM: ${mem}${font}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement