mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
Minor update for install.sh
This commit is contained in:
parent
eb61866096
commit
ddb420bcba
1 changed files with 2 additions and 3 deletions
|
|
@ -171,6 +171,8 @@ v sudo usermod -aG video,i2c,input "$(whoami)"
|
|||
v bash -c "echo i2c-dev | sudo tee /etc/modules-load.d/i2c-dev.conf"
|
||||
v systemctl --user enable ydotool --now
|
||||
v gsettings set org.gnome.desktop.interface font-name 'Rubik 11'
|
||||
v gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||
|
||||
|
||||
#####################################################################################
|
||||
printf "\e[36m[$0]: 2. Copying + Configuring\e[0m\n"
|
||||
|
|
@ -271,9 +273,6 @@ esac
|
|||
# since the files here come from different places, not only about one program.
|
||||
v rsync -av ".local/bin/" "$XDG_BIN_HOME"
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue