From 57c7c377f61e56e722ce6f890ec0469ca6621820 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 25 Dec 2023 15:06:09 +0100 Subject: [PATCH] Update --- .install/cleanup.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.install/cleanup.sh b/.install/cleanup.sh index 7270c22..f257100 100644 --- a/.install/cleanup.sh +++ b/.install/cleanup.sh @@ -1,11 +1,14 @@ # ------------------------------------------------------ # Install tty login and issue # ------------------------------------------------------ - +echo -e "${GREEN}" +figlet "Cleanup" +echo -e "${NONE}" # Check for ttf-ms-fonts if [[ $(_isInstalledPacman "ttf-ms-fonts") == 0 ]]; then echo "The script has detected ttf-ms-fonts. This can cause conflicts with icons in Waybar." if gum confirm "Do you want to uninstall ttf-ms-fonts?" ;then sudo pacman --noconfirm -R ttf-ms-fonts fi -fi \ No newline at end of file +fi +echo "Cleanup done." \ No newline at end of file