Files
yali-rs/branding.toml
Erkan IŞIK 62000b7c87 feat: slide images moved to slides/img/, direct path in TOML, slides_test binary
- 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
2026-07-10 01:59:59 +03:00

44 lines
2.9 KiB
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ╔══════════════════════════════════════════════════════════════════╗
# ║ 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"