From f404a65f66d896b79eda3d86d66df824196f7023 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 8 Mar 2021 20:45:16 +0100 Subject: [PATCH] Copy to lowpoly_flamegirl.txt --- arch-config/.config/neofetch/config.conf | 2 +- arch-config/scripts/arch-config.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch-config/.config/neofetch/config.conf b/arch-config/.config/neofetch/config.conf index ebb53e9c..9f82c1b2 100755 --- a/arch-config/.config/neofetch/config.conf +++ b/arch-config/.config/neofetch/config.conf @@ -656,7 +656,7 @@ image_backend="ascii" #image_source=$HOME/".config/neofetch/medallion-blue-250x250.png" #image_source=$HOME/".config/neofetch/lowpoly_flamegirl_orange.txt" -image_source=$HOME/".config/neofetch/lowpoly_flamegirl_blue.txt" +image_source=$HOME/".config/neofetch/lowpoly_flamegirl.txt" # Ascii Options diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index 2add16b4..265bcb80 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -183,12 +183,12 @@ seltheme="$(cat "$HOME/.seltheme")" if [[ "$seltheme" == "nyarch" ]]; then cp -r "./themes/nyarch/i3" "$HOME/.config/" cp -r "./themes/nyarch/polybar" "$HOME/.config/" - cp -r "./themes/nyarch/neofetch" "$HOME/.config/" + cp -r "./themes/nyarch/neofetch/lowpoly_flamegirl_blue.txt" "$HOME/.config/neofetch/lowpoly_flamegirl.txt" cp "./themes/.fehbg-nyarch" "$HOME/.fehbg" elif [[ "$seltheme" == "space-pink" ]]; then cp -r "./themes/space-pink/i3" "$HOME/.config/" cp -r "./themes/space-pink/polybar" "$HOME/.config/" - cp -r "./themes/space-pink/neofetch" "$HOME/.config/" + cp -r "./themes/space-pink/neofetch/lowpoly_flamegirl_orange.txt" "$HOME/.config/neofetch/lowpoly_flamegirl.txt" cp "./themes/.fehbg-space-pink" "$HOME/.fehbg" fi rm -rf ./themes