#!/bin/bash
# 包装脚本，设置环境变量后调用原始程序
export GTK_THEME=Adwaita
# 执行原始的 udap-client-wrapper
/usr/bin/udap-client-wrapper "$@"  --full-screen
