diff --git a/install.sh b/install.sh index f644fecbd..e68ed30ac 100755 --- a/install.sh +++ b/install.sh @@ -183,7 +183,7 @@ fi if $ask_MicroTeX;then showfun install-MicroTeX;v install-MicroTeX;fi ##################################################################################### -printf "\e[36m[$0]: 3. Copying\e[0m\n" +printf "\e[36m[$0]: 3. Copying + Configuring\e[0m\n" # In case some folders does not exists v mkdir -p "$HOME"/.{config,cache,local/{bin,share}} @@ -261,6 +261,9 @@ esac # since the files here come from different places, not only about one program. v rsync -av ".local/bin/" "$HOME/.local/bin/" +# Dark mode by default +v gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' + # Prevent hyprland from not fully loaded sleep 1 try hyprctl reload