Files
omarchycn/bin/omarchy-hyprland-monitor-focused-apple
T
2026-05-02 11:20:22 +02:00

6 lines
263 B
Bash
Executable File

#!/bin/bash
# omarchy:summary=Return success if the focused Hyprland monitor is an Apple display.
hyprctl monitors -j | jq -e '.[] | select(.focused == true) | select(.make == "Apple Computer Inc" and (.model | test("StudioDisplay|ProDisplayXDR")))' >/dev/null