mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
feat(Desktop): Add Big Picture Mode for HTPCs.
This commit is contained in:
parent
693a93762a
commit
31502f3198
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user