Like zenity but in Zig and only for Linux.
Type | Supported |
---|---|
calendar | |
entry | |
error | |
info | |
file-selection | |
list | |
notification | |
progress | |
question | ✅ |
warning | |
scale | |
text-info | |
color-selection | |
password | ✅ |
forms |
Run zigenity --help
for a list of options.
This application uses the same return codes and options as zenity, including:
0
- Ok button was pressed1
- Cancel button was pressed5
- Timeout (this is only returned when using the--timeout
option)255
- Some other error (e.g., no dialog type has been selected)