forked from pisilinux-rs/yali-rs
62000b7c87
- Moved 16 slide PNGs from assets/ to slides/img/ - Replaced [icons] mapping section with direct paths in icon field - Added slides_test standalone binary for testing slideshows - Added default-run = "yali-rs" in Cargo.toml to fix cargo run ambiguity - Fixed edit dialog auto-resize and text field wrapping in partition.rs - Updated branding.rs to load external slides from slides/ directory - Removed [slides] section from branding.toml files - Revamped CopyFilesJob with find-based progress tracking (rsync --out-format) - Fixed install progress bar visibility logic - Tweaked auto-install CLI output with sub-progress and current file - Switched language-icon.svg to white fills for dark theme - Minor locale fixes
44 lines
2.9 KiB
TOML
44 lines
2.9 KiB
TOML
# ╔══════════════════════════════════════════════════════════════════╗
|
||
# ║ Yali-RS Kurulum Aracı — Görsel Özelleştirme ║
|
||
# ║ branding.toml ║
|
||
# ╠══════════════════════════════════════════════════════════════════╣
|
||
# ║ Yali bu dosyayı sırasıyla şu yollardan arar: ║
|
||
# ║ 1. /etc/yali/branding.toml ║
|
||
# ║ 2. /usr/share/yali/branding.toml ║
|
||
# ║ 3. Çalışma dizini altındaki "branding.toml" ║
|
||
# ╚══════════════════════════════════════════════════════════════════╝
|
||
|
||
# ──────────────────────────────────────────────────────────────────
|
||
# [general] – Dağıtım kimliği
|
||
# ──────────────────────────────────────────────────────────────────
|
||
[general]
|
||
# Sol kenar çubuğu için Yali logosu
|
||
yali_logo = "assets/icons/YALI_icon_LIGHT.svg"
|
||
|
||
# Kurulum ana sayfası için PisiLinux dağıtım logosu
|
||
pisi_logo_dark = "assets/pisi-logo-dark.png"
|
||
pisi_logo_light = "assets/pisi-logo-light.png"
|
||
|
||
# Kurulum penceresinin başlığı (pencere çubuğu)
|
||
title = "PiSi Linux Kurulumu"
|
||
|
||
# ──────────────────────────────────────────────────────────────────
|
||
# [theme] – Arayüz renk şeması (Hex)
|
||
# ──────────────────────────────────────────────────────────────────
|
||
[theme]
|
||
primary = "#1a73e8"
|
||
accent = "#34a853"
|
||
background = "#181824"
|
||
text = "#e2e8f0"
|
||
|
||
|
||
# ──────────────────────────────────────────────────────────────────
|
||
# [oem] – Üretici (OEM) Kurulum Modu
|
||
# ──────────────────────────────────────────────────────────────────
|
||
[oem]
|
||
enabled = false
|
||
skip_steps = []
|
||
default_username = "oem"
|
||
default_hostname = "pisi-oem"
|
||
default_password = "oempisi-changeme"
|