1. # no output in X (with vanilla conky, not conky-cli)
  2. out_to_x no
  3. # print text to standard output
  4. out_to_console yes
  5. # run indefinitely
  6. total_run_times 0
  7. # update every 1 second
  8. update_interval 1
  9.  
  10. if_up_strictness address
  11. template0 ┆
  12.  
  13. # not really readable system info formating follows
  14. # preview:
  15. # 5% 5% ┆ 192.168.1.6: 0.0↓ ↑ 0.0 ┆ /:5GiB /home: 6GiB ┆ Sun 26/02 00:34
  16. TEXT
  17. ${cpu cpu0}% \
  18. ${cpu cpu1}% \
  19. $template0 \
  20. ${addr eth0}: \
  21. ${if_up eth0}\
  22. ${downspeedf eth0} ↓ \
  23. ↑ ${upspeedf eth0} \
  24. $endif\
  25. $template0 \
  26. /: ${fs_free /} /home: ${fs_free /home} \
  27. $template0 \
  28. ${time %a %d/%m %R}\