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
@@ -90,27 +90,37 @@ Item {
slides: [
Dia {
title: qsTr("Welcome to Antergos NeXT")
body: qsTr("Arch Linux powered by Artix. Rolling release, dinit init, and the latest software.")
footer: qsTr("Choose your preferred desktop environment during setup")
body: qsTr("Artix Linux, dinit init, rolling release.")
footer: qsTr("Choose your desktop environment during setup")
},
Dia {
title: qsTr("Desktop Environments")
body: qsTr("Select from KDE Plasma, Xfce, Cinnamon, MATE, LXQt, i3, Sway, Hyprland, or COSMIC.")
footer: qsTr("A curated selection of Linux desktops")
body: qsTr("Plasma, Xfce, Cinnamon, MATE, LXQt, i3, Sway, Hyprland, COSMIC.")
footer: qsTr("A curated selection — pick your favorite")
},
Dia {
title: qsTr("Antergos Tools")
body: qsTr("Welcome app for system configuration, Calamares online installer, and full access to the AUR.")
footer: qsTr("Everything you need to get started")
title: qsTr("Init System")
body: qsTr("dinit — fast, parallel service boot. Optional runit and s6 available.")
footer: qsTr("Modern init, modern system")
},
Dia {
title: qsTr("Two Installer Modes")
body: qsTr("Online: full DE, DM, and package selection. Offline: Plasma pre-configured, ready to go.")
footer: qsTr("You choose how you install")
},
Dia {
title: qsTr("Features")
body: qsTr("Full AUR access. KDE Plasma live session. Calamares installer. Latest packages from Artix repos.")
footer: qsTr("Everything you need, nothing you don't")
},
Dia {
title: qsTr("Open Source")
body: qsTr("Free and open source software built by the community for the community.")
body: qsTr("Built by the community. Transparent, free, and always will be.")
footer: qsTr("github.com/Antergos-NeXT")
},
Dia {
title: qsTr("Almost Done")
body: qsTr("Your system is being configured with your selected desktop environment, drivers, and applications.")
body: qsTr("Your system is being configured with your selected desktop and packages.")
footer: qsTr("Reboot and enjoy Antergos NeXT")
}
]