You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

69 lines
1.7 KiB

  1. # ~/.conkyrc
  2. #
  3. double_buffer yes
  4. background no
  5. use_xft yes
  6. xftfont DejaVu Sans Mono:size=10
  7. xftalpha 0.8
  8. update_interval 1.0
  9. total_run_times 0
  10. own_window yes
  11. own_window_type override
  12. own_window_transparent yes
  13. own_window_colour hotpink
  14. own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager
  15. minimum_size 200
  16. draw_shades no
  17. draw_outline no
  18. draw_borders no
  19. stippled_borders 0
  20. border_width 1
  21. alignment top_right
  22. gap_x 20
  23. gap_y 50
  24. default_color green # slategrey
  25. default_shade_color lightgrey
  26. default_outline_color black
  27. color0 white
  28. color1 black
  29. color2 green
  30. no_buffers yes
  31. uppercase no
  32. format_human_readable yes
  33. TEXT
  34. ${color0}${alignr}${conky_build_arch}
  35. ${color0}${alignr}${execi 30000 whoami}@${nodename}
  36. ${color0}${hr}
  37. #${color2}host ${color1}:${color0} ${nodename}
  38. ${color2}uptm ${color1}:${color0} ${uptime}
  39. ${color2}lgin ${color1}:${color0} ${uptime}
  40. #${color2}os ${color1}:${color0} ${sysname} ${kernel}
  41. ${color0}${stippled_hr}
  42. ${color2}freq ${color1}:${color0} ${freq 1}Mhz | ${freq 2}Mhz
  43. ${color2}cpu ${color1}:${color0} ${cpu cpu0}% ${cpubar cpu0}
  44. #${color2}btry ${color1}:${color0} ${battery}
  45. #${color2}btime${color1}:${color0} ${battery_time}
  46. ${color0}${hr}
  47. ${color2}ram ${color1}:${color0} ${memperc}% ${membar}
  48. ${color2}swap ${color1}:${color0} None
  49. ${color0}${stippled_hr}
  50. ${color2}root ${color1}:${color0} ${fs_free /} ${fs_bar /}
  51. ${color2}/tmp ${color1}:${color0} ${fs_free /tmp} ${fs_bar /tmp}
  52. ${color0}${hr}
  53. ${color2}addr ${color1}:${color0} ${addr}
  54. ${color0}${stippled_hr}
  55. ${color2}down ${color1}:${color0} ${downspeed eth0}/s
  56. ${color #888888}${downspeedgraph eth0 ff0000 0000ff}
  57. ${color2}up ${color1}:${color0} ${upspeed eth0}/s
  58. ${color #888888}${upspeedgraph eth0 0000ff ff0000}
  59. ${color0}${hr}
  60. #${color0}${alignr}${execi 900 cal -1}