658a8541e9
SamiOS CI / lint-and-test (push) Successful in 14s
Major update adding full desktop environment support, complete branding suite, and project infrastructure: Desktop (WSL): - KDE Plasma + SDDM + Dolphin/Konsole/Kate/Firefox setup script - Windows 11 dark/light color schemes - PipeWire audio stack - WSLg-compatible launch script - SamiOS CLI tool (v0.2.0) with desktop command Branding: - Logos: face-on-pyramid with and without text (500px) - Icons: square + launcher (256/512/1024px) + SVG vector - Wallpapers: 1920x1080, 4K, clean variant (PIL-generated) - GRUB theme: full cobalt blue (#1424CE) theme with pyramid background - SDDM theme: SamiOS login screen configuration - Branding README with palette, typography, usage guidelines Fonts: - Sami Grotesk (Helvetica-like) as default system/UI font - Sami Sans as secondary - Full Sami font family support (excluding 7777 personal branding) - fontconfig rules mapping Helvetica/Arial → Sami Grotesk - Font policy enforcement in samios CLI Infrastructure: - Automated installer (samios-installer.sh): partition, format, pacstrap, bootloader - PKGBUILD for samios-branding package - Test suite: shell tests for profiledef, packages, pacman.conf, CLI, font policy - Makefile: test, lint, check, build, clean targets - Gitea Actions CI workflow - Voice integration architecture document (SamiType × SamiOS) - Updated roadmap reflecting completed phases
26 lines
541 B
Plaintext
26 lines
541 B
Plaintext
# SamiOS locale.gen
|
|
# Uncomment the locales you need, then run `locale-gen`.
|
|
# SamiOS defaults to en_US.UTF-8 (see /etc/locale.conf).
|
|
|
|
en_US.UTF-8 UTF-8
|
|
#en_US ISO-8859-1
|
|
|
|
# Additional locales — uncomment as needed:
|
|
#en_GB.UTF-8 UTF-8
|
|
#de_DE.UTF-8 UTF-8
|
|
#fr_FR.UTF-8 UTF-8
|
|
#es_ES.UTF-8 UTF-8
|
|
#it_IT.UTF-8 UTF-8
|
|
#pt_BR.UTF-8 UTF-8
|
|
#ru_RU.UTF-8 UTF-8
|
|
#ja_JP.UTF-8 UTF-8
|
|
#ko_KR.UTF-8 UTF-8
|
|
#zh_CN.UTF-8 UTF-8
|
|
#zh_TW.UTF-8 UTF-8
|
|
#ar_SA.UTF-8 UTF-8
|
|
#hi_IN.UTF-8 UTF-8
|
|
#tr_TR.UTF-8 UTF-8
|
|
#pl_PL.UTF-8 UTF-8
|
|
#nl_NL.UTF-8 UTF-8
|
|
#sv_SE.UTF-8 UTF-8
|