1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-04 19:43:00 +02:00

add yad test

This commit is contained in:
aclist 2022-05-12 20:29:13 +09:00 committed by GitHub
parent 2f02ae649e
commit 3ecb340ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
test.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
yad_path="/lib/yad"
yad=$(echo "$(dirname -- ${BASH_SOURCE[0]})${yad_path}")
${yad} --button="Ok":0 --text="\nTesting yad" --text-align=center --center --on-top --width=300