Files
arthur-os/bin/omarchy-font-current
2026-04-28 12:03:46 -04:00

7 lines
185 B
Bash
Executable File

#!/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