chore: Use new ujust executable in Yafti

This commit is contained in:
Kyle Gospodnetich 2023-10-18 20:35:44 -07:00
parent d83d129c42
commit 955be4cc01
2 changed files with 32 additions and 32 deletions

View File

@ -21,7 +21,7 @@ screens:
description: Adds the input group to your current user. Required by certain controller drivers. description: Adds the input group to your current user. Required by certain controller drivers.
default: true default: true
packages: packages:
- Set input group: just --unstable add-user-to-input-group - Set input group: ujust add-user-to-input-group
BIOS & Firmware Updates: BIOS & Firmware Updates:
description: Enables BIOS & Firmware updates for Steam Deck hardware description: Enables BIOS & Firmware updates for Steam Deck hardware
default: true default: true
@ -31,7 +31,7 @@ screens:
description: Adds games from various clients to Steam description: Adds games from various clients to Steam
default: false default: false
packages: packages:
- Retrieve BoilR: just --unstable get-boilr - Retrieve BoilR: ujust get-boilr
Decky Loader: Decky Loader:
description: A plugin loader for the Steam Deck description: A plugin loader for the Steam Deck
default: false default: false
@ -42,12 +42,12 @@ screens:
A utility for installing and configuring emulators on the Steam Deck A utility for installing and configuring emulators on the Steam Deck
default: false default: false
packages: packages:
- Retrieve EmuDeck: just --unstable get-emudeck - Retrieve EmuDeck: ujust get-emudeck
Greenlight: Greenlight:
description: A utility for xCloud and xHome streaming description: A utility for xCloud and xHome streaming
default: false default: false
packages: packages:
- Retrieve Greenlight: just --unstable get-greenlight - Retrieve Greenlight: ujust get-greenlight
Hide GRUB Menu: Hide GRUB Menu:
description: | description: |
NOTE: Press the escape key before boot to show the menu NOTE: Press the escape key before boot to show the menu
@ -58,54 +58,54 @@ screens:
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
packages: packages:
- Deck Swap: just --unstable deckswap-on - Deck Swap: ujust deckswap-on
- Disable ZRAM: just --unstable zram-off - Disable ZRAM: ujust zram-off
Nix Package Manager: Nix Package Manager:
description: Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible description: Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible
default: false default: false
packages: packages:
- Install Nix Package Support: pkexec just --justfile /usr/share/ublue-os/justfile --unstable install-nix - Install Nix Package Support: pkexec just --justfile /usr/share/ublue-os/justfile --unstable install-nix
- Install Fleek (Requires Nix): just --unstable install-fleek - Install Fleek (Requires Nix): ujust install-fleek
Oversteer: Oversteer:
description: Application to control supported steering wheels description: Application to control supported steering wheels
default: false default: false
packages: packages:
- Install Oversteer: just --unstable install-oversteer - Install Oversteer: ujust install-oversteer
OpenRazer: OpenRazer:
description: Enables additional capabilities for Razer Hardware description: Enables additional capabilities for Razer Hardware
default: false default: false
packages: packages:
- Install OpenRazer: just --unstable install-openrazer - Install OpenRazer: ujust install-openrazer
Solaar: Solaar:
description: Application to control Logitech Mice, Keyboards, and Trackpads description: Application to control Logitech Mice, Keyboards, and Trackpads
default: false default: false
packages: packages:
- Install Solaar: just --unstable install-solaar - Install Solaar: ujust install-solaar
Wootility: Wootility:
description: A configurator for Wooting keyboards description: A configurator for Wooting keyboards
default: false default: false
packages: packages:
- Retrieve Wootility: just --unstable get-wootility - Retrieve Wootility: ujust get-wootility
OpenTabletDriver: OpenTabletDriver:
description: Open source, cross-platform, user-mode tablet driver description: Open source, cross-platform, user-mode tablet driver
default: false default: false
packages: packages:
- Install OpenTabletDriver: just --unstable install-opentabletdriver - Install OpenTabletDriver: ujust install-opentabletdriver
Resilio Sync: Resilio Sync:
description: A file synchronization utility powered by BitTorrent description: A file synchronization utility powered by BitTorrent
default: false default: false
packages: packages:
- Install Resilio Sync: just --unstable install-resilio-sync - Install Resilio Sync: ujust install-resilio-sync
scrcpy: scrcpy:
description: scrcpy provides display and control of Android devices connected on USB (or over TCP/IP) description: scrcpy provides display and control of Android devices connected on USB (or over TCP/IP)
default: false default: false
packages: packages:
- Install scrcpy: just --unstable install-scrcpy - Install scrcpy: ujust install-scrcpy
SteamCMD: SteamCMD:
description: Installs SteamCMD description: Installs SteamCMD
default: true default: true
packages: packages:
- Install SteamCMD: just --unstable get-steamcmd - Install SteamCMD: ujust get-steamcmd
Use EXT4 for SD Cards: Use EXT4 for SD Cards:
description: Disable BTRFS support for SD cards for direct compatibility with SD cards formatted on stock SteamOS (Not recommended). description: Disable BTRFS support for SD cards for direct compatibility with SD cards formatted on stock SteamOS (Not recommended).
default: false default: false
@ -243,9 +243,9 @@ screens:
run: grep -q 'silverblue' <<< $(jq -r '."base-image-name"' < /usr/share/ublue-os/image-info.json) run: grep -q 'silverblue' <<< $(jq -r '."base-image-name"' < /usr/share/ublue-os/image-info.json)
links: links:
- "Vapor Theme": - "Vapor Theme":
run: just --unstable enable-vapor-theme run: ujust enable-vapor-theme
- "VGUI2 Theme": - "VGUI2 Theme":
run: just --unstable enable-vgui2-theme run: ujust enable-vgui2-theme
description: | description: |
Optionally apply a Valve-inspired theme to GNOME via Gradience. Note that custom themes are not officially supported by GNOME and some applications can break. Please avoid reporting issues to application developers until you've tested against the default theme. Optionally apply a Valve-inspired theme to GNOME via Gradience. Note that custom themes are not officially supported by GNOME and some applications can break. Please avoid reporting issues to application developers until you've tested against the default theme.
final-screen: final-screen:

