chore(yafti): Some minor cleanup

- Use consistent indentation
- Restore missing colons
- Move Wallpaper Engine and System76 scheduler out of the flatpak section
This commit is contained in:
RJ Trujillo 2023-07-04 18:41:04 -06:00
parent 86f889599e
commit 94e886dc12
2 changed files with 41 additions and 29 deletions

View File

@ -18,11 +18,11 @@ screens:
description: | description: |
WARNING: This will modify your Flatpaks if you are rebasing! If you do not want to do this exit the installer. WARNING: This will modify your Flatpaks if you are rebasing! If you do not want to do this exit the installer.
actions: actions:
- run: /usr/lib/fedora-third-party/fedora-third-party-opt-out - run: /usr/lib/fedora-third-party/fedora-third-party-opt-out
- run: /usr/bin/fedora-third-party disable - run: /usr/bin/fedora-third-party disable
- run: flatpak remote-delete fedora --force - run: flatpak remote-delete fedora --force
- run: flatpak remove --system --noninteractive --all - run: flatpak remove --system --noninteractive --all
- run: flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo - run: flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
applications: applications:
source: yafti.screen.package source: yafti.screen.package
values: values:
@ -40,7 +40,6 @@ screens:
- Protontricks: com.github.Matoking.protontricks - Protontricks: com.github.Matoking.protontricks
- ProtonUp-Qt (Proton Updater): net.davidotek.pupgui2 - ProtonUp-Qt (Proton Updater): net.davidotek.pupgui2
- vkBasalt (Flatpak): org.freedesktop.Platform.VulkanLayer.vkBasalt - vkBasalt (Flatpak): org.freedesktop.Platform.VulkanLayer.vkBasalt
- Wallpaper Engine: just enable-wallpaper-engine
Web Browsers: Web Browsers:
description: Additional browsers to complement Firefox description: Additional browsers to complement Firefox
default: false default: false
@ -183,28 +182,33 @@ screens:
descrption: Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible descrption: Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible
default: true default: true
packages: packages:
- Install Nix Package Support: curl -s https://raw.githubusercontent.com/dnkmmr69420/nix-installer-scripts/main/installer-scripts/silverblue-nix-installer.sh | bash - Install Nix Package Support: curl -s https://raw.githubusercontent.com/dnkmmr69420/nix-installer-scripts/main/installer-scripts/silverblue-nix-installer.sh | bash
SteamDeckGyroDSU: SteamDeckGyroDSU:
descrption: Allows emulators and other applications to receive Steam Deck gyro motion data descrption: Allows emulators and other applications to receive Steam Deck gyro motion data
default: true default: true
packages packages:
- Enable SDGyroDSU Service: systemctl --user enable --now sdgyrodsu - Enable SDGyroDSU Service: systemctl --user enable --now sdgyrodsu
Steam Desktop Shortcuts: Steam Desktop Shortcuts:
descrption: Creates Steam desktop shortcuts descrption: Creates Steam desktop shortcuts
default: true default: true
packages packages:
- Create Steam shortcuts: just create-steam-shortcuts - Create Steam shortcuts: just create-steam-shortcuts
Wallpaper Engine:
description: Enables Wallpaper Engine
default: true
packages:
- Enable Wallpaper Engine: just enable-wallpaper-engine
final-screen: final-screen:
source: yafti.screen.title source: yafti.screen.title
values: values:
title: "All done!" title: "All done!"
icon: "/path/to/icon" icon: "/path/to/icon"
links: links:
- "Install More Applications": - "Install More Applications":
run: /usr/bin/plasma-discover run: /usr/bin/plasma-discover
- "Website": - "Website":
run: /usr/bin/xdg-open https://ublue.it run: /usr/bin/xdg-open https://ublue.it
- "Join the Discord Community": - "Join the Discord Community":
run: /usr/bin/xdg-open https://discord.gg/XjG48C7VHx run: /usr/bin/xdg-open https://discord.gg/XjG48C7VHx
description: | description: |
Thank you for trying Bazzite, we hope you enjoy it! Thank you for trying Bazzite, we hope you enjoy it!

View File

@ -18,11 +18,11 @@ screens:
description: | description: |
WARNING: This will modify your Flatpaks if you are rebasing! If you do not want to do this exit the installer. WARNING: This will modify your Flatpaks if you are rebasing! If you do not want to do this exit the installer.
actions: actions:
- run: /usr/lib/fedora-third-party/fedora-third-party-opt-out - run: /usr/lib/fedora-third-party/fedora-third-party-opt-out
- run: /usr/bin/fedora-third-party disable - run: /usr/bin/fedora-third-party disable
- run: flatpak remote-delete fedora --force - run: flatpak remote-delete fedora --force
- run: flatpak remove --system --noninteractive --all - run: flatpak remove --system --noninteractive --all
- run: flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo - run: flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
applications: applications:
source: yafti.screen.package source: yafti.screen.package
values: values:
@ -37,9 +37,7 @@ screens:
- MangoHud (Flatpak): org.freedesktop.Platform.VulkanLayer.MangoHud - MangoHud (Flatpak): org.freedesktop.Platform.VulkanLayer.MangoHud
- Mozilla Firefox: org.mozilla.firefox - Mozilla Firefox: org.mozilla.firefox
- ProtonUp-Qt (Proton Updater): net.davidotek.pupgui2 - ProtonUp-Qt (Proton Updater): net.davidotek.pupgui2
- System76 Scheduler: just enable-system76-scheduler
- vkBasalt (Flatpak): org.freedesktop.Platform.VulkanLayer.vkBasalt - vkBasalt (Flatpak): org.freedesktop.Platform.VulkanLayer.vkBasalt
- Wallpaper Engine: just enable-wallpaper-engine
Web Browsers: Web Browsers:
description: Additional browsers to complement Firefox description: Additional browsers to complement Firefox
default: false default: false
@ -172,18 +170,28 @@ screens:
descrption: Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible descrption: Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible
default: true default: true
packages: packages:
- Install Nix Package Support: curl -s https://raw.githubusercontent.com/dnkmmr69420/nix-installer-scripts/main/installer-scripts/silverblue-nix-installer.sh | bash - Install Nix Package Support: curl -s https://raw.githubusercontent.com/dnkmmr69420/nix-installer-scripts/main/installer-scripts/silverblue-nix-installer.sh | bash
System76 Scheduler:
description: Enables System76 scheduler
default: true
packages:
- Enable System76 Scheduler: just enable-system76-scheduler
Wallpaper Engine:
description: Enables Wallpaper Engine
default: true
packages:
- Enable Wallpaper Engine: just enable-wallpaper-engine
final-screen: final-screen:
source: yafti.screen.title source: yafti.screen.title
values: values:
title: "All done!" title: "All done!"
icon: "/path/to/icon" icon: "/path/to/icon"
links: links:
- "Install More Applications": - "Install More Applications":
run: /usr/bin/plasma-discover run: /usr/bin/plasma-discover
- "Website": - "Website":
run: /usr/bin/xdg-open https://ublue.it run: /usr/bin/xdg-open https://ublue.it
- "Join the Discord Community": - "Join the Discord Community":
run: /usr/bin/xdg-open https://discord.gg/XjG48C7VHx run: /usr/bin/xdg-open https://discord.gg/XjG48C7VHx
description: | description: |
Thank you for trying Bazzite, we hope you enjoy it! Thank you for trying Bazzite, we hope you enjoy it!