From eb4bda1fdc791fae0445877a33e0e6a8c51e9629 Mon Sep 17 00:00:00 2001 From: RP1 Date: Thu, 19 Dec 2024 22:00:52 +0100 Subject: [PATCH] first try --- setup-raveos.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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