40 lines
No EOL
1.2 KiB
Text
40 lines
No EOL
1.2 KiB
Text
# Debian Atomic Desktop - Calamares Branding
|
|
# Branding configuration for the installer
|
|
|
|
# General branding information
|
|
componentName: "Debian Atomic Desktop"
|
|
componentVersion: "Phase 2"
|
|
componentLogo: "debian-atomic-logo.png"
|
|
componentUrl: "https://github.com/your-username/debian-atomic-desktop"
|
|
componentAuthor: "Debian Atomic Desktop Project"
|
|
|
|
# Welcome page
|
|
welcome:
|
|
title: "Welcome to Debian Atomic Desktop"
|
|
subtitle: "A modern, atomic Debian-based desktop distribution"
|
|
showSupportUrl: true
|
|
showKnownIssuesUrl: true
|
|
showReleaseNotesUrl: true
|
|
|
|
# Product information
|
|
product:
|
|
name: "Debian Atomic Desktop"
|
|
version: "Phase 2"
|
|
shortName: "Debian Atomic"
|
|
shortVersion: "2.0"
|
|
bootloaderEntryName: "Debian Atomic Desktop"
|
|
productUrl: "https://github.com/your-username/debian-atomic-desktop"
|
|
supportUrl: "https://github.com/your-username/debian-atomic-desktop/issues"
|
|
knownIssuesUrl: "https://github.com/your-username/debian-atomic-desktop/wiki/Known-Issues"
|
|
releaseNotesUrl: "https://github.com/your-username/debian-atomic-desktop/releases"
|
|
|
|
# Slideshow
|
|
slideshow:
|
|
api: 1
|
|
path: "show.qml"
|
|
|
|
# Style
|
|
style:
|
|
sidebarBackground: "#2c3e50"
|
|
sidebarText: "#ecf0f1"
|
|
sidebarTextSelect: "#3498db" |