Skip to content

Commit d01e884

Browse files
committed
feat: add basic bazaar config
1 parent ffa687a commit d01e884

2 files changed

Lines changed: 64 additions & 0 deletions

File tree

mkosi.extra/etc/bazaar/bazaar.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
curated-config-paths:
2+
- /etc/bazaar/curated.yaml
3+
# Flatpak path with host-etc permission
4+
- /run/host/etc/bazaar/curated.yaml
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
css: |
2+
.welcome {
3+
border-radius: 15px;
4+
}
5+
6+
.welcome-light {
7+
background: linear-gradient(180deg, #C994E8, #AE5FDC);
8+
}
9+
10+
.welcome-dark {
11+
background: linear-gradient(180deg, #7906BB, #480E6A);
12+
}
13+
14+
.section {
15+
margin:15px;
16+
}
17+
18+
19+
rows:
20+
- sections:
21+
- expand-horizontally: true
22+
23+
category:
24+
title:
25+
en: "Welcome to Apollo!"
26+
subtitle:
27+
en: "We've picked out some apps to help get you started"
28+
29+
banner-text-label-xalign: 0.5
30+
banner-text-halign: center
31+
32+
banner-height: 300
33+
34+
appids:
35+
- io.github.alainm23.planify
36+
- org.mozilla.thunderbird
37+
- org.libreoffice.LibreOffice
38+
- org.gnome.gitlab.somas.Apostrophe
39+
- re.sonny.Eloquent
40+
- be.alexandervanhee.gradia
41+
- org.gnome.World.PikaBackup
42+
- io.github.nozwock.Packet
43+
- io.gitlab.adhami3310.Impression
44+
- page.tesk.Refine
45+
- com.mattjakeman.ExtensionManager
46+
- io.github.flattool.Warehouse
47+
- io.github.flattool.Ignition
48+
- com.github.tchx84.Flatseal
49+
50+
enable-bulk-install: true
51+
52+
classes:
53+
- welcome
54+
- section
55+
56+
light-classes:
57+
- welcome-light
58+
dark-classes:
59+
- welcome-dark
60+

0 commit comments

Comments
 (0)