From c73a4d4fc0940e17173c67d6e0ce541bc33e842e Mon Sep 17 00:00:00 2001 From: RP1 Date: Thu, 26 Dec 2024 21:22:42 +0100 Subject: [PATCH] made the code szekszi --- raveos.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/raveos.sh b/raveos.sh index 7bb6e74..10c7a0c 100644 --- a/raveos.sh +++ b/raveos.sh @@ -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'