made the code szekszi

This commit is contained in:
RP1 2024-12-26 21:22:42 +01:00
parent 7410f16d7c
commit c73a4d4fc0

View file

@ -124,15 +124,12 @@ Locale=$(echo $LANG)
fi
# Dconf option
if [[ $Locale = "hu_HU.UTF8" ]]; then
if [[ "$Locale" = "hu_HU.UTF8" ]]; then
dconf load / < raveui-hu
else
dconf load / < raveui-eng
fi
# RaveOS Cosmetics
gsettings set org.gnome.desktop.interface gtk-theme 'Yaru-purple-dark'