#!/bin/bash # omarchy:summary=Print the name of the currently focused Hyprland monitor. hyprctl monitors -j | jq -r '.[] | select(.focused == true).name'