diff --git a/setup.sh b/setup.sh index ab01f97..059c191 100755 --- a/setup.sh +++ b/setup.sh @@ -97,6 +97,10 @@ remove_unused() { } +load_dconf() { + dconf load / < "./dconf/$1" +} + # #################### [ DEFINING SETUP ] #################### # Define instructions on how to setup applications & stuff @@ -140,8 +144,8 @@ setup_cpu_undervolting() { # Undervolting for intel CPU # https://wiki.archlinux.org/index.php/Undervolting_CPU - package_install \ - intel-undervolt `# CPU undervolting for less heat and power consumption` \ + package_install \ + intel-undervolt `# CPU undervolting for less heat and power consumption` \ config_file=/etc/intel-undervolt.conf @@ -318,12 +322,18 @@ setup_gnome() { # install gnome package_install \ gdm-prime `# gdm patched for optimus laptops` \ + xcursor-breeze `# cursor design` \ + matcha-gtk-theme `# gtk theme` \ + papirus-icon-theme `# icon theme` \ gnome-backgrounds `# wallpapers and shit` \ gnome-shell-extensions `# gnome shell extensions` \ gwe `# nvidia GPU overclocking https://gitlab.com/leinardi/gwe` \ nvidia `# nvidia GPU support` \ optimus-manager-qt `# https://github.com/Shatur/optimus-manager-qt` \ + load_dconf "gnome-desktop-interface.conf" + sudo systemctl enable gdm + setup_gnome_apps cat > ~/.config/user-dirs.dirs <