#!/usr/bin/env bash # Migration: SDDM greeter theme matching the desktop scheme/wallpaper/font. # Idempotent — delegates to the component installer (which also runs the # initial sddm-theme-sync against the user's current scheme). set -euo pipefail : "${NOSIGNAL_SRC:?NOSIGNAL_SRC must point at the NoSignal source root}" sh "$NOSIGNAL_SRC/sddm-theme/install-sddm-theme.sh"