#!/bin/bash

# archypr:summary=Wrapper for swayosd-client that targets the currently focused monitor.
# archypr:args=<swayosd-client-args...>

exec swayosd-client --monitor "$(archypr-yprland-monitor-focused)" "$@"
