config.conf (17716B)
1 # See this wiki page for more info: 2 # https://github.com/dylanaraps/neofetch/wiki/Customizing-Info 3 print_info() { 4 info title 5 info underline 6 7 info "OS" distro 8 info "Host" model 9 info "Kernel" kernel 10 info "Uptime" uptime 11 info "Packages" packages 12 info "Shell" shell 13 info "Resolution" resolution 14 info "WM" wm 15 info "Theme" theme 16 info "Icons" icons 17 info "Terminal" term 18 info "Terminal Font" term_font 19 info "CPU" cpu 20 info "GPU" gpu 21 info "Memory" memory 22 23 # info "GPU Driver" gpu_driver # Linux/macOS only 24 # info "CPU Usage" cpu_usage 25 # info "Disk" disk 26 # info "Battery" battery 27 # info "Font" font 28 # info "Song" song 29 # [[ "$player" ]] && prin "Music Player" "$player" 30 # info "Local IP" local_ip 31 # info "Public IP" public_ip 32 # info "Users" users 33 # info "Locale" locale # This only works on glibc systems. 34 35 info cols 36 } 37 38 # Title 39 40 41 # Hide/Show Fully qualified domain name. 42 # 43 # Default: 'off' 44 # Values: 'on', 'off' 45 # Flag: --title_fqdn 46 title_fqdn="off" 47 48 49 # Kernel 50 51 52 # Shorten the output of the kernel function. 53 # 54 # Default: 'on' 55 # Values: 'on', 'off' 56 # Flag: --kernel_shorthand 57 # Supports: Everything except *BSDs (except PacBSD and PC-BSD) 58 # 59 # Example: 60 # on: '4.8.9-1-ARCH' 61 # off: 'Linux 4.8.9-1-ARCH' 62 kernel_shorthand="on" 63 64 65 # Distro 66 67 68 # Shorten the output of the distro function 69 # 70 # Default: 'off' 71 # Values: 'on', 'tiny', 'off' 72 # Flag: --distro_shorthand 73 # Supports: Everything except Windows and Haiku 74 distro_shorthand="off" 75 76 # Show/Hide OS Architecture. 77 # Show 'x86_64', 'x86' and etc in 'Distro:' output. 78 # 79 # Default: 'on' 80 # Values: 'on', 'off' 81 # Flag: --os_arch 82 # 83 # Example: 84 # on: 'Arch Linux x86_64' 85 # off: 'Arch Linux' 86 os_arch="on" 87 88 89 # Uptime 90 91 92 # Shorten the output of the uptime function 93 # 94 # Default: 'on' 95 # Values: 'on', 'tiny', 'off' 96 # Flag: --uptime_shorthand 97 # 98 # Example: 99 # on: '2 days, 10 hours, 3 mins' 100 # tiny: '2d 10h 3m' 101 # off: '2 days, 10 hours, 3 minutes' 102 uptime_shorthand="on" 103 104 105 # Memory 106 107 108 # Show memory pecentage in output. 109 # 110 # Default: 'off' 111 # Values: 'on', 'off' 112 # Flag: --memory_percent 113 # 114 # Example: 115 # on: '1801MiB / 7881MiB (22%)' 116 # off: '1801MiB / 7881MiB' 117 memory_percent="off" 118 119 120 # Packages 121 122 123 # Show/Hide Package Manager names. 124 # 125 # Default: 'tiny' 126 # Values: 'on', 'tiny' 'off' 127 # Flag: --package_managers 128 # 129 # Example: 130 # on: '998 (pacman), 8 (flatpak), 4 (snap)' 131 # tiny: '908 (pacman, flatpak, snap)' 132 # off: '908' 133 package_managers="on" 134 135 136 # Shell 137 138 139 # Show the path to $SHELL 140 # 141 # Default: 'off' 142 # Values: 'on', 'off' 143 # Flag: --shell_path 144 # 145 # Example: 146 # on: '/bin/bash' 147 # off: 'bash' 148 shell_path="off" 149 150 # Show $SHELL version 151 # 152 # Default: 'on' 153 # Values: 'on', 'off' 154 # Flag: --shell_version 155 # 156 # Example: 157 # on: 'bash 4.4.5' 158 # off: 'bash' 159 shell_version="on" 160 161 162 # CPU 163 164 165 # CPU speed type 166 # 167 # Default: 'bios_limit' 168 # Values: 'scaling_cur_freq', 'scaling_min_freq', 'scaling_max_freq', 'bios_limit'. 169 # Flag: --speed_type 170 # Supports: Linux with 'cpufreq' 171 # NOTE: Any file in '/sys/devices/system/cpu/cpu0/cpufreq' can be used as a value. 172 speed_type="bios_limit" 173 174 # CPU speed shorthand 175 # 176 # Default: 'off' 177 # Values: 'on', 'off'. 178 # Flag: --speed_shorthand 179 # NOTE: This flag is not supported in systems with CPU speed less than 1 GHz 180 # 181 # Example: 182 # on: 'i7-6500U (4) @ 3.1GHz' 183 # off: 'i7-6500U (4) @ 3.100GHz' 184 speed_shorthand="off" 185 186 # Enable/Disable CPU brand in output. 187 # 188 # Default: 'on' 189 # Values: 'on', 'off' 190 # Flag: --cpu_brand 191 # 192 # Example: 193 # on: 'Intel i7-6500U' 194 # off: 'i7-6500U (4)' 195 cpu_brand="on" 196 197 # CPU Speed 198 # Hide/Show CPU speed. 199 # 200 # Default: 'on' 201 # Values: 'on', 'off' 202 # Flag: --cpu_speed 203 # 204 # Example: 205 # on: 'Intel i7-6500U (4) @ 3.1GHz' 206 # off: 'Intel i7-6500U (4)' 207 cpu_speed="on" 208 209 # CPU Cores 210 # Display CPU cores in output 211 # 212 # Default: 'logical' 213 # Values: 'logical', 'physical', 'off' 214 # Flag: --cpu_cores 215 # Support: 'physical' doesn't work on BSD. 216 # 217 # Example: 218 # logical: 'Intel i7-6500U (4) @ 3.1GHz' (All virtual cores) 219 # physical: 'Intel i7-6500U (2) @ 3.1GHz' (All physical cores) 220 # off: 'Intel i7-6500U @ 3.1GHz' 221 cpu_cores="logical" 222 223 # CPU Temperature 224 # Hide/Show CPU temperature. 225 # Note the temperature is added to the regular CPU function. 226 # 227 # Default: 'off' 228 # Values: 'C', 'F', 'off' 229 # Flag: --cpu_temp 230 # Supports: Linux, BSD 231 # NOTE: For FreeBSD and NetBSD-based systems, you'll need to enable 232 # coretemp kernel module. This only supports newer Intel processors. 233 # 234 # Example: 235 # C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]' 236 # F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]' 237 # off: 'Intel i7-6500U (4) @ 3.1GHz' 238 cpu_temp="off" 239 240 241 # GPU 242 243 244 # Enable/Disable GPU Brand 245 # 246 # Default: 'on' 247 # Values: 'on', 'off' 248 # Flag: --gpu_brand 249 # 250 # Example: 251 # on: 'AMD HD 7950' 252 # off: 'HD 7950' 253 gpu_brand="on" 254 255 # Which GPU to display 256 # 257 # Default: 'all' 258 # Values: 'all', 'dedicated', 'integrated' 259 # Flag: --gpu_type 260 # Supports: Linux 261 # 262 # Example: 263 # all: 264 # GPU1: AMD HD 7950 265 # GPU2: Intel Integrated Graphics 266 # 267 # dedicated: 268 # GPU1: AMD HD 7950 269 # 270 # integrated: 271 # GPU1: Intel Integrated Graphics 272 gpu_type="all" 273 274 275 # Resolution 276 277 278 # Display refresh rate next to each monitor 279 # Default: 'off' 280 # Values: 'on', 'off' 281 # Flag: --refresh_rate 282 # Supports: Doesn't work on Windows. 283 # 284 # Example: 285 # on: '1920x1080 @ 60Hz' 286 # off: '1920x1080' 287 refresh_rate="off" 288 289 290 # Gtk Theme / Icons / Font 291 292 293 # Shorten output of GTK Theme / Icons / Font 294 # 295 # Default: 'off' 296 # Values: 'on', 'off' 297 # Flag: --gtk_shorthand 298 # 299 # Example: 300 # on: 'Numix, Adwaita' 301 # off: 'Numix [GTK2], Adwaita [GTK3]' 302 gtk_shorthand="off" 303 304 305 # Enable/Disable gtk2 Theme / Icons / Font 306 # 307 # Default: 'on' 308 # Values: 'on', 'off' 309 # Flag: --gtk2 310 # 311 # Example: 312 # on: 'Numix [GTK2], Adwaita [GTK3]' 313 # off: 'Adwaita [GTK3]' 314 gtk2="on" 315 316 # Enable/Disable gtk3 Theme / Icons / Font 317 # 318 # Default: 'on' 319 # Values: 'on', 'off' 320 # Flag: --gtk3 321 # 322 # Example: 323 # on: 'Numix [GTK2], Adwaita [GTK3]' 324 # off: 'Numix [GTK2]' 325 gtk3="on" 326 327 328 # IP Address 329 330 331 # Website to ping for the public IP 332 # 333 # Default: 'http://ident.me' 334 # Values: 'url' 335 # Flag: --ip_host 336 public_ip_host="http://ident.me" 337 338 # Public IP timeout. 339 # 340 # Default: '2' 341 # Values: 'int' 342 # Flag: --ip_timeout 343 public_ip_timeout=2 344 345 346 # Desktop Environment 347 348 349 # Show Desktop Environment version 350 # 351 # Default: 'off' 352 # Values: 'on', 'off' 353 # Flag: --de_version 354 de_version="off" 355 356 357 # Disk 358 359 360 # Which disks to display. 361 # The values can be any /dev/sdXX, mount point or directory. 362 # NOTE: By default we only show the disk info for '/'. 363 # 364 # Default: '/' 365 # Values: '/', '/dev/sdXX', '/path/to/drive'. 366 # Flag: --disk_show 367 # 368 # Example: 369 # disk_show=('/' '/dev/sdb1'): 370 # 'Disk (/): 74G / 118G (66%)' 371 # 'Disk (/mnt/Videos): 823G / 893G (93%)' 372 # 373 # disk_show=('/'): 374 # 'Disk (/): 74G / 118G (66%)' 375 # 376 disk_show=('/') 377 378 # Disk subtitle. 379 # What to append to the Disk subtitle. 380 # 381 # Default: 'mount' 382 # Values: 'mount', 'name', 'dir', 'none' 383 # Flag: --disk_subtitle 384 # 385 # Example: 386 # name: 'Disk (/dev/sda1): 74G / 118G (66%)' 387 # 'Disk (/dev/sdb2): 74G / 118G (66%)' 388 # 389 # mount: 'Disk (/): 74G / 118G (66%)' 390 # 'Disk (/mnt/Local Disk): 74G / 118G (66%)' 391 # 'Disk (/mnt/Videos): 74G / 118G (66%)' 392 # 393 # dir: 'Disk (/): 74G / 118G (66%)' 394 # 'Disk (Local Disk): 74G / 118G (66%)' 395 # 'Disk (Videos): 74G / 118G (66%)' 396 # 397 # none: 'Disk: 74G / 118G (66%)' 398 # 'Disk: 74G / 118G (66%)' 399 # 'Disk: 74G / 118G (66%)' 400 disk_subtitle="mount" 401 402 # Disk percent. 403 # Show/Hide disk percent. 404 # 405 # Default: 'on' 406 # Values: 'on', 'off' 407 # Flag: --disk_percent 408 # 409 # Example: 410 # on: 'Disk (/): 74G / 118G (66%)' 411 # off: 'Disk (/): 74G / 118G' 412 disk_percent="on" 413 414 415 # Song 416 417 418 # Manually specify a music player. 419 # 420 # Default: 'auto' 421 # Values: 'auto', 'player-name' 422 # Flag: --music_player 423 # 424 # Available values for 'player-name': 425 # 426 # amarok 427 # audacious 428 # banshee 429 # bluemindo 430 # clementine 431 # cmus 432 # deadbeef 433 # deepin-music 434 # dragon 435 # elisa 436 # exaile 437 # gnome-music 438 # gmusicbrowser 439 # gogglesmm 440 # guayadeque 441 # io.elementary.music 442 # iTunes 443 # juk 444 # lollypop 445 # mocp 446 # mopidy 447 # mpd 448 # muine 449 # netease-cloud-music 450 # pogo 451 # pragha 452 # qmmp 453 # quodlibet 454 # rhythmbox 455 # sayonara 456 # smplayer 457 # spotify 458 # strawberry 459 # tomahawk 460 # vlc 461 # xmms2d 462 # xnoise 463 # yarock 464 music_player="auto" 465 466 # Format to display song information. 467 # 468 # Default: '%artist% - %album% - %title%' 469 # Values: '%artist%', '%album%', '%title%' 470 # Flag: --song_format 471 # 472 # Example: 473 # default: 'Song: Jet - Get Born - Sgt Major' 474 song_format="%artist% - %album% - %title%" 475 476 # Print the Artist, Album and Title on separate lines 477 # 478 # Default: 'off' 479 # Values: 'on', 'off' 480 # Flag: --song_shorthand 481 # 482 # Example: 483 # on: 'Artist: The Fratellis' 484 # 'Album: Costello Music' 485 # 'Song: Chelsea Dagger' 486 # 487 # off: 'Song: The Fratellis - Costello Music - Chelsea Dagger' 488 song_shorthand="off" 489 490 # 'mpc' arguments (specify a host, password etc). 491 # 492 # Default: '' 493 # Example: mpc_args=(-h HOST -P PASSWORD) 494 mpc_args=() 495 496 497 # Text Colors 498 499 500 # Text Colors 501 # 502 # Default: 'distro' 503 # Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num' 504 # Flag: --colors 505 # 506 # Each number represents a different part of the text in 507 # this order: 'title', '@', 'underline', 'subtitle', 'colon', 'info' 508 # 509 # Example: 510 # colors=(distro) - Text is colored based on Distro colors. 511 # colors=(4 6 1 8 8 6) - Text is colored in the order above. 512 colors=(distro) 513 514 515 # Text Options 516 517 518 # Toggle bold text 519 # 520 # Default: 'on' 521 # Values: 'on', 'off' 522 # Flag: --bold 523 bold="on" 524 525 # Enable/Disable Underline 526 # 527 # Default: 'on' 528 # Values: 'on', 'off' 529 # Flag: --underline 530 underline_enabled="on" 531 532 # Underline character 533 # 534 # Default: '-' 535 # Values: 'string' 536 # Flag: --underline_char 537 underline_char="-" 538 539 540 # Info Separator 541 # Replace the default separator with the specified string. 542 # 543 # Default: ':' 544 # Flag: --separator 545 # 546 # Example: 547 # separator="->": 'Shell-> bash' 548 # separator=" =": 'WM = dwm' 549 separator=":" 550 551 552 # Color Blocks 553 554 555 # Color block range 556 # The range of colors to print. 557 # 558 # Default: '0', '15' 559 # Values: 'num' 560 # Flag: --block_range 561 # 562 # Example: 563 # 564 # Display colors 0-7 in the blocks. (8 colors) 565 # neofetch --block_range 0 7 566 # 567 # Display colors 0-15 in the blocks. (16 colors) 568 # neofetch --block_range 0 15 569 block_range=(0 15) 570 571 # Toggle color blocks 572 # 573 # Default: 'on' 574 # Values: 'on', 'off' 575 # Flag: --color_blocks 576 color_blocks="on" 577 578 # Color block width in spaces 579 # 580 # Default: '3' 581 # Values: 'num' 582 # Flag: --block_width 583 block_width=3 584 585 # Color block height in lines 586 # 587 # Default: '1' 588 # Values: 'num' 589 # Flag: --block_height 590 block_height=1 591 592 # Color Alignment 593 # 594 # Default: 'auto' 595 # Values: 'auto', 'num' 596 # Flag: --col_offset 597 # 598 # Number specifies how far from the left side of the terminal (in spaces) to 599 # begin printing the columns, in case you want to e.g. center them under your 600 # text. 601 # Example: 602 # col_offset="auto" - Default behavior of neofetch 603 # col_offset=7 - Leave 7 spaces then print the colors 604 col_offset="auto" 605 606 # Progress Bars 607 608 609 # Bar characters 610 # 611 # Default: '-', '=' 612 # Values: 'string', 'string' 613 # Flag: --bar_char 614 # 615 # Example: 616 # neofetch --bar_char 'elapsed' 'total' 617 # neofetch --bar_char '-' '=' 618 bar_char_elapsed="-" 619 bar_char_total="=" 620 621 # Toggle Bar border 622 # 623 # Default: 'on' 624 # Values: 'on', 'off' 625 # Flag: --bar_border 626 bar_border="on" 627 628 # Progress bar length in spaces 629 # Number of chars long to make the progress bars. 630 # 631 # Default: '15' 632 # Values: 'num' 633 # Flag: --bar_length 634 bar_length=15 635 636 # Progress bar colors 637 # When set to distro, uses your distro's logo colors. 638 # 639 # Default: 'distro', 'distro' 640 # Values: 'distro', 'num' 641 # Flag: --bar_colors 642 # 643 # Example: 644 # neofetch --bar_colors 3 4 645 # neofetch --bar_colors distro 5 646 bar_color_elapsed="distro" 647 bar_color_total="distro" 648 649 650 # Info display 651 # Display a bar with the info. 652 # 653 # Default: 'off' 654 # Values: 'bar', 'infobar', 'barinfo', 'off' 655 # Flags: --cpu_display 656 # --memory_display 657 # --battery_display 658 # --disk_display 659 # 660 # Example: 661 # bar: '[---=======]' 662 # infobar: 'info [---=======]' 663 # barinfo: '[---=======] info' 664 # off: 'info' 665 cpu_display="off" 666 memory_display="off" 667 battery_display="off" 668 disk_display="off" 669 670 671 # Backend Settings 672 673 674 # Image backend. 675 # 676 # Default: 'ascii' 677 # Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off', 678 # 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' 679 # Flag: --backend 680 image_backend="ascii" 681 682 # Image Source 683 # 684 # Which image or ascii file to display. 685 # 686 # Default: 'auto' 687 # Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/' 688 # 'command output (neofetch --ascii "$(fortune | cowsay -W 30)")' 689 # Flag: --source 690 # 691 # NOTE: 'auto' will pick the best image source for whatever image backend is used. 692 # In ascii mode, distro ascii art will be used and in an image mode, your 693 # wallpaper will be used. 694 image_source="auto" 695 696 697 # Ascii Options 698 699 700 # Ascii distro 701 # Which distro's ascii art to display. 702 # 703 # Default: 'auto' 704 # Values: 'auto', 'distro_name' 705 # Flag: --ascii_distro 706 # NOTE: AIX, Alpine, Anarchy, Android, Antergos, antiX, AOSC, 707 # Apricity, ArcoLinux, ArchBox, ARCHlabs, ArchStrike, 708 # XFerience, ArchMerge, Arch, Artix, Arya, Bedrock, Bitrig, 709 # BlackArch, BLAG, BlankOn, BlueLight, bonsai, BSD, 710 # BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS, 711 # Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, 712 # Condres, Container_Linux, CRUX, Cucumber, Debian, Deepin, 713 # DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary, 714 # EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD, 715 # FreeMiNT, Frugalware, Funtoo, GalliumOS, Gentoo, Pentoo, 716 # gNewSense, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, 717 # Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, 718 # Korora, KSLinux, Kubuntu, LEDE, LFS, Linux_Lite, 719 # LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, 720 # Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib, 721 # Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner, 722 # NuTyX, OBRevenge, OpenBSD, OpenIndiana, OpenMandriva, 723 # OpenWrt, osmc, Oracle, PacBSD, Parabola, Pardus, Parrot, 724 # Parsix, TrueOS, PCLinuxOS, Peppermint, popos, Porteus, 725 # PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, Raspbian, 726 # Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata, 727 # Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor, 728 # SharkLinux, Siduction, Slackware, SliTaz, SmartOS, Solus, 729 # Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, 730 # openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel, 731 # Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE, Ubuntu-Studio, Ubuntu, 732 # Void, Obarun, windows10, Windows7, Xubuntu, Zorin, and IRIX 733 # have ascii logos 734 # NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants. 735 # Use '{distro name}_old' to use the old logos. 736 # NOTE: Ubuntu has flavor variants. 737 # Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME, 738 # Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors. 739 # NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu, 740 # CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android, 741 # Antrix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola, 742 # Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS, 743 # Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian, 744 # postmarketOS, and Void have a smaller logo variant. 745 # Use '{distro name}_small' to use the small variants. 746 ascii_distro="auto" 747 748 # Ascii Colors 749 # 750 # Default: 'distro' 751 # Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num' 752 # Flag: --ascii_colors 753 # 754 # Example: 755 # ascii_colors=(distro) - Ascii is colored based on Distro colors. 756 # ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors. 757 ascii_colors=(distro) 758 759 # Bold ascii logo 760 # Whether or not to bold the ascii logo. 761 # 762 # Default: 'on' 763 # Values: 'on', 'off' 764 # Flag: --ascii_bold 765 ascii_bold="on" 766 767 768 # Image Options 769 770 771 # Image loop 772 # Setting this to on will make neofetch redraw the image constantly until 773 # Ctrl+C is pressed. This fixes display issues in some terminal emulators. 774 # 775 # Default: 'off' 776 # Values: 'on', 'off' 777 # Flag: --loop 778 image_loop="off" 779 780 # Thumbnail directory 781 # 782 # Default: '~/.cache/thumbnails/neofetch' 783 # Values: 'dir' 784 thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch" 785 786 # Crop mode 787 # 788 # Default: 'normal' 789 # Values: 'normal', 'fit', 'fill' 790 # Flag: --crop_mode 791 # 792 # See this wiki page to learn about the fit and fill options. 793 # https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F 794 crop_mode="normal" 795 796 # Crop offset 797 # Note: Only affects 'normal' crop mode. 798 # 799 # Default: 'center' 800 # Values: 'northwest', 'north', 'northeast', 'west', 'center' 801 # 'east', 'southwest', 'south', 'southeast' 802 # Flag: --crop_offset 803 crop_offset="center" 804 805 # Image size 806 # The image is half the terminal width by default. 807 # 808 # Default: 'auto' 809 # Values: 'auto', '00px', '00%', 'none' 810 # Flags: --image_size 811 # --size 812 image_size="auto" 813 814 # Gap between image and text 815 # 816 # Default: '3' 817 # Values: 'num', '-num' 818 # Flag: --gap 819 gap=3 820 821 # Image offsets 822 # Only works with the w3m backend. 823 # 824 # Default: '0' 825 # Values: 'px' 826 # Flags: --xoffset 827 # --yoffset 828 yoffset=0 829 xoffset=0 830 831 # Image background color 832 # Only works with the w3m backend. 833 # 834 # Default: '' 835 # Values: 'color', 'blue' 836 # Flag: --bg_color 837 background_color= 838 839 840 # Misc Options 841 842 # Stdout mode 843 # Turn off all colors and disables image backend (ASCII/Image). 844 # Useful for piping into another command. 845 # Default: 'off' 846 # Values: 'on', 'off' 847 stdout="off"