From a2c36c57be106abc8bafd0675e86e5ea1560e648 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 25 Oct 2019 02:08:12 -0500 Subject: [PATCH] neofetch: Baleet neofetch --- .config/neofetch/asciiart | 16 ----------- .config/neofetch/config.conf | 54 ------------------------------------ 2 files changed, 70 deletions(-) delete mode 100644 .config/neofetch/asciiart delete mode 100644 .config/neofetch/config.conf diff --git a/.config/neofetch/asciiart b/.config/neofetch/asciiart deleted file mode 100644 index ef43b037..00000000 --- a/.config/neofetch/asciiart +++ /dev/null @@ -1,16 +0,0 @@ -${c3}╔══════════════════════════════╗ -║ ║ -║ ║ -║ ║ -║ ${c4}##${c3} ${c4}##${c3} ║ -║ ${c4}##${c1}==${c3} ${c4}##${c1}==${c3} ║ -║ ${c4}######${c1}==${c4}######${c3} ${c4}##${c1}==${c4}##${c3} ║ -║ ${c4}##${c1}==${c4}##${c1}==${c4}##${c1}======${c4}##${c1}==${c4}##${c1}==${c3} ║ -║ ${c4}##${c1}==${c4}##${c1}==${c4}######${c1}==${c4}####${c3} ${c1}==${c3} ║ -║ ${c4}##${c1}==${c4}##${c1}==${c3} ${c1}==${c4}##${c1}==${c4}##${c1}==${c4}##${c3} ║ -║ ${c4}######${c1}==${c4}######${c1}==${c4}##${c1}==${c4}##${c1}==${c3} ║ -║ ${c1}======${c3} ${c1}======${c3} ${c1}==${c3} ${c1}==${c3} ║ -║ ║ -║ ║ -║ ║ -╚══════════════════════════════╝ diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf deleted file mode 100644 index 6af36213..00000000 --- a/.config/neofetch/config.conf +++ /dev/null @@ -1,54 +0,0 @@ -# Neofetch config file -print_info() { - info title - info underline - - info "LIN" distro - info "VER" kernel - #info line_break - - info "MDL" model - info "CPU" cpu - info "GPU" gpu - #info line_break - - #info "WM" wm - #info "DE" de - #prin "DSK" "$DSK_NAME_PRETTY $DSK_VERSION_PRETTY" - #info "THM" theme - #info "ICO" icons -} - -# Distro -distro_shorthand="on" -os_arch="off" - -# CPU -speed_shorthand="on" -cpu_brand="off" -cpu_cores="off" - -# GPU -gpu_brand="off" - -# Gtk Theme / Icons / Font -gtk_shorthand="on" -gtk2="off" - -# Text Colors -colors=(5 7 8 5 8 7) - -# Underline character -underline_char="─" - -# Color Blocks -block_range=(1 7) - -# Backend Settings -image_backend="ascii" -image_source="$HOME/.config/neofetch/asciiart" -ascii_colors=(5 0 8 7 0 0) -gap=1 - -# Do not change or delete this -config_version="3.4.0"