From c019c7597d1d1813494c43b3fba9ffae7fc74e72 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 8 Mar 2021 13:06:51 +0100 Subject: [PATCH] Copy .fehbg with theme --- arch-config/scripts/arch-config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index 178b823a..9d4cfb7c 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -186,9 +186,11 @@ seltheme="$(cat "$HOME/.seltheme")" if [[ "$seltheme" == "nyarch" ]]; then cp -r "./themes/nyarch/i3" "$HOME/.config/" cp -r "./themes/nyarch/polybar" "$HOME/.config/" + 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 "./themes/.fehbg-space-pink" "$HOME/.fehbg" fi rm -rf ./themes