forked from Shinonome/dots-hyprland
dark mode by default
This commit is contained in:
+4
-1
@@ -183,7 +183,7 @@ fi
|
|||||||
if $ask_MicroTeX;then showfun install-MicroTeX;v install-MicroTeX;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
|
# In case some folders does not exists
|
||||||
v mkdir -p "$HOME"/.{config,cache,local/{bin,share}}
|
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.
|
# since the files here come from different places, not only about one program.
|
||||||
v rsync -av ".local/bin/" "$HOME/.local/bin/"
|
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
|
# Prevent hyprland from not fully loaded
|
||||||
sleep 1
|
sleep 1
|
||||||
try hyprctl reload
|
try hyprctl reload
|
||||||
|
|||||||
Reference in New Issue
Block a user