This commit is contained in:
Stephan Raabe
2023-12-25 15:02:36 +01:00
parent 09f23e7ccd
commit b63ccc88a3
3 changed files with 16 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
# ------------------------------------------------------
# Install tty login and issue
# ------------------------------------------------------
# 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