forked from RP1/RaveOS-arch
made the code szekszi
This commit is contained in:
parent
7410f16d7c
commit
c73a4d4fc0
1 changed files with 1 additions and 4 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue