Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/build-stable-lts.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
name: Build LTS images
on:
pull_request:
branches:
- main
schedule:
# TODO: long-term, this should be weekly builds. Ideally closer to either beta or GA.
- cron: "05 10 * * *" # 10:05am UTC everyday
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-stable.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
name: Build stable images
on:
pull_request:
branches:
- main
schedule:
# TODO: long-term, this should be weekly builds. Ideally closer to either beta or GA.
- cron: "05 10 * * *" # 10:05am UTC everyday
Expand Down
4 changes: 4 additions & 0 deletions mkosi.extra/etc/bazaar/bazaar.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
curated-config-paths:
- /etc/bazaar/curated.yaml
# Flatpak path with host-etc permission
- /run/host/etc/bazaar/curated.yaml
60 changes: 60 additions & 0 deletions mkosi.extra/etc/bazaar/curated.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
css: |
.welcome {
border-radius: 15px;
}

.welcome-light {
background: linear-gradient(180deg, #C994E8, #AE5FDC);
}

.welcome-dark {
background: linear-gradient(180deg, #7906BB, #480E6A);
}

.section {
margin:15px;
}


rows:
- sections:
- expand-horizontally: true

category:
title:
en: "Welcome to Apollo!"
subtitle:
en: "We've picked out some apps to help get you started"

banner-text-label-xalign: 0.5
banner-text-halign: center

banner-height: 300

appids:
- io.github.alainm23.planify
- org.mozilla.thunderbird
- org.libreoffice.LibreOffice
- org.gnome.gitlab.somas.Apostrophe
- re.sonny.Eloquent
- be.alexandervanhee.gradia
- org.gnome.World.PikaBackup
- io.github.nozwock.Packet
- io.gitlab.adhami3310.Impression
- page.tesk.Refine
- com.mattjakeman.ExtensionManager
- io.github.flattool.Warehouse
- io.github.flattool.Ignition
- com.github.tchx84.Flatseal

enable-bulk-install: true

classes:
- welcome
- section

light-classes:
- welcome-light
dark-classes:
- welcome-dark

1 change: 1 addition & 0 deletions mkosi.extra/usr/lib/tmpfiles.d/bazaar-flatpak.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
L /var/lib/flatpak/overrides/io.github.kolunmi.Bazaar - - - - /usr/share/apollo/flatpak-overrides/io.github.kolunmi.Bazaar
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[Context]
filesystems=host-etc
Loading