1- # https://github.com/kolunmi/bazaar/blob/main/docs/overview.org
1+ # https://github.com/kolunmi/bazaar/blob/main/docs/overview.md
22
33css : |
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 :
0 commit comments