From 55849942d0b1eadff1a113e0af5510745d50ea64 Mon Sep 17 00:00:00 2001 From: Haw Loeung Date: Wed, 28 Feb 2024 16:04:17 +1100 Subject: [PATCH] Reorder / rearrange with common first and related grouped together term & term_font are related to shell so should be together. CPU & memory are common fields. Putting them above desktop environment and windows manager allows us to easily compare between hosts where there is no running DE/WM such as servers or VMs. GPU is related to resolution so group those together also. --- neofetch | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/neofetch b/neofetch index 48b96d21..bc75104d 100755 --- a/neofetch +++ b/neofetch @@ -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 @@ -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