#!/usr/bin/env bash
set -euo pipefail
test "$(id -u)" -eq 0 || { echo 'run as root' >&2; exit 1; }
dconf update
echo 'BRZ GDM background and stable pre-blurred glass fallback applied.'
