Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@ print_info() {
info "Uptime" uptime
info "Packages" packages
info "Shell" shell
info "Terminal" term
info "Terminal Font" term_font
info "CPU" cpu
info "Memory" memory
info "GPU" gpu
info "Resolution" resolution
info "DE" de
info "WM" wm
info "WM Theme" wm_theme
info "Theme" theme
info "Icons" icons
info "Terminal" term
info "Terminal Font" term_font
info "CPU" cpu
info "GPU" gpu
info "Memory" memory

# info "GPU Driver" gpu_driver # Linux/macOS only
# info "Disk" disk
Expand Down Expand Up @@ -5454,18 +5454,18 @@ get_args() {
info "Uptime" uptime
info "Packages" packages
info "Shell" shell
info "Terminal" term
info "Terminal Font" term_font
info "CPU" cpu
info "Memory" memory
info "GPU" gpu
info "GPU Driver" gpu_driver
info "Resolution" resolution
info "DE" de
info "WM" wm
info "WM Theme" wm_theme
info "Theme" theme
info "Icons" icons
info "Terminal" term
info "Terminal Font" term_font
info "CPU" cpu
info "GPU" gpu
info "GPU Driver" gpu_driver
info "Memory" memory

info "Disk" disk
info "Battery" battery
Expand Down