add correct neofetch config (oops)
This commit is contained in:
@@ -1,22 +1,24 @@
|
|||||||
# 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
|
||||||
@@ -24,17 +26,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
|
||||||
@@ -85,7 +87,7 @@ distro_shorthand="off"
|
|||||||
# Example:
|
# Example:
|
||||||
# on: 'Arch Linux x86_64'
|
# on: 'Arch Linux x86_64'
|
||||||
# off: 'Arch Linux'
|
# off: 'Arch Linux'
|
||||||
os_arch="on"
|
os_arch="off"
|
||||||
|
|
||||||
|
|
||||||
# Uptime
|
# Uptime
|
||||||
@@ -101,7 +103,7 @@ os_arch="on"
|
|||||||
# 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="on"
|
uptime_shorthand="tiny"
|
||||||
|
|
||||||
|
|
||||||
# Memory
|
# Memory
|
||||||
@@ -116,19 +118,7 @@ uptime_shorthand="on"
|
|||||||
# Example:
|
# Example:
|
||||||
# on: '1801MiB / 7881MiB (22%)'
|
# on: '1801MiB / 7881MiB (22%)'
|
||||||
# off: '1801MiB / 7881MiB'
|
# off: '1801MiB / 7881MiB'
|
||||||
memory_percent="off"
|
memory_percent="on"
|
||||||
|
|
||||||
# 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
|
||||||
@@ -144,7 +134,7 @@ memory_unit="mib"
|
|||||||
# 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="on"
|
package_managers="tiny"
|
||||||
|
|
||||||
|
|
||||||
# Shell
|
# Shell
|
||||||
@@ -195,7 +185,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="off"
|
speed_shorthand="on"
|
||||||
|
|
||||||
# Enable/Disable CPU brand in output.
|
# Enable/Disable CPU brand in output.
|
||||||
#
|
#
|
||||||
@@ -206,7 +196,7 @@ speed_shorthand="off"
|
|||||||
# Example:
|
# Example:
|
||||||
# on: 'Intel i7-6500U'
|
# on: 'Intel i7-6500U'
|
||||||
# off: 'i7-6500U (4)'
|
# off: 'i7-6500U (4)'
|
||||||
cpu_brand="on"
|
cpu_brand="off"
|
||||||
|
|
||||||
# CPU Speed
|
# CPU Speed
|
||||||
# Hide/Show CPU speed.
|
# Hide/Show CPU speed.
|
||||||
@@ -249,7 +239,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="off"
|
cpu_temp="C"
|
||||||
|
|
||||||
|
|
||||||
# GPU
|
# GPU
|
||||||
@@ -362,10 +352,10 @@ public_ip_timeout=2
|
|||||||
|
|
||||||
# Show Desktop Environment version
|
# Show Desktop Environment version
|
||||||
#
|
#
|
||||||
# Default: 'on'
|
# Default: 'off'
|
||||||
# Values: 'on', 'off'
|
# Values: 'on', 'off'
|
||||||
# Flag: --de_version
|
# Flag: --de_version
|
||||||
de_version="on"
|
de_version="off"
|
||||||
|
|
||||||
|
|
||||||
# Disk
|
# Disk
|
||||||
@@ -411,7 +401,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="mount"
|
disk_subtitle="none"
|
||||||
|
|
||||||
# Disk percent.
|
# Disk percent.
|
||||||
# Show/Hide disk percent.
|
# Show/Hide disk percent.
|
||||||
@@ -461,8 +451,6 @@ disk_percent="on"
|
|||||||
# mpd
|
# mpd
|
||||||
# muine
|
# muine
|
||||||
# netease-cloud-music
|
# netease-cloud-music
|
||||||
# olivia
|
|
||||||
# playerctl
|
|
||||||
# pogo
|
# pogo
|
||||||
# pragha
|
# pragha
|
||||||
# qmmp
|
# qmmp
|
||||||
@@ -472,7 +460,6 @@ disk_percent="on"
|
|||||||
# smplayer
|
# smplayer
|
||||||
# spotify
|
# spotify
|
||||||
# strawberry
|
# strawberry
|
||||||
# tauonmb
|
|
||||||
# tomahawk
|
# tomahawk
|
||||||
# vlc
|
# vlc
|
||||||
# xmms2d
|
# xmms2d
|
||||||
@@ -526,7 +513,8 @@ 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
|
||||||
@@ -563,7 +551,7 @@ underline_char="-"
|
|||||||
# Example:
|
# Example:
|
||||||
# separator="->": 'Shell-> bash'
|
# separator="->": 'Shell-> bash'
|
||||||
# separator=" =": 'WM = dwm'
|
# separator=" =": 'WM = dwm'
|
||||||
separator=":"
|
separator="->"
|
||||||
|
|
||||||
|
|
||||||
# Color Blocks
|
# Color Blocks
|
||||||
@@ -692,7 +680,7 @@ disk_display="off"
|
|||||||
#
|
#
|
||||||
# Default: 'ascii'
|
# Default: 'ascii'
|
||||||
# Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off',
|
# Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off',
|
||||||
# 'pot', 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty'
|
# 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty'
|
||||||
# Flag: --backend
|
# Flag: --backend
|
||||||
image_backend="ascii"
|
image_backend="ascii"
|
||||||
|
|
||||||
@@ -708,7 +696,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="auto"
|
image_source="$HOME/.config/neofetch/logo.txt"
|
||||||
|
|
||||||
|
|
||||||
# Ascii Options
|
# Ascii Options
|
||||||
@@ -720,34 +708,34 @@ image_source="auto"
|
|||||||
# 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 OS",
|
# NOTE: AIX, Alpine, Anarchy, Android, Antergos, antiX, AOSC,
|
||||||
# "AOSC OS/Retro", Apricity, ArcoLinux, ArchBox, ARCHlabs,
|
# Apricity, ArcoLinux, ArchBox, ARCHlabs, ArchStrike,
|
||||||
# ArchStrike, XFerience, ArchMerge, Arch, Artix, Arya, Bedrock,
|
# XFerience, ArchMerge, Arch, Artix, Arya, Bedrock, Bitrig,
|
||||||
# Bitrig, BlackArch, BLAG, BlankOn, BlueLight, bonsai, BSD,
|
# 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, DarkOs, DragonFly, Drauger, Elementary,
|
# DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary,
|
||||||
# EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
# EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
||||||
# FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo,
|
# FreeMiNT, Frugalware, Funtoo, GalliumOS, Gentoo, Pentoo,
|
||||||
# gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra,
|
# gNewSense, 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, openEuler, OpenIndiana, openmamba,
|
# NuTyX, OBRevenge, OpenBSD, OpenIndiana, OpenMandriva,
|
||||||
# OpenMandriva, OpenStage, OpenWrt, osmc, Oracle, OS Elbrus, PacBSD,
|
# OpenWrt, osmc, Oracle, PacBSD, Parabola, Pardus, Parrot,
|
||||||
# Parabola, Pardus, Parrot, Parsix, TrueOS, PCLinuxOS, Peppermint,
|
# Parsix, TrueOS, PCLinuxOS, Peppermint, popos, Porteus,
|
||||||
# popos, Porteus, PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix,
|
# PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, Raspbian,
|
||||||
# Raspbian, Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan,
|
# Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata,
|
||||||
# Regata, Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific,
|
# Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
|
||||||
# Septor, SereneLinux, SharkLinux, Siduction, Slackware, SliTaz,
|
# SharkLinux, Siduction, Slackware, SliTaz, SmartOS, Solus,
|
||||||
# SmartOS, Solus, Source_Mage, Sparky, Star, SteamOS, SunOS,
|
# Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Leap,
|
||||||
# openSUSE_Leap, openSUSE_Tumbleweed, openSUSE, SwagArch, Tails,
|
# openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel,
|
||||||
# Trisquel, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE, Ubuntu-Studio,
|
# Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE, Ubuntu-Studio, Ubuntu,
|
||||||
# Ubuntu, Venom, Void, Obarun, windows10, Windows7, Xubuntu, Zorin,
|
# Void, Obarun, windows10, Windows7, Xubuntu, Zorin, and IRIX
|
||||||
# and IRIX have ascii logos
|
# 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.
|
||||||
@@ -760,7 +748,7 @@ image_source="auto"
|
|||||||
# 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="auto"
|
ascii_distro="Netrunner"
|
||||||
|
|
||||||
# Ascii Colors
|
# Ascii Colors
|
||||||
#
|
#
|
||||||
@@ -771,7 +759,7 @@ ascii_distro="auto"
|
|||||||
# 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=(distro)
|
ascii_colors=(27 39)
|
||||||
|
|
||||||
# Bold ascii logo
|
# Bold ascii logo
|
||||||
# Whether or not to bold the ascii logo.
|
# Whether or not to bold the ascii logo.
|
||||||
|
|||||||
Reference in New Issue
Block a user