View File

@ -23,7 +23,7 @@ screens:
description: Sets up a custom Arch Linux OCI in Distrobox that Steam, Lutris, and other gaming workloads will be run inside of. description: Sets up a custom Arch Linux OCI in Distrobox that Steam, Lutris, and other gaming workloads will be run inside of.
default: true default: true
packages: packages:
- Install Bazzite Arch: just --unstable install-bazzite-arch - Install Bazzite Arch: ujust install-bazzite-arch
configure-bazzite: configure-bazzite:
source: yafti.screen.package source: yafti.screen.package
values: values:
@ -35,53 +35,53 @@ screens:
description: Adds the input group to your current user. Required by certain controller drivers. description: Adds the input group to your current user. Required by certain controller drivers.
default: true default: true
packages: packages:
- Set input group: just --unstable add-user-to-input-group - Set input group: ujust add-user-to-input-group
Greenlight: Greenlight:
description: A utility for xCloud and xHome streaming description: A utility for xCloud and xHome streaming
default: false default: false
packages: packages:
- Retrieve Greenlight: just --unstable get-greenlight - Retrieve Greenlight: ujust get-greenlight
Nix Package Manager: Nix Package Manager:
description: Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible description: Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible
default: false default: false
packages: packages:
- Install Nix Package Support: pkexec just --justfile /usr/share/ublue-os/justfile --unstable install-nix - Install Nix Package Support: pkexec just --justfile /usr/share/ublue-os/justfile --unstable install-nix
- Install Fleek (Requires Nix): just --unstable install-fleek - Install Fleek (Requires Nix): ujust install-fleek
OpenRazer: OpenRazer:
description: Enables additional capabilities for Razer Hardware description: Enables additional capabilities for Razer Hardware
default: false default: false
packages: packages:
- Install OpenRazer: just --unstable install-openrazer - Install OpenRazer: ujust install-openrazer
OpenTabletDriver: OpenTabletDriver:
description: Open source, cross-platform, user-mode tablet driver description: Open source, cross-platform, user-mode tablet driver
default: false default: false
packages: packages:
- Install OpenTabletDriver: just --unstable install-opentabletdriver - Install OpenTabletDriver: ujust install-opentabletdriver
Oversteer: Oversteer:
description: Application to control supported steering wheels description: Application to control supported steering wheels
default: false default: false
packages: packages:
- Install Oversteer: just --unstable install-oversteer - Install Oversteer: ujust install-oversteer
Solaar: Solaar:
description: Application to control Logitech Mice, Keyboards, and Trackpads description: Application to control Logitech Mice, Keyboards, and Trackpads
default: false default: false
packages: packages:
- Install Solaar: just --unstable install-solaar - Install Solaar: ujust install-solaar
Wootility: Wootility:
description: A configurator for Wooting keyboards description: A configurator for Wooting keyboards
default: false default: false
packages: packages:
- Retrieve Wootility: just --unstable get-wootility - Retrieve Wootility: ujust get-wootility
Resilio Sync: Resilio Sync:
description: A file synchronization utility powered by BitTorrent description: A file synchronization utility powered by BitTorrent
default: false default: false
packages: packages:
- Install Resilio Sync: just --unstable install-resilio-sync - Install Resilio Sync: ujust install-resilio-sync
scrcpy: scrcpy:
description: scrcpy provides display and control of Android devices connected on USB (or over TCP/IP) description: scrcpy provides display and control of Android devices connected on USB (or over TCP/IP)
default: false default: false
packages: packages:
- Install scrcpy: just --unstable install-scrcpy - Install scrcpy: ujust install-scrcpy
amd-additions: amd-additions:
source: yafti.screen.package source: yafti.screen.package
values: values:
@ -91,7 +91,7 @@ screens:
show_terminal: true show_terminal: true
package_manager: yafti.plugin.run package_manager: yafti.plugin.run
packages: packages:
- CoreCtrl (GPU Overclocking): just --unstable install-corectrl - CoreCtrl (GPU Overclocking): ujust install-corectrl
nvidia-additions: nvidia-additions:
source: yafti.screen.package source: yafti.screen.package
values: values:
@ -102,7 +102,7 @@ screens:
package_manager: yafti.plugin.run package_manager: yafti.plugin.run
packages: packages:
- GreenWithEnvy (GPU Overclocking): flatpak install --user --noninteractive com.leinardi.gwe - GreenWithEnvy (GPU Overclocking): flatpak install --user --noninteractive com.leinardi.gwe
- Supergfxctl (Hybrid GPU Switching): just --unstable enable-supergfxctl - Supergfxctl (Hybrid GPU Switching): ujust enable-supergfxctl
applications: applications:
source: yafti.screen.package source: yafti.screen.package
values: values:
@ -237,9 +237,9 @@ screens:
run: grep -q 'silverblue' <<< $(jq -r '."base-image-name"' < /usr/share/ublue-os/image-info.json) run: grep -q 'silverblue' <<< $(jq -r '."base-image-name"' < /usr/share/ublue-os/image-info.json)
links: links:
- "Vapor Theme": - "Vapor Theme":
run: just --unstable enable-vapor-theme run: ujust enable-vapor-theme
- "VGUI2 Theme": - "VGUI2 Theme":
run: just --unstable enable-vgui2-theme run: ujust enable-vgui2-theme
description: | description: |
Optionally apply a Valve-inspired theme to GNOME via Gradience. Note that custom themes are not officially supported by GNOME and some applications can break. Please avoid reporting issues to application developers until you've tested against the default theme. Optionally apply a Valve-inspired theme to GNOME via Gradience. Note that custom themes are not officially supported by GNOME and some applications can break. Please avoid reporting issues to application developers until you've tested against the default theme.
final-screen: final-screen: