update neofetch defaults

This commit is contained in:
2024-10-25 11:11:01 -04:00
parent d5b32c494b
commit e1a0a46a26
+64 -52
View File
@@ -1,24 +1,22 @@
# See this wiki page for more info: # See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info # https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() { print_info() {
#info title info title
#info underline info underline
prin
prin
info "OS" distro info "OS" distro
#info "Host" model info "Host" model
info "Kernel" kernel info "Kernel" kernel
info "Uptime" uptime info "Uptime" uptime
info "Packages" packages info "Packages" packages
info "Shell" shell info "Shell" shell
#info "Resolution" resolution info "Resolution" resolution
#info "DE" de info "DE" de
#info "WM" wm info "WM" wm
#info "WM Theme" wm_theme info "WM Theme" wm_theme
#info "Theme" theme info "Theme" theme
#info "Icons" icons info "Icons" icons
#info "Terminal" term info "Terminal" term
info "Terminal Font" term_font info "Terminal Font" term_font
info "CPU" cpu info "CPU" cpu
info "GPU" gpu info "GPU" gpu
@@ -26,17 +24,17 @@ print_info() {
# info "GPU Driver" gpu_driver # Linux/macOS only # info "GPU Driver" gpu_driver # Linux/macOS only
# info "CPU Usage" cpu_usage # info "CPU Usage" cpu_usage
info "Disk" disk # info "Disk" disk
# info "Battery" battery # info "Battery" battery
# info "Font" font # info "Font" font
# info "Song" song # info "Song" song
# [[ "$player" ]] && prin "Music Player" "$player" # [[ "$player" ]] && prin "Music Player" "$player"
info "Local IP" local_ip # info "Local IP" local_ip
info "Public IP" public_ip # info "Public IP" public_ip
# info "Users" users # info "Users" users
# info "Locale" locale # This only works on glibc systems. # info "Locale" locale # This only works on glibc systems.
#info cols info cols
} }
# Title # Title
@@ -87,7 +85,7 @@ distro_shorthand="off"
# Example: # Example:
# on: 'Arch Linux x86_64' # on: 'Arch Linux x86_64'
# off: 'Arch Linux' # off: 'Arch Linux'
os_arch="off" os_arch="on"
# Uptime # Uptime
@@ -103,7 +101,7 @@ os_arch="off"
# on: '2 days, 10 hours, 3 mins' # on: '2 days, 10 hours, 3 mins'
# tiny: '2d 10h 3m' # tiny: '2d 10h 3m'
# off: '2 days, 10 hours, 3 minutes' # off: '2 days, 10 hours, 3 minutes'
uptime_shorthand="tiny" uptime_shorthand="on"
# Memory # Memory
@@ -118,7 +116,19 @@ uptime_shorthand="tiny"
# Example: # Example:
# on: '1801MiB / 7881MiB (22%)' # on: '1801MiB / 7881MiB (22%)'
# off: '1801MiB / 7881MiB' # off: '1801MiB / 7881MiB'
memory_percent="on" memory_percent="off"
# Change memory output unit.
#
# Default: 'mib'
# Values: 'kib', 'mib', 'gib'
# Flag: --memory_unit
#
# Example:
# kib '1020928KiB / 7117824KiB'
# mib '1042MiB / 6951MiB'
# gib: ' 0.98GiB / 6.79GiB'
memory_unit="mib"
# Packages # Packages
@@ -134,7 +144,7 @@ memory_percent="on"
# on: '998 (pacman), 8 (flatpak), 4 (snap)' # on: '998 (pacman), 8 (flatpak), 4 (snap)'
# tiny: '908 (pacman, flatpak, snap)' # tiny: '908 (pacman, flatpak, snap)'
# off: '908' # off: '908'
package_managers="tiny" package_managers="on"
# Shell # Shell
@@ -185,7 +195,7 @@ speed_type="bios_limit"
# Example: # Example:
# on: 'i7-6500U (4) @ 3.1GHz' # on: 'i7-6500U (4) @ 3.1GHz'
# off: 'i7-6500U (4) @ 3.100GHz' # off: 'i7-6500U (4) @ 3.100GHz'
speed_shorthand="on" speed_shorthand="off"
# Enable/Disable CPU brand in output. # Enable/Disable CPU brand in output.
# #
@@ -196,7 +206,7 @@ speed_shorthand="on"
# Example: # Example:
# on: 'Intel i7-6500U' # on: 'Intel i7-6500U'
# off: 'i7-6500U (4)' # off: 'i7-6500U (4)'
cpu_brand="off" cpu_brand="on"
# CPU Speed # CPU Speed
# Hide/Show CPU speed. # Hide/Show CPU speed.
@@ -239,7 +249,7 @@ cpu_cores="logical"
# C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]' # C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]'
# F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]' # F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°F]'
# off: 'Intel i7-6500U (4) @ 3.1GHz' # off: 'Intel i7-6500U (4) @ 3.1GHz'
cpu_temp="C" cpu_temp="off"
# GPU # GPU
@@ -352,10 +362,10 @@ public_ip_timeout=2
# Show Desktop Environment version # Show Desktop Environment version
# #
# Default: 'off' # Default: 'on'
# Values: 'on', 'off' # Values: 'on', 'off'
# Flag: --de_version # Flag: --de_version
de_version="off" de_version="on"
# Disk # Disk
@@ -401,7 +411,7 @@ disk_show=('/')
# none: 'Disk: 74G / 118G (66%)' # none: 'Disk: 74G / 118G (66%)'
# 'Disk: 74G / 118G (66%)' # 'Disk: 74G / 118G (66%)'
# 'Disk: 74G / 118G (66%)' # 'Disk: 74G / 118G (66%)'
disk_subtitle="none" disk_subtitle="mount"
# Disk percent. # Disk percent.
# Show/Hide disk percent. # Show/Hide disk percent.
@@ -451,6 +461,8 @@ disk_percent="on"
# mpd # mpd
# muine # muine
# netease-cloud-music # netease-cloud-music
# olivia
# playerctl
# pogo # pogo
# pragha # pragha
# qmmp # qmmp
@@ -460,6 +472,7 @@ disk_percent="on"
# smplayer # smplayer
# spotify # spotify
# strawberry # strawberry
# tauonmb
# tomahawk # tomahawk
# vlc # vlc
# xmms2d # xmms2d
@@ -513,8 +526,7 @@ mpc_args=()
# Example: # Example:
# colors=(distro) - Text is colored based on Distro colors. # colors=(distro) - Text is colored based on Distro colors.
# colors=(4 6 1 8 8 6) - Text is colored in the order above. # colors=(4 6 1 8 8 6) - Text is colored in the order above.
#colors=(distro) colors=(distro)
colors=(27 69 69 27 15 243)
# Text Options # Text Options
@@ -551,7 +563,7 @@ underline_char="-"
# Example: # Example:
# separator="->": 'Shell-> bash' # separator="->": 'Shell-> bash'
# separator=" =": 'WM = dwm' # separator=" =": 'WM = dwm'
separator="->" separator=":"
# Color Blocks # Color Blocks
@@ -680,7 +692,7 @@ disk_display="off"
# #
# Default: 'ascii' # Default: 'ascii'
# Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off', # Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off',
# 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' # 'pot', 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty'
# Flag: --backend # Flag: --backend
image_backend="ascii" image_backend="ascii"
@@ -696,7 +708,7 @@ image_backend="ascii"
# NOTE: 'auto' will pick the best image source for whatever image backend is used. # NOTE: 'auto' will pick the best image source for whatever image backend is used.
# In ascii mode, distro ascii art will be used and in an image mode, your # In ascii mode, distro ascii art will be used and in an image mode, your
# wallpaper will be used. # wallpaper will be used.
image_source="$HOME/.config/neofetch/logo.txt" image_source="auto"
# Ascii Options # Ascii Options
@@ -708,34 +720,34 @@ image_source="$HOME/.config/neofetch/logo.txt"
# Default: 'auto' # Default: 'auto'
# Values: 'auto', 'distro_name' # Values: 'auto', 'distro_name'
# Flag: --ascii_distro # Flag: --ascii_distro
# NOTE: AIX, Alpine, Anarchy, Android, Antergos, antiX, AOSC, # NOTE: AIX, Alpine, Anarchy, Android, Antergos, antiX, "AOSC OS",
# Apricity, ArcoLinux, ArchBox, ARCHlabs, ArchStrike, # "AOSC OS/Retro", Apricity, ArcoLinux, ArchBox, ARCHlabs,
# XFerience, ArchMerge, Arch, Artix, Arya, Bedrock, Bitrig, # ArchStrike, XFerience, ArchMerge, Arch, Artix, Arya, Bedrock,
# BlackArch, BLAG, BlankOn, BlueLight, bonsai, BSD, # Bitrig, BlackArch, BLAG, BlankOn, BlueLight, bonsai, BSD,
# BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS, # BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS,
# Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, # Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover,
# Condres, Container_Linux, CRUX, Cucumber, Debian, Deepin, # Condres, Container_Linux, CRUX, Cucumber, Debian, Deepin,
# DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary, # DesaOS, Devuan, DracOS, DarkOs, DragonFly, Drauger, Elementary,
# EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD, # EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
# FreeMiNT, Frugalware, Funtoo, GalliumOS, Gentoo, Pentoo, # FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo,
# gNewSense, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, # gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra,
# Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, # Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion,
# Korora, KSLinux, Kubuntu, LEDE, LFS, Linux_Lite, # Korora, KSLinux, Kubuntu, LEDE, LFS, Linux_Lite,
# LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, # LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva,
# Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib, # Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib,
# Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner, # Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner,
# NuTyX, OBRevenge, OpenBSD, OpenIndiana, OpenMandriva, # NuTyX, OBRevenge, OpenBSD, openEuler, OpenIndiana, openmamba,
# OpenWrt, osmc, Oracle, PacBSD, Parabola, Pardus, Parrot, # OpenMandriva, OpenStage, OpenWrt, osmc, Oracle, OS Elbrus, PacBSD,
# Parsix, TrueOS, PCLinuxOS, Peppermint, popos, Porteus, # Parabola, Pardus, Parrot, Parsix, TrueOS, PCLinuxOS, Peppermint,
# PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, Raspbian, # popos, Porteus, PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix,
# Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata, # Raspbian, Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan,
# Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor, # Regata, Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific,
# SharkLinux, Siduction, Slackware, SliTaz, SmartOS, Solus, # Septor, SereneLinux, SharkLinux, Siduction, Slackware, SliTaz,
# Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap, # SmartOS, Solus, Source_Mage, Sparky, Star, SteamOS, SunOS,
# openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel, # openSUSE_Leap, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails,
# Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE, Ubuntu-Studio, Ubuntu, # Trisquel, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE, Ubuntu-Studio,
# Void, Obarun, windows10, Windows7, Xubuntu, Zorin, and IRIX # Ubuntu, Venom, Void, Obarun, windows10, Windows7, Xubuntu, Zorin,
# have ascii logos # and IRIX have ascii logos
# NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants. # NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants.
# Use '{distro name}_old' to use the old logos. # Use '{distro name}_old' to use the old logos.
# NOTE: Ubuntu has flavor variants. # NOTE: Ubuntu has flavor variants.
@@ -748,7 +760,7 @@ image_source="$HOME/.config/neofetch/logo.txt"
# Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian, # Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
# postmarketOS, and Void have a smaller logo variant. # postmarketOS, and Void have a smaller logo variant.
# Use '{distro name}_small' to use the small variants. # Use '{distro name}_small' to use the small variants.
ascii_distro="Netrunner" ascii_distro="auto"
# Ascii Colors # Ascii Colors
# #
@@ -759,7 +771,7 @@ ascii_distro="Netrunner"
# Example: # Example:
# ascii_colors=(distro) - Ascii is colored based on Distro colors. # ascii_colors=(distro) - Ascii is colored based on Distro colors.
# ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors. # ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors.
ascii_colors=(27 39) ascii_colors=(distro)
# Bold ascii logo # Bold ascii logo
# Whether or not to bold the ascii logo. # Whether or not to bold the ascii logo.