docs: fix remaining stale references in README and CLAUDE.md
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 2s

- scripts/: replace update.sh with moonarch-update, fix description
- Update section: remove stale "syncs repo, deploys XDG" claim
- User services: add stasis to table
- CLAUDE.md: mention systemd user services in defaults/ description
This commit is contained in:
nevaforget 2026-04-07 11:37:44 +02:00
parent 9f994d03fb
commit 466ba773dc
2 changed files with 6 additions and 5 deletions

View File

@ -7,7 +7,7 @@ Reproduzierbares Arch-Linux-Setup basierend auf archinstall + Post-Install-Autom
- `config/` — archinstall-Konfiguration (inkl. custom-commands die das Repo nach /opt/moonarch klonen, root-owned) - `config/` — archinstall-Konfiguration (inkl. custom-commands die das Repo nach /opt/moonarch klonen, root-owned)
- `scripts/` — Post-Install- und Helper-Scripts - `scripts/` — Post-Install- und Helper-Scripts
- `packages/` — Paketlisten (offiziell + AUR), getrennt gepflegt - `packages/` — Paketlisten (offiziell + AUR), getrennt gepflegt
- `defaults/` — XDG-Configs, Shell-Config, Helper-Binaries, greetd/moongreet-Config, Wallpaper - `defaults/` — XDG-Configs, Shell-Config, Helper-Binaries, systemd User-Services, greetd/moongreet-Config, Wallpaper
## Konventionen ## Konventionen

View File

@ -88,9 +88,9 @@ The script will:
moonarch-update moonarch-update
``` ```
Interactive updater that syncs the repo, upgrades system/AUR packages, reconciles Interactive updater that upgrades system and AUR packages, reconciles package lists
package lists against what's installed, deploys changed XDG defaults, and cleans against what's installed, and cleans orphaned packages. Config deployment happens
orphaned packages. automatically via the moonarch-git package on `paru -Syu`.
## Project Structure ## Project Structure
@ -106,7 +106,7 @@ scripts/
lib.sh Shared helpers sourced by all scripts lib.sh Shared helpers sourced by all scripts
post-install.sh Main automation (packages, configs, themes, services) post-install.sh Main automation (packages, configs, themes, services)
transform.sh Convert existing Arch+Wayland system to Moonarch transform.sh Convert existing Arch+Wayland system to Moonarch
update.sh Legacy wrapper — prints notice, forwards to moonarch-update moonarch-update Interactive updater (deployed to /usr/bin/ by package)
defaults/ defaults/
xdg/ System-wide XDG configs (deployed to /etc/xdg/) xdg/ System-wide XDG configs (deployed to /etc/xdg/)
@ -218,6 +218,7 @@ are part of the system and updated via `paru -Syu`.
| cliphist | Clipboard history (wipes on session start, stores in runtime dir) | | cliphist | Clipboard history (wipes on session start, stores in runtime dir) |
| kanshi | Dynamic display configuration (auto-switch output profiles on hotplug) | | kanshi | Dynamic display configuration (auto-switch output profiles on hotplug) |
| nautilus | File manager preload (faster first launch) | | nautilus | File manager preload (faster first launch) |
| stasis | Idle manager (dimming, DPMS, lock, suspend on AC/battery plans) |
| walker | Walker application launcher (GTK4 service mode for instant startup) | | walker | Walker application launcher (GTK4 service mode for instant startup) |
## Moonarch Ecosystem ## Moonarch Ecosystem