i3_lemonbar_conky 686 B

123456789101112131415161718192021222324252627282930313233
  1. # Conky for external bar
  2. # out simple text to console
  3. background no
  4. update_interval 2
  5. total_run_times 0
  6. override_utf8_locale yes
  7. short_units yes
  8. uppercase no
  9. out_to_console yes
  10. out_to_x no
  11. if_up_strictness address
  12. format_human_readable true
  13. TEXT
  14. SYS\
  15. ${time %a %d %b %H:%M} \
  16. ${cpu} \
  17. ${memperc} \
  18. ${fs_used_perc /} \
  19. ${if_up wlan0}${downspeedf wlan0} ${upspeedf wlan0} \
  20. ${else}down down${endif} \
  21. ${if_up eth0}${downspeedf eth0} ${upspeedf eth0} \
  22. ${else}down down${endif} \
  23. ${if_up eth0}${addr eth0} \
  24. ${else}down${endif} \
  25. ${if_up wlan0}${addr wlan0} \
  26. ${else}down${endif} \
  27. ${hwmon tempf 1} \
  28. ${battery_percent BAT1} \
  29. ${battery_short BAT1} \
  30. ${wireless_link_qual_perc wlan0} \