7 lines
185 B
Bash
7 lines
185 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# archypr:summary=Show current monospace font
|
||
|
|
# archypr:examples=omarchy font current
|
||
|
|
|
||
|
|
grep -oP 'font-family:\s*["'\'']?\K[^;"'\'']+' ~/.config/waybar/style.css | head -n1
|