From fd57f541be47586065ff5669acd5deed412e8d00 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Mon, 13 Jan 2025 19:36:11 -0500 Subject: [PATCH] save --- fastfetch/.config/fastfetch/config.conf | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 fastfetch/.config/fastfetch/config.conf diff --git a/fastfetch/.config/fastfetch/config.conf b/fastfetch/.config/fastfetch/config.conf deleted file mode 100644 index 3be129f..0000000 --- a/fastfetch/.config/fastfetch/config.conf +++ /dev/null @@ -1,24 +0,0 @@ -# Display the username and hostname -username=true -hostname=true - -# Show the system uptime -uptime=true - -# Display the OS and kernel version -os=true -kernel=true - -# Show the memory usage -memory=true - -# Show disk usage -disk=true - -# CPU details -cpu=true - -# Disable unnecessary features for minimal setup -gpu=false -battery=false -packages=false