From 13d39823622b296f5fb90152e25e90bd55fd18af Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:06:47 +0700 Subject: [PATCH] dark mode by default --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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