mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-11 00:03:02 +03:00
deploy: ec9d4f60e5
This commit is contained in:
parent
9688a7ba25
commit
d27a686c07
4 changed files with 28 additions and 5 deletions
|
|
@ -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">"default-light"</span> <span style="color:#ba2121">"default"</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">"<<bottom-theme()>>"</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">"PID"</span>, <span style="color:#ba2121">"State"</span>, <span style="color:#ba2121">"Name"</span>, <span style="color:#ba2121">"CPU%"</span>, <span style="color:#ba2121">"Mem%"</span>, <span style="color:#ba2121">"R/s"</span>, <span style="color:#ba2121">"W/s"</span>, <span style="color:#ba2121">"User"</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>
|
||||
|
|
|
|||
BIN
stats/all.png
BIN
stats/all.png
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 |
Loading…
Add table
Reference in a new issue