<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shivam Tiwari</title>
    <description>The latest articles on DEV Community by Shivam Tiwari (@shivam_77).</description>
    <link>https://dev.to/shivam_77</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F702253%2Fdcb43084-74b2-45c6-af8c-cb7f38612608.jpeg</url>
      <title>DEV Community: Shivam Tiwari</title>
      <link>https://dev.to/shivam_77</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shivam_77"/>
    <language>en</language>
    <item>
      <title>zenity command in Linux!!</title>
      <dc:creator>Shivam Tiwari</dc:creator>
      <pubDate>Thu, 23 Sep 2021 19:38:04 +0000</pubDate>
      <link>https://dev.to/shivam_77/zenity-command-in-linux-4apk</link>
      <guid>https://dev.to/shivam_77/zenity-command-in-linux-4apk</guid>
      <description>&lt;p&gt;It is my first post on dev. I am very happy that I am sharing my some experiences about zenity command.  I am going to give the total details about zenity command in Linux, how is it work and how we will write on the command prompt.&lt;/p&gt;

&lt;h1&gt;
  
  
  zenity
&lt;/h1&gt;

&lt;p&gt;It is a Linux command which takes input and print it in a dialog box (It is a graphical user interface where output by zenity command prints).&lt;br&gt;
I am giving some commands below which is useful with zenity..&lt;/p&gt;

&lt;h3&gt;
  
  
  1)zenity --info --text="hello"
&lt;/h3&gt;

&lt;p&gt;this command is used to print the text in a GUI window.&lt;/p&gt;

&lt;h3&gt;
  
  
  2)zenity --username --password
&lt;/h3&gt;

&lt;p&gt;To get a username and password via zenity or two set username and password via zenity we will use this command.&lt;/p&gt;

&lt;h3&gt;
  
  
  3)zenity --calendar --text="calendar_name"
&lt;/h3&gt;

&lt;p&gt;Here, with use of this command we can print the calendar using zenity in GUI window.&lt;/p&gt;

&lt;h3&gt;
  
  
  4)zenity --calendar --title="title"
&lt;/h3&gt;

&lt;p&gt;With use of this command we can change the title or we can make the title of calendar which will print through GUI&lt;/p&gt;

&lt;h3&gt;
  
  
  5)zenity --calendar --month=4
&lt;/h3&gt;

&lt;p&gt;Here, we can pass any integer value it will print the calender in GUI from the month which you will enter as integer.&lt;/p&gt;

&lt;h3&gt;
  
  
  6)zenity --info --height=20
&lt;/h3&gt;

&lt;p&gt;It will set the height of GUI window to 20px &lt;/p&gt;

&lt;h3&gt;
  
  
  7)zenity --info --width=20
&lt;/h3&gt;

&lt;p&gt;It will set the width of GUI window to 20px.&lt;/p&gt;

&lt;h3&gt;
  
  
  8)zenity --progress
&lt;/h3&gt;

&lt;p&gt;It will showing you a progress bar on GUI window.&lt;/p&gt;

&lt;h3&gt;
  
  
  9)zenity --question
&lt;/h3&gt;

&lt;p&gt;It creates a question dialog.&lt;/p&gt;

&lt;h3&gt;
  
  
  10)zenity --color-selection
&lt;/h3&gt;

&lt;p&gt;By this command we can select colours.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>computerscience</category>
      <category>command</category>
      <category>operatingsytem</category>
    </item>
  </channel>
</rss>
