Skip to content

Commit

Permalink
feat(deck): Add Bazzite Steam Startup video by SuperRiderTH
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 12, 2024
1 parent 54771b8 commit 9fddcf8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -311,6 +311,7 @@ sudo mokutil --import secure_boot_key.der
Bazzite is a community effort and wouldn't exist without everyone's support. Below are some of the people who've helped us along the way:

- [rei.svg](https://github.com/reisvg) - For creating our logo and overall branding.
- [SuperRiderTH](https://github.com/SuperRiderTH) - For creating our Steam game mode startup video.
- [evlaV](https://gitlab.com/evlaV) - For making Valve's code available and for being [this person](https://xkcd.com/2347/).
- [ChimeraOS](https://chimeraos.org/) - For gamescope-session and for valuable support along the way.
- [Jovian-NixOS](https://github.com/Jovian-Experiments) - For supporting us with technical issues and for creating a similar project. Seriously, go check it out. It's our Nix-based cousin.
Expand Down
Binary file not shown.
Expand Up @@ -55,6 +55,11 @@ screens:
default: true
packages:
- Hide GRUB: sudo -A ujust hide-grub
Install Game Mode Startup Video:
description: Adds a Bazzite themed startup video for Steam's game mode.
default: true
packages:
- Install Video: ujust install-gamemode-video
Legacy Memory Configuration (Not recommended):
description: Disable ZRAM and enable adjustable swap file, defaults to 1GB.
default: false
Expand Down
Expand Up @@ -8,6 +8,12 @@ toggle-autologin:
sudo touch $DESKTOP_AUTOLOGIN
fi

# Install Bazzite's Steam Game Mode Startup Video
install-gamemode-video:
mkdir -p $HOME/.steam/root/config/uioverrides/movies/deck_startup.webm
rm -f $HOME/.steam/root/config/uioverrides/movies/deck_startup.webm
ln -s /usr/share/ublue-os/bazzite/bazzite.webm $HOME/.steam/root/config/uioverrides/movies/deck_startup.webm

# Restore the default Terminal
restore-original-terminal:
#!/usr/bin/bash
Expand Down

0 comments on commit 9fddcf8

Please sign in to comment.