Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
fix: default app updates (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 16, 2023
1 parent a1b7890 commit 82f7a33
Showing 1 changed file with 26 additions and 17 deletions.
43 changes: 26 additions & 17 deletions etc/yafti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ screens:
first-screen:
source: yafti.screen.title
values:
title: "Welcome to uBlue"
title: "Welcome to Bluefin"
icon: "/path/to/icon"
description: |
Pick some applications to get started
Expand All @@ -22,15 +22,32 @@ screens:
groups:
Core:
description: Core Applications
default: true
packages:
- Backup: org.gnome.DejaDup
- Calculator: org.gnome.Calculator
- Extensions: com.mattjakeman.ExtensionManager
- Calendar: org.gnome.Calendar
- Characters: org.gnome.Characters
- Connections: org.gnome.Connections
- Contacts: org.gnome.Contacts
- Document Viewer: org.gnome.Evince
- Extensions Manager: com.mattjakeman.ExtensionManager
- Fedora Media Writer: org.fedoraproject.MediaWriter
- Firefox Browser: org.mozilla.firefox
- Flatseal: com.github.tchx84.Flatseal
- Flatseal Permissions Manager: com.github.tchx84.Flatseal
- Logs: org.gnome.Logs
- Maps: org.gnome.Maps
- Nautilus Preview: org.gnome.NautilusPreviewer
- Text Editor: org.gnome.TextEditor
- Weather: org.gnome.Weather
- Disk Usage Analyzer: org.gnome.baobab
- Clocks: org.gnome.clocks
- Picture Viewer: org.gnome.eog
- Font Viewer: org.gnome.font-viewer
- Font Downloader: com.gustavoperedo.FontDownloader
Gaming:
description: "ROCK & STONE"
description: "Rock and Stone!"
default: false
packages:
- Bottles: com.usebottles.bottles
- Discord: com.discordapp.Discord
Expand All @@ -42,36 +59,28 @@ screens:
- Proton Updater for Steam: net.davidotek.pupgui2
Office:
description: Bow to Capitalism
default: false
packages:
- Calendar: org.gnome.Calendar
- LibreOffice: org.libreoffice.LibreOffice
- Obsidian: md.obsidian.Obsidian
- OnlyOffice: org.onlyoffice.desktopeditors
- Slack: com.slack.Slack
- Standard Notes: org.standardnotes.standardnotes
- Thunderbird Email: org.mozilla.Thunderbird
Streaming:
description: Stream to the internet
description: Stream to the Internet
default: false
packages:
- OBS Studio: com.obsproject.Studio
- VkCapture for OBS: com.obsproject.Studio.OBSVkCapture
- Gstreamer for OBS: com.obsproject.Studio.Plugin.Gstreamer
- Gstreamer VAAPI for OBS: com.obsproject.Studio.Plugin.GStreamerVaapi
- Boatswain for Streamdeck: com.feaneron.Boatswain
Developer:
description: DEVELOPERS, DEVELOPERS, DEVELOPERS
packages:
- Visual Studio Code: com.visualstudio.code
- Rust SDK Extension: org.freedesktop.Sdk.Extension.rust-stable
- PHP SDK Extension: org.freedesktop.Sdk.Extension.php74
- OpenJDK SDK Extension: org.freedesktop.Sdk.Extension.openjdk17
- Node.JS SDK Extension: org.freedesktop.Sdk.Extension.node18
- Go SDK Extension: org.freedesktop.Sdk.Extension.golang
- .NET Core SDK Extension: org.freedesktop.Sdk.Extension.dotnet7

final-screen:
source: yafti.screen.title
values:
title: "All done"
title: "All done!"
icon: "/path/to/icon"
description: |
Thanks for installing, join the community, next steps

0 comments on commit 82f7a33

Please sign in to comment.