Update dwmtitus-setup.sh

This commit is contained in:
Jaredy899 2025-02-14 23:43:57 -05:00 committed by GitHub
parent 7095a74b75
commit 5084eec1dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ install_nerd_font() {
FONT_INSTALLED=$(fc-list | grep -i "Meslo") FONT_INSTALLED=$(fc-list | grep -i "Meslo")
# Replace -n test with standard test # Replace -n test with standard test
if [ ! -z "$FONT_INSTALLED" ]; then if [ -n "$FONT_INSTALLED" ]; then
printf "%b\n" "${GREEN}Meslo Nerd-fonts are already installed.${RC}" printf "%b\n" "${GREEN}Meslo Nerd-fonts are already installed.${RC}"
return 0 return 0
fi fi