Update rebuilt-machine.sh

This commit is contained in:
crowetic 2025-03-23 07:36:28 -07:00 committed by GitHub
parent 7822bafe66
commit 7f883d0f8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,13 +96,14 @@ if [ "$XDG_CURRENT_DESKTOP" = "X-Cinnamon" ] || [ -d "/usr/share/cinnamon" ]; th
mkdir -p ${HOME}/.themes mkdir -p ${HOME}/.themes
git clone https://github.com/B00merang-Project/Windows-10.git ~/.themes/Windows-10 git clone https://github.com/B00merang-Project/Windows-10.git ~/.themes/Windows-10
git clone https://github.com/B00merang-Project/Windows-10-Dark.git ~/.themes/Windows-10-Dark git clone https://github.com/B00merang-Project/Windows-10-Dark.git ~/.themes/Windows-10-Dark
git clone https://github.com/cbrnix/Flatery.git ~/.icons/Flatery
echo -e "${YELLOW} APPLYING CINNAMON THEMES TO MATCH WINDOWS 10 ${NC}\n" echo -e "${YELLOW} APPLYING CINNAMON THEMES TO MATCH WINDOWS 10 ${NC}\n"
gsettings set org.cinnamon.desktop.wm.preferences theme "Windows-10-Dark" gsettings set org.cinnamon.desktop.wm.preferences theme "Windows-10-Dark"
gsettings set org.cinnamon.desktop.interface gtk-theme "Windows-10-Basic" gsettings set org.cinnamon.desktop.interface gtk-theme "Windows-10-Basic"
gsettings set org.cinnamon.theme name "Windows-10" gsettings set org.cinnamon.theme name "Windows-10"
gsettings set org.cinnamon.desktop.background picture-uri "file://${HOME}/Pictures/wallpapers/Qortal-TheFuture-Wallpaper.png" gsettings set org.cinnamon.desktop.background picture-uri "file://${HOME}/Pictures/wallpapers/Qortal-TheFuture-Wallpaper.png"
gsettings set org.cinnamon.desktop.interface icon-theme "Tela-dark" gsettings set org.cinnamon.desktop.interface icon-theme "Flatery"
else else
echo -e "${RED} Cinnamon not detected, skipping Cinnamon theming. ${NC}" echo -e "${RED} Cinnamon not detected, skipping Cinnamon theming. ${NC}"
fi fi