#!/bin/bash # omarchy:summary=Dismiss a notification by summary substring. Used by the first-run notifications to dismiss them after clicking for action. # omarchy:args= if (($# == 0)); then echo "Usage: omarchy-notification-dismiss " exit 1 fi omarchy-shell -q notifications dismiss "$1"