Vendor the command set the menu and shell depend on
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# blob:summary=List available monospace fonts
|
||||
# blob:examples=blob font list | blob font set "CaskaydiaMono Nerd Font"
|
||||
|
||||
fc-list :spacing=100 -f "%{family[0]}\n" | grep -v -i -E 'emoji|signwriting|blob' | sort -u
|
||||
Reference in New Issue
Block a user