Skip to content

Commit

Permalink
feat(Desktop): Add Big Picture Mode for HTPCs.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jul 18, 2023
1 parent 693a937 commit 31502f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions system_files/desktop/usr/share/ublue-os/firstboot/yafti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions system_files/desktop/usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31502f3

Please sign in to comment.