TASK -1.1
Create a blog/article/video/document about explaining various options for zenity with output screenshots.
What does zenity mean?
Zenity is simply a program that helps in displaying
small types of dialog boxes or a small GUI application through CLI.
Commands and their respective snapshots:
cmd: zenity — calendar — title=”my_calendar” — text=”guess” — day=14 — month=06 — year=2001
zenity — entry — text=”hello” — entry-text=””
zenity — error — text=”heloooo” — no-wrap — no-markup
zenity — file-selection — filename=mydir — multiple
zenity — info — text=”$(date)” — title=”$(echo pruthvi)”
zenity — list — column=”test” — column=”train” — column=”class”
zenity — notification — text=”hello bro”
zenity — progress — no-cancel — pulsate
zenity — question — no-markup
zenity — warning — text=”Don’t call me” — no-markup
zenity — scale — text=”goodbye” — max-value=1000
zenity — color-selection — color=6
zenity — password — username
As the task-1.1 has been finally completed thanking all the one for support and mainly #Vimal Sir who guided us.