Remove Omarchy from the list of selectable fonts (#1101)

This commit is contained in:
William Tio 2025-08-26 17:15:46 +10:00 committed by GitHub
parent ee9ae96414
commit f22755df4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
fc-list :spacing=100 -f "%{family[0]}\n" | grep -v -i -E 'emoji|signwriting' | sort -u fc-list :spacing=100 -f "%{family[0]}\n" | grep -v -i -E 'emoji|signwriting|omarchy' | sort -u