This commit is contained in:
SqrtMinusOne 2023-08-28 10:39:16 +00:00
parent 9688a7ba25
commit d27a686c07
4 changed files with 28 additions and 5 deletions

View file

@ -776,7 +776,33 @@
</span></span></span><span style="display:flex;"><span><span style="color:#bbb"> </span>- {<span style="color:#bbb"> </span><span style="color:#008000;font-weight:bold">key: NumpadAdd, mods: Control, action</span>:<span style="color:#bbb"> </span>IncreaseFontSize }<span style="color:#bbb">
</span></span></span><span style="display:flex;"><span><span style="color:#bbb"> </span>- {<span style="color:#bbb"> </span><span style="color:#008000;font-weight:bold">key: Minus, mods: Control, action</span>:<span style="color:#bbb"> </span>DecreaseFontSize }<span style="color:#bbb">
</span></span></span><span style="display:flex;"><span><span style="color:#bbb"> </span>- {<span style="color:#bbb"> </span><span style="color:#008000;font-weight:bold">key: NumpadSubtract, mods: Control, action</span>:<span style="color:#bbb"> </span>DecreaseFontSize }<span style="color:#bbb">
</span></span></span></code></pre></div><h2 id="various-console-applications">Various console applications</h2>
</span></span></span></code></pre></div><h2 id="bottom">Bottom</h2>
<table>
<thead>
<tr>
<th>Guix dependency</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>bottom-bin</td>
<td>resource monitor</td>
</tr>
</tbody>
</table>
<p><a href="https://github.com/ClementTsang/bottom">bottom</a> is a TUI system monitor.</p>
<p>See the <a href="https://github.com/ClementTsang/bottom/blob/master/sample_configs/default_config.toml">default config</a> for the avaliable options.</p>
<p><a id="code-snippet--bottom-theme"></a></p>
<div class="highlight"><pre tabindex="0" style=";-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-elisp" data-lang="elisp"><span style="display:flex;"><span>(<span style="color:#008000">if</span> (<span style="color:#19177c">my/light-p</span>) <span style="color:#ba2121">&#34;default-light&#34;</span> <span style="color:#ba2121">&#34;default&#34;</span>)
</span></span></code></pre></div><div class="highlight"><pre tabindex="0" style=";-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-toml" data-lang="toml"><span style="display:flex;"><span>[flags]
</span></span><span style="display:flex;"><span>hide_table_gap = <span style="color:#008000;font-weight:bold">true</span> <span style="color:#408080;font-style:italic"># Remove space in tables</span>
</span></span><span style="display:flex;"><span>color = <span style="color:#ba2121">&#34;&lt;&lt;bottom-theme()&gt;&gt;&#34;</span>
</span></span><span style="display:flex;"><span>process_command = <span style="color:#008000;font-weight:bold">true</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>[processes]
</span></span><span style="display:flex;"><span>columns = [<span style="color:#ba2121">&#34;PID&#34;</span>, <span style="color:#ba2121">&#34;State&#34;</span>, <span style="color:#ba2121">&#34;Name&#34;</span>, <span style="color:#ba2121">&#34;CPU%&#34;</span>, <span style="color:#ba2121">&#34;Mem%&#34;</span>, <span style="color:#ba2121">&#34;R/s&#34;</span>, <span style="color:#ba2121">&#34;W/s&#34;</span>, <span style="color:#ba2121">&#34;User&#34;</span>]
</span></span></code></pre></div><h2 id="various-console-applications">Various console applications</h2>
<table>
<thead>
<tr>
@ -873,10 +899,6 @@
<td>openssl</td>
<td></td>
</tr>
<tr>
<td>bottom-bin</td>
<td>resource monitor</td>
</tr>
</tbody>
</table>
<h3 id="ripgrep-config">ripgrep config</h3>
@ -1120,6 +1142,7 @@
</ul>
</li>
<li><a href="#alacritty">Alacritty</a></li>
<li><a href="#bottom">Bottom</a></li>
<li><a href="#various-console-applications">Various console applications</a>
<ul>
<li><a href="#ripgrep-config">ripgrep config</a></li>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB