Advertisement
Guest User

Conkyrc by TheHebes

a guest
Dec 16th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. background no
  2. use_xft yes
  3. xftfont Bitstream Vera Sans Mono:size=10
  4. xftalpha 0.8
  5. update_interval 1
  6. total_run_times 0
  7. text_buffer_size 512
  8.  
  9. #Own Window
  10. own_window yes
  11. own_window_argb_visual yes
  12. own_window_argb_value 0
  13. own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager
  14.  
  15.  
  16.  
  17. double_buffer yes
  18. draw_shades yes
  19. draw_outline no
  20. draw_borders no
  21. draw_graph_borders yes
  22. stippled_borders 8
  23. border_margin 4
  24. border_width 4
  25. default_color white
  26.  
  27. #Window
  28. alignment top_left
  29. gap_x 0
  30. gap_y 620
  31. minimum_size 900 0
  32. #maximum_width 301
  33.  
  34.  
  35. no_buffers yes
  36. uppercase no
  37. cpu_avg_samples 2
  38. net_avg_samples 2
  39. override_utf8_locale no
  40. if_up_strictness link
  41.  
  42. TEXT
  43. ${offset 70}${time}
  44. ${offset 90} ${execi 1 acpi -t | grep "Thermal 0" | cut -c16-19} Celsius
  45.  
  46.  
  47.  
  48. ${voffset 0}Core \#1 --> ${cpu cpu0}%
  49. Core \#2 --> ${cpu cpu1}%
  50. Core \#3 --> ${cpu cpu2}%
  51. ${offset 258}${voffset -15}${battery_percent BAT1}% Charge (${battery_time BAT1})
  52. ${loadgraph 20,250} ${battery_bar 20,250 BAT1} ${voffset -12}${if_up wlan0}WLAN0: ${addr wlan0}$endif ${if_up eth0}ETH0: ${addr eth0}$endif ${if_up wlan1}WLAN1: ${addr wlan1} $endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement