mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
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
|
||||
|
||||
#####################################################################################
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user