In this article, we will talk about how to make progress dialog. We will use the –progress option in zenity to do this. You can easily see the software used…
zenity
- This entry is part 6 of 13 in the series GUI for bash script using Zenity
To create a file selection dialog with zenity, we use the –file-selection option. This is a very useful option. It allows you to create a program that allows you to…
- This entry is part 5 of 13 in the series GUI for bash script using Zenity
Zenith supports a command that allows you to create a password entry dialog. This command is quite useful because when you build the program, somewhere in your program needs to…
- This entry is part 4 of 13 in the series GUI for bash script using Zenity
Zenity supports a pretty interesting command that lets you create a color picker box. If you have ever worked with css then this is a useful tool for you. Zenity…
- This entry is part 3 of 13 in the series GUI for bash script using Zenity
To create a notification icon in zenity, use the –notification option. This article will guide you fully on this option of zenity. This option is quite interesting, you can write…
- This entry is part 2 of 13 in the series GUI for bash script using Zenity
This article will guide you to write a small bash script using zenity to create a calendar dialog. Of course, with a very short line, the zenity will completed this…
- This entry is part 1 of 13 in the series GUI for bash script using Zenity
In this article, I will introduce to you about zenity software – a tool that allows you to create simple GUi for bash scripts. The Zenity tool has a fairly…
- 1
- 2