#!/usr/bin/env bash # Migration: monitor hot-load — watch ~/.config/hyprmoncfg/profiles and # re-apply on change, so TUI profile saves take effect live. # Idempotent — delegates to the component installer. set -euo pipefail : "${NOSIGNAL_SRC:?NOSIGNAL_SRC must point at the NoSignal source root}" sh "$NOSIGNAL_SRC/monitor-hotload/install-monitor-hotload.sh"