feat(Desktop): Add Big Picture Mode for HTPCs.

This commit is contained in:
Kyle Gospodnetich 2023-07-18 14:41:12 -07:00
parent 693a93762a
commit 31502f3198
4 changed files with 10 additions and 0 deletions

View File

@ -54,6 +54,11 @@ screens:
default: true
packages:
- Install Nix Package Support: just --unstable install-nix
Start Steam in Big Picture Mode:
descrption: For HTPCs, start Steam in Big Picture Mode automatically at login.
default: false
packages:
- Enable Big Picture Mode: just --unstable enable-big-picture
System76 Scheduler:
description: Enables System76 scheduler
default: true

View File

@ -22,6 +22,11 @@ remove-nix: _auth
setup-theme:
lookandfeeltool -a com.valve.vapor.desktop
enable-big-picture:
systemctl enable --now plasma-autologin
sed -i 's@/usr/bin/steam-runtime -silent %U@/usr/bin/steam-runtime -bigpicture %U@g' ~/.config/autostart/bazzite-arch-steam-silent.desktop
mv ~/.config/autostart/bazzite-arch-steam-silent.desktop ~/.config/autostart/bazzite-arch-steam-bigpicture.desktop
get-greenlight:
echo 'Retrieving Greenlight'
wget https://github.com/unknownskl/greenlight/releases/download/v2.0.0-beta8/Greenlight-2.0.0-beta8.AppImage -O ~/Desktop/Greenlight.AppImage