<?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: Antony Jr</title>
    <description>The latest articles on DEV Community by Antony Jr (@antonyjr).</description>
    <link>https://dev.to/antonyjr</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%2F634884%2F38df7b30-79f1-4957-9d7e-896f81a276e6.jpeg</url>
      <title>DEV Community: Antony Jr</title>
      <link>https://dev.to/antonyjr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/antonyjr"/>
    <language>en</language>
    <item>
      <title>Add Animation over your favorite Terminal in GNU/Linux.</title>
      <dc:creator>Antony Jr</dc:creator>
      <pubDate>Thu, 20 May 2021 20:58:50 +0000</pubDate>
      <link>https://dev.to/antonyjr/add-animation-over-your-favorite-terminal-in-gnu-linux-3g5e</link>
      <guid>https://dev.to/antonyjr/add-animation-over-your-favorite-terminal-in-gnu-linux-3g5e</guid>
      <description>&lt;p&gt;I've always wanted to animate my konsole with an animation over it's title bar. I searched everywhere but I can't find a program for that. That's why I've created spirit. It is a small program written in C++ which overlays a gif over your terminal. &lt;em&gt;This is only available currently for KDE Plasma, Gnome, XFCE, Mate and other major X11 based Desktop Environments for Gnu/Linux&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;There are plans to support Windows and Mac in the future. &lt;/p&gt;

&lt;h1&gt;
  
  
  Quick Start
&lt;/h1&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; $ wget "https://github.com/antony-jr/spirit/releases/download/v0.1.2/spirit"
 $ chmod +x spirit
 $ ./spirit init # That's it.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now you should have a animation over your terminal window. &lt;strong&gt;You should restart your terminal to take full effect.&lt;/strong&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Terminate the Application
&lt;/h1&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; $ ./spirit deinit
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The above command will stop spirit, you can just delete the binary if you don't need spirit in your system.&lt;/p&gt;

&lt;h1&gt;
  
  
  Animation Change on Error Command.
&lt;/h1&gt;

&lt;p&gt;When you execute error command in the terminal the gif will change. This can be used as a visual indicator when compiling code.&lt;/p&gt;

&lt;h1&gt;
  
  
  Support
&lt;/h1&gt;

&lt;p&gt;If you think this project is cool then please share the word and give a star at &lt;strong&gt;&lt;a href="https://github.com/antony-jr/spirit"&gt;https://github.com/antony-jr/spirit&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Stars in a project gives insight on how many people want this project to continue.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>cpp</category>
      <category>showdev</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
