7 lines
185 B
Bash
Executable File
7 lines
185 B
Bash
Executable File
#!/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
|