feat(fuzzel): try it out

This commit is contained in:
Barrett Ruth 2026-02-14 13:00:59 -05:00
parent c6d82a0dde
commit 996d81afb4
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 59 additions and 0 deletions

View file

@ -95,6 +95,11 @@ Linux)
ln -sf "$fzf_themes/$theme" "$fzf_themes/theme"
}
fuzzel_themes="$cfg/fuzzel/themes"
[ -f "$fuzzel_themes/$theme.ini" ] && {
ln -sf "$fuzzel_themes/$theme.ini" "$fuzzel_themes/theme.ini"
}
fi
;;
Darwin)