Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. print_info() {
  2. echo
  3. info title
  4. info underline
  5.  
  6. info "Kernel" kernel
  7. info "Uptime" uptime
  8. info "CPU" cpu
  9. info "CPU Usage" cpu_usage
  10. info "Memory" memory
  11. info "Disk" disk
  12. info "Users" users
  13.  
  14. info cols
  15. }
  16.  
  17. kernel_shorthand="on"
  18. distro_shorthand="off"
  19. os_arch="on"
  20. uptime_shorthand="off"
  21. memory_percent="on"
  22. package_managers="on"
  23. shell_path="off"
  24. shell_version="on"
  25. speed_type="bios_limit"
  26. speed_shorthand="on"
  27. cpu_brand="on"
  28. cpu_speed="on"
  29. cpu_cores="logical"
  30. cpu_temp="C"
  31. gpu_brand="on"
  32. gpu_type="all"
  33. refresh_rate="off"
  34. gtk_shorthand="off"
  35. gtk2="off"
  36. gtk3="off"
  37. public_ip_host="http://ident.me"
  38. public_ip_timeout=2
  39. disk_show=('/')
  40. disk_subtitle="mount"
  41. music_player="auto"
  42. song_format="%artist% - %album% - %title%"
  43. song_shorthand="off"
  44. mpc_args=()
  45. colors=(distro)
  46. bold="on"
  47. underline_enabled="on"
  48. underline_char="-"
  49. separator=":"
  50. block_range=(0 15)
  51. color_blocks="off"
  52. block_width=2
  53. block_height=1
  54. bar_char_elapsed="#"
  55. bar_char_total="-"
  56. bar_border="on"
  57. bar_length=15
  58. bar_color_elapsed="distro"
  59. bar_color_total="distro"
  60. cpu_display="barinfo"
  61. memory_display="barinfo"
  62. battery_display="barinfo"
  63. disk_display="barinfo"
  64. image_backend="chafa"
  65. image_source="/my/path/to/phoenix.png"
  66. ascii_distro="auto"
  67. ascii_colors=(distro)
  68. ascii_bold="on"
  69. image_loop="off"
  70. thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
  71. crop_mode="normal"
  72. crop_offset="center"
  73. image_size="450px"
  74. gap=-173
  75. yoffset=0
  76. xoffset=0
  77. background_color=
  78. stdout="off"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement