#!/bin/bash

# omarchy:summary=Show current monospace font
# omarchy:examples=omarchy font current

grep -oP 'font-family:\s*["'\'']?\K[^;"'\'']+' ~/.config/waybar/style.css | head -n1
