Update fonts.sh

This commit is contained in:
Paulo Henrique Aleixo de Campos 2025-06-08 13:44:50 -03:00 committed by GitHub
parent fc199cf432
commit 8fd8de36c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ if [[ $XDG_CURRENT_DESKTOP == *"GNOME"* ]]; then
echo "Fonts set for GNOME"
elif [[ $XDG_CURRENT_DESKTOP == *"XFCE"* ]]; then
xfconf-query -c xsettings -p /Gtk/FontName -s "Inter 10"
xfconf-query -c xsettings -p /Gtk/MonospaceFontName -s "Inter Mono 10"
xfconf-query -c xsettings -p /Gtk/MonospaceFontName -s "Noto Sans Mono Regular 10"
echo "Fonts set for XFCE"
else
echo "Unknown desktop environment. Set fonts manually if needed."