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 -}