<?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: Jonny Sherwood-Bowes</title>
    <description>The latest articles on DEV Community by Jonny Sherwood-Bowes (@furycd001).</description>
    <link>https://dev.to/furycd001</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%2F460958%2Fb206f040-bfa0-4297-9f2d-02a5f60dd00c.jpeg</url>
      <title>DEV Community: Jonny Sherwood-Bowes</title>
      <link>https://dev.to/furycd001</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/furycd001"/>
    <language>en</language>
    <item>
      <title>Living without panels....</title>
      <dc:creator>Jonny Sherwood-Bowes</dc:creator>
      <pubDate>Tue, 13 Oct 2020 08:53:11 +0000</pubDate>
      <link>https://dev.to/furycd001/living-without-panels-cla</link>
      <guid>https://dev.to/furycd001/living-without-panels-cla</guid>
      <description>&lt;p&gt;For literally most of my Linux life I've been using xfce as my main desktop environment. Using xfce I've always had some form of xfce4-panel around the edge of the screen &amp;amp; conky sitting either on the desktop or inside the panel &lt;a href="https://gist.github.com/furycd001/6d4026234b1b0797d597e8fc53a7877f"&gt;&lt;em&gt;"see this gist for a how-to"&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9QJiI91a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/http://i.imgur.com/y7w5Mdo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9QJiI91a--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/http://i.imgur.com/y7w5Mdo.png" alt="alt text" title="Conky displayed inside xfce4-panel"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Recently I wanted to see what it would be like living without any panels or visible conky. The problem was that I still needed (wanted:?) a system tray for the likes of steam &amp;amp; clipman. Anyway.. I removed everything from my panel apart from the system tray &amp;amp; then set it to always be hidden unless I hovered over it. Next was conky. I wanted conky to output to the terminal &amp;amp; appear whenever I pressed a keyboard shortcut. This didn't take very long &amp;amp; was super easy to make. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;[ JUST A SIDE NOTE ]&lt;br&gt;&lt;br&gt;
Conky set to output to the terminal can get messy very quickly, because it simply output's over &amp;amp; over.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;To get things working &amp;amp; displaying the way I wanted I had to set conky to run only once within the config, but use the &lt;a href="https://linux.die.net/man/1/watch"&gt;watch command&lt;/a&gt; in the script to have it run more than just once.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;watch &lt;span class="nt"&gt;-t&lt;/span&gt; &lt;span class="nt"&gt;-n&lt;/span&gt; 1 &lt;span class="s1"&gt;'conky -q -c /home/furycd001/Dots/conky/terminal.conf'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;With that done I decided I wanted the open window to be positioned to the top right of my external monitor. This was easily done using &lt;a href="https://www.semicomplete.com/projects/xdotool/"&gt;xdotools.&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;xdotool getwindowfocus windowmove 2948 22
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Finally I saved the script script &amp;amp; executed it using the following command linked to a keyboard shortcut.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight shell"&gt;&lt;code&gt;xfce4-terminal &lt;span class="nt"&gt;-H&lt;/span&gt; &lt;span class="nt"&gt;--hide-menubar&lt;/span&gt; &lt;span class="nt"&gt;--geometry&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;38x7 &lt;span class="nt"&gt;--execute&lt;/span&gt; /home/furycd001/Dots/Gucci/conkyterminal.sh &amp;amp;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Here's the &lt;a href="https://github.com/furycd001/dots/blob/master/conky/terminal.conf"&gt;conky config&lt;/a&gt; &amp;amp; complete &lt;a href="https://github.com/furycd001/dots/blob/master/Gucci/conkyterminal.sh"&gt;script&lt;/a&gt; incase your interested.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--zZZtySDQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/Bz7TYzp.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--zZZtySDQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/Bz7TYzp.jpg" alt="alt text" title="Conky displaying inside a terminal window"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I been using this setup almost a month now &amp;amp; I haven't had any problems. I've also been using xfce with no window decorations for a number of years now &amp;amp; my system looks more minimal than ever. I don't miss my panel &amp;amp; I really don't miss window decorations. I can see this being my setup for quite some time now &amp;amp; I'll probably find it hard if I ever try going back to using a panel.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>desktop</category>
      <category>minimal</category>
      <category>xfce</category>
    </item>
  </channel>
</rss>
