<?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: vlensys</title>
    <description>The latest articles on DEV Community by vlensys (@vlensys).</description>
    <link>https://dev.to/vlensys</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%2F3809482%2Fc9cd1762-015b-429d-a09f-4c4c2a3aae9c.png</url>
      <title>DEV Community: vlensys</title>
      <link>https://dev.to/vlensys</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vlensys"/>
    <language>en</language>
    <item>
      <title>hyprbole - a hyprland config manager TUI written in bash</title>
      <dc:creator>vlensys</dc:creator>
      <pubDate>Fri, 06 Mar 2026 09:02:50 +0000</pubDate>
      <link>https://dev.to/vlensys/hyprbole-a-hyprland-config-manager-tui-written-in-bash-117e</link>
      <guid>https://dev.to/vlensys/hyprbole-a-hyprland-config-manager-tui-written-in-bash-117e</guid>
      <description>&lt;h1&gt;
  
  
  I made a terminal UI for managing Hyprland config in pure bash
&lt;/h1&gt;

&lt;p&gt;I got tired of editing my Hyprland config by hand every time I wanted to tweak a keybind or add a window rule, so I built &lt;strong&gt;hyprbole&lt;/strong&gt; — a TUI that lets you manage your config without touching the file directly.&lt;/p&gt;

&lt;p&gt;It writes to a separate &lt;code&gt;hyprbole-managed.conf&lt;/code&gt; that gets sourced into your main config, so it never touches anything you wrote by hand.&lt;/p&gt;

&lt;h2&gt;
  
  
  what it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;add/edit/delete keybinds, monitors, window rules, workspaces&lt;/li&gt;
&lt;li&gt;configure general, decoration, animations, input, misc&lt;/li&gt;
&lt;li&gt;manage autostart and env vars&lt;/li&gt;
&lt;li&gt;reload Hyprland from inside the TUI&lt;/li&gt;
&lt;li&gt;backs up before every write&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  what it is
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;single bash script, ~850 lines&lt;/li&gt;
&lt;li&gt;no dependencies beyond ncurses&lt;/li&gt;
&lt;li&gt;works in any terminal&lt;/li&gt;
&lt;li&gt;on the AUR: &lt;code&gt;yay -S hyprbole&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  install
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;yay &lt;span class="nt"&gt;-S&lt;/span&gt; hyprbole
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;or manually:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/vlensys/hyprbole
&lt;span class="nb"&gt;cd &lt;/span&gt;hyprbole
&lt;span class="nb"&gt;sudo cp &lt;/span&gt;hyprbole.sh /usr/local/bin/hyprbole
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It's my first tool I've actually published that i took my time on so feedback is welcome.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;github:&lt;/strong&gt; &lt;a href="https://github.com/vlensys/hyprbole" rel="noopener noreferrer"&gt;https://github.com/vlensys/hyprbole&lt;/a&gt;&lt;/p&gt;

</description>
      <category>bash</category>
      <category>cli</category>
      <category>linux</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
