From 4ea5aaacfcbe07e0614bf57e6df41f5865a62a47 Mon Sep 17 00:00:00 2001 From: renner Date: Sat, 31 Jan 2026 15:38:48 +0100 Subject: [PATCH 1/5] feat: add kde-section to bazaar --- system_files/shared/etc/bazaar/curated.yaml | 41 ++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/system_files/shared/etc/bazaar/curated.yaml b/system_files/shared/etc/bazaar/curated.yaml index 42fd582..4efdc89 100644 --- a/system_files/shared/etc/bazaar/curated.yaml +++ b/system_files/shared/etc/bazaar/curated.yaml @@ -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 { @@ -114,6 +114,14 @@ css: | background-color: #084152; } + .kde-section { + background: #27b5fc; + } + + .kde-section-dark { + background: #1b89f3; + } + .ai-section { background: linear-gradient(0deg, #cc773e, #d05a00); } @@ -340,6 +348,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: "Placeholder" + subtitle: "Placeholder" + 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: center + 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: From bc56b0cf60ecc03916aa92fcf89a96068e4104fa Mon Sep 17 00:00:00 2001 From: renner Date: Sat, 31 Jan 2026 15:45:50 +0100 Subject: [PATCH 2/5] feat: add apps to brewfile --- .../share/ublue-os/homebrew/full-desktop.Brewfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 system_files/shared/usr/share/ublue-os/homebrew/full-desktop.Brewfile diff --git a/system_files/shared/usr/share/ublue-os/homebrew/full-desktop.Brewfile b/system_files/shared/usr/share/ublue-os/homebrew/full-desktop.Brewfile new file mode 100644 index 0000000..1f4a39a --- /dev/null +++ b/system_files/shared/usr/share/ublue-os/homebrew/full-desktop.Brewfile @@ -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" From c44b0863c812dc85b54a2abc97f8764621bdf5a2 Mon Sep 17 00:00:00 2001 From: renner Date: Tue, 10 Feb 2026 16:20:35 +0100 Subject: [PATCH 3/5] chore: bump branding submodule --- branding | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branding b/branding index 34a702e..7894c44 160000 --- a/branding +++ b/branding @@ -1 +1 @@ -Subproject commit 34a702e4dfc6709ee714f0877d0a8eb7ee463153 +Subproject commit 7894c44bc127a245ebc4234667cc48a5bbfbb082 From a5c162b75e16a712273d908c3f9787ab3b8a3e85 Mon Sep 17 00:00:00 2001 From: renner Date: Tue, 10 Feb 2026 20:57:49 +0100 Subject: [PATCH 4/5] feat: green text, white shadow --- system_files/shared/etc/bazaar/curated.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/system_files/shared/etc/bazaar/curated.yaml b/system_files/shared/etc/bazaar/curated.yaml index 4efdc89..a3d3bcd 100644 --- a/system_files/shared/etc/bazaar/curated.yaml +++ b/system_files/shared/etc/bazaar/curated.yaml @@ -114,6 +114,14 @@ 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; } @@ -357,13 +365,13 @@ rows: dark-classes: - kde-section-dark category: - title: "Placeholder" - subtitle: "Placeholder" + 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: center + banner-text-valign: end banner-height: 750 enable-bulk-install: true appids: From 1c991193cf4ce1ad693704de21d1a2740581fe81 Mon Sep 17 00:00:00 2001 From: renner Date: Tue, 10 Feb 2026 20:58:57 +0100 Subject: [PATCH 5/5] fix: more fitting shadow size globally --- system_files/shared/etc/bazaar/curated.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system_files/shared/etc/bazaar/curated.yaml b/system_files/shared/etc/bazaar/curated.yaml index a3d3bcd..406bdd4 100644 --- a/system_files/shared/etc/bazaar/curated.yaml +++ b/system_files/shared/etc/bazaar/curated.yaml @@ -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 {