Skip to content

Commit

Permalink
fix: update yafti (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Oct 2, 2023
1 parent d80bc81 commit 2d2cee6
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions usr/etc/yafti.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
title: Welcome to uBlue
title: Welcome to Bluefin
properties:
mode: "run-once"
screens:
first-screen:
source: yafti.screen.title
values:
title: "Welcome to Bluefin (Alpha)"
title: "Welcome to Bluefin (Beta)"
icon: "/path/to/icon"
description: |
Pick some applications to get started
Applications are also installing in the background, the system will notify you when it is finished.
applications:
source: yafti.screen.package
values:
title: Application Installation
show_terminal: true
package_manager: yafti.plugin.flatpak
groups:
Admin Tools:
description: Helper Utilities for Administration
default: false
packages:
- Cockpit Client: org.cockpit_project.CockpitClient
Communication:
default: false
description: Tools to communicate and collaborate
Expand All @@ -36,16 +31,14 @@ screens:
- Lutris: net.lutris.Lutris
- MangoHUD: org.freedesktop.Platform.VulkanLayer.MangoHud//22.08
- Steam: com.valvesoftware.Steam
- Gamescope for Steam: org.freedesktop.Platform.VulkanLayer.gamescope
- Proton Updater (GTK) for Steam: com.vysp3r.ProtonPlus
- Proton Plus for Steam: com.vysp3r.ProtonPlus
Office:
description: Bow to Capitalism
default: false
packages:
- Gnome Next Meeting Applet: com.chmouel.gnomeNextMeetingApplet
- OnlyOffice: org.onlyoffice.desktopeditors
- LibreOffice: org.libreoffice.LibreOffice
- Obsidian: md.obsidian.Obsidian
- OnlyOffice: org.onlyoffice.desktopeditors
- Standard Notes: org.standardnotes.standardnotes
- Thunderbird Email: org.mozilla.Thunderbird
Other Web Browsers:
Expand Down Expand Up @@ -73,6 +66,7 @@ screens:
- PinApp Menu Editor: io.github.fabrialberio.pinapp
- Backup: org.gnome.DejaDup
- Syncthing: com.github.zocker_160.SyncThingy
- Cockpit Client: org.cockpit_project.CockpitClient
final-screen:
source: yafti.screen.title
values:
Expand All @@ -81,8 +75,8 @@ screens:
links:
- "Install More Applications":
run: /usr/bin/gnome-software
- "Website":
run: /usr/bin/xdg-open https://ublue.it
- "Documentation":
run: /usr/bin/xdg-open https://universal-blue.org/images/bluefin/
- "Discussions and Announcements":
run: /usr/bin/xdg-open https://github.com/orgs/ublue-os/discussions/categories/bluefin
- "Join the Discord Community":
Expand Down

0 comments on commit 2d2cee6

Please sign in to comment.