Skip to content

Commit 20e1bd6

Browse files
authored
feat: add kde-section to bazaar (#109)
* feat: add kde-section to bazaar * feat: add apps to brewfile * chore: bump branding submodule * feat: green text, white shadow * fix: more fitting shadow size globally
1 parent 17e2298 commit 20e1bd6

3 files changed

Lines changed: 65 additions & 4 deletions

File tree

system_files/shared/etc/bazaar/curated.yaml

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://github.com/kolunmi/bazaar/blob/main/docs/overview.org
1+
# https://github.com/kolunmi/bazaar/blob/main/docs/overview.md
22

33
css: |
44
.global-section banner {
@@ -19,12 +19,12 @@ css: |
1919
}
2020
2121
.global-section title {
22-
text-shadow: 1px 1px 4px rgba(0, 0, 5, 1);
22+
text-shadow: 2px 2px 4px rgba(0, 0, 5, 1);
2323
}
2424
2525
.global-section subtitle {
2626
font-weight: 400;
27-
text-shadow: 4px 4px 8px rgba(0, 0, 5, 1);
27+
text-shadow: 2px 2px 4px rgba(0, 0, 5, 1);
2828
}
2929
3030
.global-section app-tile > button {
@@ -114,6 +114,22 @@ css: |
114114
background-color: #084152;
115115
}
116116
117+
.kde-section title,
118+
.kde-section subtitle,
119+
.kde-section-dark title,
120+
.kde-section-dark subtitle {
121+
color: #004c4c;
122+
text-shadow: 1px 1px 4px #ffffff;
123+
}
124+
125+
.kde-section {
126+
background: #27b5fc;
127+
}
128+
129+
.kde-section-dark {
130+
background: #1b89f3;
131+
}
132+
117133
.ai-section {
118134
background: linear-gradient(0deg, #cc773e, #d05a00);
119135
}
@@ -340,6 +356,37 @@ rows:
340356
- io.github.plrigaux.sysd-manager
341357
- me.iepure.devtoolbox
342358

359+
- sections:
360+
- expand-horizontally: true
361+
classes:
362+
- global-section
363+
light-classes:
364+
- kde-section
365+
dark-classes:
366+
- kde-section-dark
367+
category:
368+
title: "KDE Apps"
369+
subtitle: "Our favorite apps picked from KDE Developers"
370+
light-banner: file:///run/host/etc/bazaar/09-aurora-bazaar-light.png
371+
dark-banner: file:///run/host/etc/bazaar/09-aurora-bazaar-dark.png
372+
banner-fit: cover
373+
banner-text-halign: start
374+
banner-text-valign: end
375+
banner-height: 750
376+
enable-bulk-install: true
377+
appids:
378+
- org.kde.elisa
379+
- org.kde.kasts
380+
- org.kde.kamoso
381+
- org.kde.CrowTranslate
382+
- org.kde.marknote
383+
- org.kde.alligator
384+
- org.kde.tokodon
385+
- org.kde.neochat
386+
- org.kde.keysmith
387+
- org.kde.merkuro
388+
- org.kde.kid3
389+
343390
- sections:
344391
- expand-horizontally: true
345392
classes:
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# These are supposed to be well maintained KDE Applications
2+
# ujust bbrew, select full-desktop
3+
# supposed to be in sync with the corresponding bazaar section
4+
flatpak "org.kde.elisa"
5+
flatpak "org.kde.kasts"
6+
flatpak "org.kde.kamoso"
7+
flatpak "org.kde.CrowTranslate"
8+
flatpak "org.kde.marknote"
9+
flatpak "org.kde.alligator"
10+
flatpak "org.kde.tokodon"
11+
flatpak "org.kde.neochat"
12+
flatpak "org.kde.keysmith"
13+
flatpak "org.kde.merkuro"
14+
flatpak "org.kde.kid3"

0 commit comments

Comments
 (0)