Niri-basierter Wayland-Desktop mit greetd/regreet, Catppuccin Mocha Theming, Rofi-Menus, Waybar und vollstaendiger Post-Install-Automatisierung. Archinstall-Config klont das Repo automatisch via custom-commands, danach genuegt ein einzelner Befehl fuer die komplette Einrichtung.
18 lines
490 B
TOML
18 lines
490 B
TOML
# ABOUTME: regreet-Konfiguration fuer Moonarch.
|
|
# ABOUTME: Definiert Aussehen und Verhalten des Login-Greeters.
|
|
|
|
[background]
|
|
path = "/usr/share/backgrounds/moonarch-greeter.jpg"
|
|
fit = "Cover"
|
|
|
|
[GTK]
|
|
application_prefer_dark_theme = true
|
|
cursor_theme_name = "Sweet-cursors"
|
|
font_name = "Hack Nerd Font 12"
|
|
icon_theme_name = "Newaita-reborn-gray-dark"
|
|
theme_name = "catppuccin-mocha-lavender-standard+default"
|
|
|
|
[commands]
|
|
reboot = ["systemctl", "reboot"]
|
|
poweroff = ["systemctl", "poweroff"]
|