feat: branding DE/DM selectors, slideshow content redesign, layan wallpaper fix

calamares-branding-antergos-next:
- Replace packagechooser.conf (method: legacy, init selector) with
  packagechooser_de.conf (9 DEs, netinstall-add) and packagechooser_dm.conf
  (5 DMs, netinstall-select)
- Clean netinstall.yaml: remove Budgie, split i3/Sway, drop hidden groups
- Update settings_online.conf with packagechooser@de + @dm instances
- Redesign slideshow: 7 slides, accurate copy (Artix-based, not Arch),
  accent bar, better layout
- Bump pkgrel to 23

antergos-layan-theme:
- Fix plasma-org.kde.plasma.desktop-appletsrc video wallpaper path:
  Retro%20Sun%20WPE.mp4 -> antergos-wallpaper.mp4
This commit is contained in:
2026-07-24 20:00:08 +02:00
parent 7775a2bd79
commit d015c02e44
8 changed files with 358 additions and 256 deletions
@@ -29,19 +29,27 @@ Item {
width: parent.width
spacing: 0
Rectangle {
width: 48
height: 3
radius: 1.5
color: "#4A9EFF"
bottomPadding: 24
}
Text {
id: titleText
font {
family: "Roboto"
weight: Font.Medium
pixelSize: 26
weight: Font.Bold
pixelSize: 28
}
color: "#FFFFFF"
text: slides[_currentSlideIndex].title
wrapMode: Text.WordWrap
width: parent.width
lineHeight: 1.25
bottomPadding: 20
lineHeight: 1.2
bottomPadding: 16
}
Text {
@@ -52,10 +60,17 @@ Item {
weight: Font.Normal
pixelSize: 14
}
color: "#C4C6D0"
color: "#C8D6E5"
text: slides[_currentSlideIndex].body
wrapMode: Text.WordWrap
lineHeight: 1.55
lineHeight: 1.6
bottomPadding: 24
}
Rectangle {
width: parent.width
height: 1
color: Qt.rgba(1, 1, 1, 0.06)
bottomPadding: 20
}
@@ -63,7 +78,7 @@ Item {
id: footerText
font {
family: "Roboto"
weight: Font.Medium
weight: Font.Normal
pixelSize: 12
}
color: "#8E9099"