Vendor the command set the menu and shell depend on
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# blob:summary=Show current monospace font
|
||||
# blob:examples=blob font current
|
||||
|
||||
# fontconfig is the source of truth. fc-match returns a comma-separated
|
||||
# alias list (e.g. "JetBrainsMono Nerd Font,JetBrainsMono NF") so take
|
||||
# the first entry.
|
||||
fc-match monospace -f '%{family}\n' | head -n1 | cut -d, -f1
|
||||
Reference in New Issue
Block a user