fix font prompt

This commit is contained in:
2026-04-03 15:24:09 +09:00
parent 24b072c539
commit 37177b0091
3 changed files with 19 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ get_cfg() {
}
has_aifont() {
[ -f "$HOME/Library/Fonts/aifont.ttf" ] || [ -f "$HOME/.local/share/fonts/aifont.ttf" ]
[ -f "$HOME/Library/Fonts/aifont.ttf" ] || [ -f "/usr/share/fonts/TTF/aifont.ttf" ]
}
can_run() {