dark mode by default

This commit is contained in:
end-4
2024-04-15 22:06:47 +07:00
parent 5d61cf1bce
commit 550bdd31bb
+4 -1
View File
@@ -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