diff --git a/install.sh b/install.sh index 2198f31..0cf6387 100755 --- a/install.sh +++ b/install.sh @@ -246,6 +246,13 @@ deploy_configs() { chmod +x "${TARGET_CONFIG_DIR}/quickshell/services/python/"*.py 2>/dev/null || true fi + # Fastfetch Hampter Config + if [ -d "${SCRIPT_DIR}/fastfetch" ]; then + info "Deploying Fastfetch Hampter configuration to ${TARGET_CONFIG_DIR}/fastfetch..." + mkdir -p "${TARGET_CONFIG_DIR}/fastfetch" + cp -r "${SCRIPT_DIR}/fastfetch/"* "${TARGET_CONFIG_DIR}/fastfetch/" + fi + success "QuickShell configuration deployed successfully!" }