chore: Update Bazzite startup video

feat(deck): Add Suspend Animation for Game Mode
Thanks @SuperRiderTH
This commit is contained in:
Kyle Gospodnetich 2024-06-29 15:25:57 -07:00
parent b3a0349ec6
commit 5f9f69f72b
4 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@ -30,11 +30,15 @@ _install-system-flatpaks:
FLATPAK_LIST="$(curl https://raw.githubusercontent.com/ublue-os/bazzite/main/installer/${FLATPAKS} | tr '\n' ' ')"
flatpak --system -y install --or-update ${FLATPAK_LIST}
# Install Bazzite's Steam Game Mode Startup Video
# Install Bazzite's Steam Game Mode Startup & Suspend Videos
install-gamemode-video:
mkdir -p $HOME/.local/share/Steam/config/uioverrides/movies
rm -f $HOME/.local/share/Steam/config/uioverrides/movies/deck_startup.webm
rm -f $HOME/.local/share/Steam/config/uioverrides/movies/deck-suspend-animation.webm
rm -f $HOME/.local/share/Steam/config/uioverrides/movies/deck-suspend-animation-from-throbber.webm
cp /usr/share/ublue-os/bazzite/bazzite.webm $HOME/.local/share/Steam/config/uioverrides/movies/deck_startup.webm
cp /usr/share/ublue-os/bazzite/bazzite-suspend.webm $HOME/.local/share/Steam/config/uioverrides/movies/deck-suspend-animation.webm
cp /usr/share/ublue-os/bazzite/bazzite-suspend.webm $HOME/.local/share/Steam/config/uioverrides/movies/deck-suspend-animation-from-throbber.webm
# Force-enable AMD pstate
_pstate-force-enable: