Files
neofetch-themes/small/neofetch/config.conf
T
PenguineerandGitHub e15e19310d Sailfetch.
small 6 line fetch with a minimalist fish logo for the ascii!
2025-11-25 10:40:54 +03:00

28 lines
637 B
Plaintext

print_info() {
info title
info underline
info "OS" distro
info "Kernel" kernel
info "Shell" shell
info "CPU" cpu
info "Memory" memory
info "Uptime" uptime
# info "GPU Driver" gpu_driver # Linux/macOS only
# info "Disk" disk
# info "Battery" battery
# info "Font" font
# info "Song" song
# [[ "$player" ]] && prin "Music Player" "$player"
# info "Local IP" local_ip
# info "Public IP" public_ip
# info "Users" users
# info "Locale" locale # This only works on glibc systems.
info cols
}
image_source=~/.config/neofetch/logos/fish.txt
image_backend="ascii"