diff --git a/branding b/branding index 34a702e..7894c44 160000 --- a/branding +++ b/branding @@ -1 +1 @@ -Subproject commit 34a702e4dfc6709ee714f0877d0a8eb7ee463153 +Subproject commit 7894c44bc127a245ebc4234667cc48a5bbfbb082 diff --git a/system_files/shared/etc/bazaar/curated.yaml b/system_files/shared/etc/bazaar/curated.yaml index 42fd582..406bdd4 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 { @@ -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 { @@ -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); } @@ -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: 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"