- bump calamares-branding-antergos-next to 2.0-1: major slideshow redesign (Manjaro space animation rework), DM packagechooser switched to netinstall-add with inline groups, default netinstall group gains network/audio/falkon so every install works regardless of DE, fix pkgdesc (offline installer buried) - remove dead calamares-branding-antergos-next-minimal package (unused everywhere); drop from packages.yaml and README - bump antergos-i3/sway/hyprland-config to 1.0-2: nerd fonts and icons back in depends so the rice actually renders, sources flattened for makepkg
64 lines
1.4 KiB
Plaintext
64 lines
1.4 KiB
Plaintext
---
|
|
mode: required
|
|
method: netinstall-add
|
|
labels:
|
|
step: "Display Manager"
|
|
default: SDDM
|
|
items:
|
|
- id: SDDM
|
|
name: "SDDM"
|
|
description: "QML-based display manager (KDE default)"
|
|
screenshot: ""
|
|
netinstall:
|
|
name: "SDDM"
|
|
selected: true
|
|
critical: false
|
|
packages:
|
|
- sddm
|
|
- sddm-dinit
|
|
- pixie-sddm-git
|
|
- id: LightDM
|
|
name: "LightDM"
|
|
description: "Cross-desktop display manager (GTK)"
|
|
screenshot: ""
|
|
netinstall:
|
|
name: "LightDM"
|
|
selected: true
|
|
critical: false
|
|
packages:
|
|
- lightdm
|
|
- lightdm-dinit
|
|
- id: LXDM
|
|
name: "LXDM"
|
|
description: "Lightweight display manager (LXDE)"
|
|
screenshot: ""
|
|
netinstall:
|
|
name: "LXDM"
|
|
selected: true
|
|
critical: false
|
|
packages:
|
|
- lxdm
|
|
- lxdm-dinit
|
|
- id: greetd
|
|
name: "greetd"
|
|
description: "Minimal display manager (recommended for COSMIC)"
|
|
screenshot: ""
|
|
netinstall:
|
|
name: "greetd"
|
|
selected: true
|
|
critical: false
|
|
packages:
|
|
- greetd
|
|
- greetd-dinit
|
|
- id: LY
|
|
name: "LY"
|
|
description: "Minimal TUI display manager"
|
|
screenshot: ""
|
|
netinstall:
|
|
name: "LY"
|
|
selected: true
|
|
critical: false
|
|
packages:
|
|
- ly
|
|
- ly-dinit
|