From 7910a7283c5934cb3ace19504bf8facaaabc98a0 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 13 May 2021 10:31:01 -0400 Subject: [PATCH] Simplify neofetch config As of now I am largely uninterested in customizing neofetch to look completely different, although time will tell if I stay true to this stance. As of now, however, showing an image is enough. --- neofetch/.config/neofetch/config.conf | 45 --------------------------- 1 file changed, 45 deletions(-) diff --git a/neofetch/.config/neofetch/config.conf b/neofetch/.config/neofetch/config.conf index a61bf4b3..ef449a65 100644 --- a/neofetch/.config/neofetch/config.conf +++ b/neofetch/.config/neofetch/config.conf @@ -1,50 +1,5 @@ -print_info() { - info title - info underline - - info "OS" distro - 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 "Memory" memory - - info line_break - info cols - info line_break -} - -# Text settings -os_arch="off" -uptime_shorthand="tiny" -package_managers="off" -shell_version="off" - -# Theme info settings -gtk_shorthand="on" gtk2="off" -gtk3="off" - -# Color block settings block_range=(1 7) - -# RAM bar settings -bar_char_elapsed="~" -bar_char_total="-" -bar_border="off" -bar_length=11 -bar_color_elapsed="6" -bar_color_total="7" -memory_display="bar" - -# Image settings image_backend="kitty" # vim:ft=conf