Skip to content

Commit

Permalink
fix: remove core apps from yafti (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept committed Oct 1, 2023
1 parent 737f46f commit ba5f87e
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions usr/etc/yafti.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Welcome to uBlue
properties:
mode: "run-on-change"
mode: "run-once"
screens:
first-screen:
source: yafti.screen.title
Expand All @@ -9,38 +9,6 @@ screens:
icon: "/path/to/icon"
description: |
Pick some applications to get started
install-required-packages:
source: yafti.screen.package
values:
title: Install required packages
package_manager: yafti.plugin.flatpak
show-terminal: true
groups:
Core:
description: Core Applications
default: true
packages:
- Blackbox Terminal: com.raggesilver.BlackBox
- Calculator: org.gnome.Calculator
- Calendar: org.gnome.Calendar
- Characters: org.gnome.Characters
- Codecs: org.freedesktop.Platform.ffmpeg-full//22.08
- Connections: org.gnome.Connections
- Contacts: org.gnome.Contacts
- Document Viewer: org.gnome.Evince
- Extensions Manager: com.mattjakeman.ExtensionManager
- Fedora Media Writer: org.fedoraproject.MediaWriter
- Mozilla Firefox: org.mozilla.firefox
- 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
applications:
source: yafti.screen.package
values:
Expand Down

0 comments on commit ba5f87e

Please sign in to comment.