mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-06 00:39:52 +00:00
feat(deck): Add Bazzite Steam Startup video by SuperRiderTH
This commit is contained in:
parent
54771b82a5
commit
9fddcf8562
@ -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:
|
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.
|
- [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/).
|
- [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.
|
- [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.
|
- [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.
|
||||||
|
BIN
system_files/deck/shared/usr/share/ublue-os/bazzite/bazzite.webm
Normal file
BIN
system_files/deck/shared/usr/share/ublue-os/bazzite/bazzite.webm
Normal file
Binary file not shown.
@ -55,6 +55,11 @@ screens:
|
|||||||
default: true
|
default: true
|
||||||
packages:
|
packages:
|
||||||
- Hide GRUB: sudo -A ujust hide-grub
|
- 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):
|
Legacy Memory Configuration (Not recommended):
|
||||||
description: Disable ZRAM and enable adjustable swap file, defaults to 1GB.
|
description: Disable ZRAM and enable adjustable swap file, defaults to 1GB.
|
||||||
default: false
|
default: false
|
||||||
|
@ -8,6 +8,12 @@ toggle-autologin:
|
|||||||
sudo touch $DESKTOP_AUTOLOGIN
|
sudo touch $DESKTOP_AUTOLOGIN
|
||||||
fi
|
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 the default Terminal
|
||||||
restore-original-terminal:
|
restore-original-terminal:
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user