mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-17 02:42:47 +00:00
chore: Update Bazzite startup video
feat(deck): Add Suspend Animation for Game Mode Thanks @SuperRiderTH
This commit is contained in:
parent
b3a0349ec6
commit
5f9f69f72b
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -30,11 +30,15 @@ _install-system-flatpaks:
|
|||||||
FLATPAK_LIST="$(curl https://raw.githubusercontent.com/ublue-os/bazzite/main/installer/${FLATPAKS} | tr '\n' ' ')"
|
FLATPAK_LIST="$(curl https://raw.githubusercontent.com/ublue-os/bazzite/main/installer/${FLATPAKS} | tr '\n' ' ')"
|
||||||
flatpak --system -y install --or-update ${FLATPAK_LIST}
|
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:
|
install-gamemode-video:
|
||||||
mkdir -p $HOME/.local/share/Steam/config/uioverrides/movies
|
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_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.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
|
# Force-enable AMD pstate
|
||||||
_pstate-force-enable:
|
_pstate-force-enable:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user