From 509553bcc2b885ac1b4d0a4a8b6ed585e3cfcdc9 Mon Sep 17 00:00:00 2001 From: Gil Date: Fri, 1 Sep 2023 15:28:14 +0200 Subject: [PATCH] application du theme Nordic --- installSystem.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installSystem.sh b/installSystem.sh index 0f72358..007fe71 100644 --- a/installSystem.sh +++ b/installSystem.sh @@ -19,4 +19,5 @@ grep -q "gil_specific" "$HOME/.bashrc" && echo "Bash configured" || sed -i -e ' # Installation sdkman [ ! -d "$HOME/.sdkman/" ] && curl -s "https://get.sdkman.io" | bash - +gsettings set org.gnome.desktop.interface gtk-theme "Nordic" +gsettings set org.gnome.desktop.wm.preferences theme "Nordic"