Advertisement
Brutico

Conky

Jan 27th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. use_xft yes
  2. xftfont Droid Sans:bold:size=8
  3. xftalpha 0.1
  4. text_buffer_size 2048
  5. update_interval 1
  6. total_run_times 0
  7. own_window yes
  8. own_window_argb_visual yes
  9. own_window_transparent no
  10. own_window_type normal
  11. own_window_class conky-semi
  12. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  13. double_buffer yes
  14. minimum_size 1920 1
  15. maximum_width 1920
  16. draw_shades no
  17. draw_outline no
  18. draw_borders no
  19. stippled_borders 0
  20. # border_margin 5
  21. border_width 0
  22. default_color white
  23. #default_shade_color #AEB0AA
  24. #default_outline_color #AEB0AA
  25. own_window_colour #AEB0AA
  26. alignment top_middle
  27. #alignment top_left
  28. #alignment top_right
  29. #alignment bottom_left
  30. #alignment bottom_right
  31. gap_x 0
  32. gap_y 1063
  33. no_buffers yes
  34. uppercase no
  35. cpu_avg_samples 2
  36. net_avg_samples 2
  37. override_utf8_locale yes
  38. use_spacer none
  39. #lua_load ~/Scripts/draw_bg.lua
  40. #lua_draw_hook_pre draw_bg
  41.  
  42. TEXT
  43. ${font Droid Sans:bold:size=8} \
  44. ${offset 5}Linux: ${color #AEB0AA}${kernel} ${machine}${color}${offset 5}·${offset -5} \
  45. ${offset 5}CPU1: ${color #AEB0AA}${cpu cpu1}${offset 5}${color}CPU2: ${color #AEB0AA}${cpu cpu2}${color}${offset 5}·${offset -5} \
  46. ${offset 5}CPU3: ${color #AEB0AA}${cpu cpu3}${offset 5}${color}CPU4: ${color #AEB0AA}${cpu cpu4}${color}${offset 5}·${offset -5} \
  47. ${offset 5}CPU5: ${color #AEB0AA}${cpu cpu5}${offset 5}${color}CPU6: ${color #AEB0AA}${cpu cpu6}${color}${offset 5}·${offset -5} \
  48. ${offset 5}CPU7: ${color #AEB0AA}${cpu cpu7}${offset 5}${color}CPU8: ${color #AEB0AA}${cpu cpu8}${color}${offset 5}·${offset -5} \
  49. ${offset 5}${color}RAM: ${color #AEB0AA}$memperc%${color}${offset 5}·${offset -5} \
  50. ${offset 5}${color}Libre: ${color #AEB0AA}${memeasyfree}${color}${offset 5}·${offset -5} \
  51. ${offset 5}${color}Root: ${color #AEB0AA}${fs_used /}/${fs_size /}${color}${offset 5}·${offset -5} \
  52. ${offset 5}${color}Home: ${color #AEB0AA}${fs_used /home}/${fs_size /home}${color}${offset 5}·${offset -5} \
  53. ${offset 5}${color}Datos: ${color #AEB0AA}${fs_used /media/Datos}/${fs_size /media/Datos}${color}${offset 5}·${offset -5} \
  54. ${offset 5}${color}Actividad: ${color #AEB0AA}${uptime}${color}${offset 5}·${offset -5} \
  55. ${offset 5}${color}Su: ${color #AEB0AA}${upspeed enp10s0}${color}${offset 5}·${offset -5} \
  56. ${offset 5}${color}T. Su: ${color #AEB0AA}${totalup enp10s0}${color}${offset 5}·${offset -5} \
  57. ${offset 5}${color}De: ${color #AEB0AA}${downspeed enp10s0}${color}${offset 5}·${offset -5} \
  58. ${offset 5}${color}T. De: ${color #AEB0AA}${totaldown enp10s0}${color}${offset 5}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement