From cb16d832b276e86d3e714acfe1a70e868b1d4ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= <10533763+dhalucario@users.noreply.github.com> Date: Mon, 21 Jul 2025 14:16:46 +0200 Subject: [PATCH] Remove neofetch --- shell/.config/neofetch/config.conf | 39 ------------------------------ 1 file changed, 39 deletions(-) delete mode 100644 shell/.config/neofetch/config.conf diff --git a/shell/.config/neofetch/config.conf b/shell/.config/neofetch/config.conf deleted file mode 100644 index fc809ff..0000000 --- a/shell/.config/neofetch/config.conf +++ /dev/null @@ -1,39 +0,0 @@ -print_info () { - info title - info underline - - info "Host" model - info "OS" distro - info "Kernel" kernel - info "Uptime" uptime - #info "Packages" packages - info "Shell" shell - 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 - - # The lines below with a '#' in front are additional info functions - # that are disabled by default. Removing the '#' enables them and adding - # a '#' to the start disables them again. You can add a '#' to any of the - # lines in this function to disable their output. - - # info "CPU Usage" cpu_usage - # info "Disk" disk - # info "Battery" battery - # info "Font" font - # info "Song" song - # info "Local IP" local_ip - # info "Public IP" public_ip - # info "Users" users - # info "Birthday" birthday - - info cols -}