我正在使用 YAD 创建一个带有 GUI 的“应用商店”,当我从列表中选择一个选项并单击“确定”按钮(“确定”将替换为“安装”)。我只想使用 shell 脚本。
这是我写的脚本。这是一个简单的列表,其中包含 2 列和 2 个项目。Windows 图标只是一个测试。
yad --list --center --width=800 --height=600
--title "apps4pi" \
--column "app name" --column "description" \
SimpleScreenRecorder " powerful feature packed yet simple and easy to use screen recorder" \
System-Tools "system maintenance commands all done for you"