#!/bin/bash

# Reload Helix configuration (used by the Omarchy theme switching).

if pgrep -x helix >/dev/null; then
  pkill -USR1 helix
fi
