config.conf 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. print_info() {
  2. info title
  3. info underline
  4. info "OS" distro
  5. info "Host" model
  6. info "Kernel" kernel
  7. info "Uptime" uptime
  8. info "Packages" packages
  9. info "Shell" shell
  10. info "Resolution" resolution
  11. info "DE" de
  12. info "Terminal" term
  13. info "Terminal Font" term_font
  14. info "CPU" cpu
  15. info "Memory" memory
  16. info "CPU Usage" cpu_usage
  17. info "Disk" disk
  18. info "Battery" battery
  19. info "Font" font
  20. # info "Local IP" local_ip
  21. # info "Public IP" public_ip
  22. info "Users" users
  23. info "Locale" locale # This only works on glibc systems.
  24. info cols
  25. }
  26. kernel_shorthand="off"
  27. distro_shorthand="off"
  28. os_arch="on"
  29. uptime_shorthand="off"
  30. memory_percent="off"
  31. package_managers="on"
  32. shell_path="off"
  33. shell_version="on"
  34. speed_type="bios_limit"
  35. speed_shorthand="off"
  36. cpu_brand="on"
  37. cpu_speed="on"
  38. cpu_cores="logical"
  39. cpu_temp="F"
  40. gpu_brand="on"
  41. gpu_type="all"
  42. refresh_rate="on"
  43. gtk_shorthand="off"
  44. gtk2="on"
  45. gtk3="on"
  46. public_ip_host="http://ident.me"
  47. public_ip_timeout=2
  48. disk_show=('/')
  49. disk_subtitle="mount"
  50. music_player="auto"
  51. song_format="%artist% - %album% - %title%"
  52. song_shorthand="off"
  53. mpc_args=()
  54. colors=(distro)
  55. bold="on"
  56. underline_enabled="on"
  57. underline_char="-"
  58. separator=":"
  59. block_range=(0 15)
  60. color_blocks="on"
  61. block_width=3
  62. block_height=1
  63. bar_char_elapsed="-"
  64. bar_char_total="="
  65. bar_border="on"
  66. bar_length=15
  67. bar_color_elapsed="distro"
  68. cpu_display="off"
  69. memory_display="off"
  70. battery_display="off"
  71. disk_display="off"
  72. #image_backend="kitty"
  73. #image_source=~/.config/neofetch/lfs.png
  74. ascii_distro="auto"
  75. ascii_colors=(distro)
  76. ascii_bold="on"
  77. #image_loop="off"
  78. thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
  79. crop_mode="fill"
  80. crop_offset="center"
  81. #image_size="auto"
  82. gap=3
  83. yoffset=0
  84. xoffset=0
  85. background_color=red
  86. stdout="off"