Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. background yes
  2. update_interval 1
  3.  
  4. cpu_avg_samples 2
  5. net_avg_samples 2
  6. temperature_unit celsius
  7.  
  8. double_buffer yes
  9. no_buffers yes
  10. text_buffer_size 2048
  11.  
  12. gap_x 0
  13. gap_y 30
  14. minimum_size 100 500
  15. maximum_width 100
  16. own_window yes
  17. own_window_type normal
  18. own_window_transparent yes
  19. own_window_class conky
  20. own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
  21. border_inner_margin 0
  22. border_outer_margin 0
  23. alignment tr
  24.  
  25. draw_shades no
  26. draw_outline no
  27. draw_borders no
  28. draw_graph_borders no
  29.  
  30. override_utf8_locale yes
  31. use_xft yes
  32. xftfont aller:size=8
  33. xftalpha 0.5
  34. uppercase no
  35.  
  36. default_color cccccc
  37. color2 00C9FF
  38.  
  39.  
  40. TEXT
  41. ${font Dingytwo:size=22}e$font${voffset -11} ${time %H}:${time %M}${voffset 15}
  42. ${font Dingytwo:size=22}D$font${voffset -11} ${time %d} ${time %B}${voffset 15}
  43. ${font Dingytwo:size=22}6$font${voffset -11} ${cpu cpu0}%${voffset 15}
  44. ${font Dingytwo:size=22}O$font${voffset -11} ${memperc}%${voffset 15}
  45. ${font Dingytwo:size=22}M$font${voffset -11} ${hwmon 0 temp 2}°C${voffset 15}
  46. ${font Dingytwo:size=22}5$font${voffset -11} ${upspeed enp3s0}${voffset 15}
  47. ${font Dingytwo:size=22}4$font${voffset -11} ${downspeed enp3s0}${voffset 15}
  48. ${font Dingytwo:size=22}W$font${voffset -11} ${fs_free_perc /home}%${voffset 15}
  49. ${font Dingytwo:size=22}J$font${voffset -11} ${fs_free_perc /}%${voffset 15}
  50. ${font Dingytwo:size=22}N$font${voffset -11} ${texeci 6000 pacman -Qu | wc -l} packages
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement