chore: Remove old fontconfig workaround

This commit is contained in:
Kyle Gospodnetich 2024-05-26 13:02:51 -07:00 committed by GitHub
parent 91ae917343
commit 226e73d5b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,11 +49,6 @@ flatpak remote-modify --user --enable flathub
# Handle privileged tasks
pkexec /usr/libexec/bazzite-privileged-user-setup "$USER"
# Refresh fontconfig
if [[ -f "$HOME/.config/fontconfig" ]]; then
rm -rf "$HOME/.config/fontconfig"
fi
# Set up optional Gradience themes
GRADIENCE_THEME_DIR="/usr/etc/skel/.var/app/com.github.GradienceTeam.Gradience/config/presets/user"
GRADIENCE_DIR="$HOME/.var/app/com.github.GradienceTeam.Gradience/config/presets/user"