diff --git a/setup-raveos.sh b/setup-raveos.sh index 7eff269..871c976 100644 --- a/setup-raveos.sh +++ b/setup-raveos.sh @@ -42,5 +42,9 @@ yellow=$(tput setaf 3) # ${yellow} cp -a view-app-grid-symbolic.svg /usr/share/icons/Yaru/scalable/actions/ cp -a raveos-bg.png /usr/share/backgrounds/ cp -a overrides /home/$USER/.local/share/ + cp -a .themes /home/$USER/ + cp -a .icons /home/$USER/ dconf load / < raveui-* - set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/linuxmint-wilma/raveos-bg.png \ No newline at end of file + set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.png + + reboot \ No newline at end of file