Skip to content
Merged
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
53 changes: 50 additions & 3 deletions system_files/shared/etc/bazaar/curated.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://github.com/kolunmi/bazaar/blob/main/docs/overview.org
# https://github.com/kolunmi/bazaar/blob/main/docs/overview.md

css: |
.global-section banner {
Expand All @@ -19,12 +19,12 @@ css: |
}

.global-section title {
text-shadow: 1px 1px 4px rgba(0, 0, 5, 1);
text-shadow: 2px 2px 4px rgba(0, 0, 5, 1);
}

.global-section subtitle {
font-weight: 400;
text-shadow: 4px 4px 8px rgba(0, 0, 5, 1);
text-shadow: 2px 2px 4px rgba(0, 0, 5, 1);
}

.global-section app-tile > button {
Expand Down Expand Up @@ -114,6 +114,22 @@ css: |
background-color: #084152;
}

.kde-section title,
.kde-section subtitle,
.kde-section-dark title,
.kde-section-dark subtitle {
color: #004c4c;
text-shadow: 1px 1px 4px #ffffff;
}

.kde-section {
background: #27b5fc;
}

.kde-section-dark {
background: #1b89f3;
}

.ai-section {
background: linear-gradient(0deg, #cc773e, #d05a00);
}
Expand Down Expand Up @@ -340,6 +356,37 @@ rows:
- io.github.plrigaux.sysd-manager
- me.iepure.devtoolbox

- sections:
- expand-horizontally: true
classes:
- global-section
light-classes:
- kde-section
dark-classes:
- kde-section-dark
category:
title: "KDE Apps"
subtitle: "Our favorite apps picked from KDE Developers"
light-banner: file:///run/host/etc/bazaar/09-aurora-bazaar-light.png
dark-banner: file:///run/host/etc/bazaar/09-aurora-bazaar-dark.png
banner-fit: cover
banner-text-halign: start
banner-text-valign: end
banner-height: 750
enable-bulk-install: true
appids:
- org.kde.elisa
- org.kde.kasts
- org.kde.kamoso
- org.kde.CrowTranslate
- org.kde.marknote
- org.kde.alligator
- org.kde.tokodon
- org.kde.neochat
- org.kde.keysmith
- org.kde.merkuro
- org.kde.kid3

- sections:
- expand-horizontally: true
classes:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# These are supposed to be well maintained KDE Applications
# ujust bbrew, select full-desktop
# supposed to be in sync with the corresponding bazaar section
flatpak "org.kde.elisa"
flatpak "org.kde.kasts"
flatpak "org.kde.kamoso"
flatpak "org.kde.CrowTranslate"
flatpak "org.kde.marknote"
flatpak "org.kde.alligator"
flatpak "org.kde.tokodon"
flatpak "org.kde.neochat"
flatpak "org.kde.keysmith"
flatpak "org.kde.merkuro"
flatpak "org.kde.kid3"