summaryrefslogtreecommitdiffstats
path: root/0.6.3/configuration
diff options
context:
space:
mode:
Diffstat (limited to '0.6.3/configuration')
-rw-r--r--0.6.3/configuration/command-line-flags/index.html11
-rw-r--r--0.6.3/configuration/config-file/data-filtering/index.html17
-rw-r--r--0.6.3/configuration/config-file/default-config/index.html11
-rw-r--r--0.6.3/configuration/config-file/flags/index.html11
-rw-r--r--0.6.3/configuration/config-file/layout/index.html11
-rw-r--r--0.6.3/configuration/config-file/theming/index.html11
6 files changed, 33 insertions, 39 deletions
diff --git a/0.6.3/configuration/command-line-flags/index.html b/0.6.3/configuration/command-line-flags/index.html
index 13d3c915..ada51f86 100644
--- a/0.6.3/configuration/command-line-flags/index.html
+++ b/0.6.3/configuration/command-line-flags/index.html
@@ -16,7 +16,7 @@
<link rel="canonical" href="https://clementtsang.github.io/bottom/0.6.3/configuration/command-line-flags/">
<link rel="icon" href="../../assets/images/favicon.png">
- <meta name="generator" content="mkdocs-1.2.1, mkdocs-material-7.1.11">
+ <meta name="generator" content="mkdocs-1.2.1, mkdocs-material-7.1.8">
@@ -24,7 +24,7 @@
- <link rel="stylesheet" href="../../assets/stylesheets/main.3754935a.min.css">
+ <link rel="stylesheet" href="../../assets/stylesheets/main.ca7ac06f.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.f1a3b89f.min.css">
@@ -961,9 +961,8 @@
</div>
</div>
- <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
+ <a href="#" class="md-top md-icon" title="Back to top" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
- Back to top
</a>
</main>
@@ -1025,10 +1024,10 @@
<div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div>
</div>
- <script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant"], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.477d984a.min.js", "version": {"default": "nightly", "provider": "mike"}}</script>
+ <script id="__config" type="application/json">{"base": "../..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant"], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../assets/javascripts/workers/search.b0710199.min.js", "version": {"default": "nightly", "provider": "mike"}}</script>
- <script src="../../assets/javascripts/bundle.ddd52ceb.min.js"></script>
+ <script src="../../assets/javascripts/bundle.76f349be.min.js"></script>
</body>
diff --git a/0.6.3/configuration/config-file/data-filtering/index.html b/0.6.3/configuration/config-file/data-filtering/index.html
index bd678586..d68fe49e 100644
--- a/0.6.3/configuration/config-file/data-filtering/index.html
+++ b/0.6.3/configuration/config-file/data-filtering/index.html
@@ -16,7 +16,7 @@
<link rel="canonical" href="https://clementtsang.github.io/bottom/0.6.3/configuration/config-file/data-filtering/">
<link rel="icon" href="../../../assets/images/favicon.png">
- <meta name="generator" content="mkdocs-1.2.1, mkdocs-material-7.1.11">
+ <meta name="generator" content="mkdocs-1.2.1, mkdocs-material-7.1.8">
@@ -24,7 +24,7 @@
- <link rel="stylesheet" href="../../../assets/stylesheets/main.3754935a.min.css">
+ <link rel="stylesheet" href="../../../assets/stylesheets/main.ca7ac06f.min.css">
<link rel="stylesheet" href="../../../assets/stylesheets/palette.f1a3b89f.min.css">
@@ -803,7 +803,7 @@
</div>
<p>You can hide specific disks, temperature sensors, and networks by name in the config file via <code>disk_filter</code> and <code>mount_filter</code>, <code>temp_filter</code>, and <code>net_filter</code> respectively. Regex (<code>regex = true</code>), case-sensitivity (<code>case_sensitive = true</code>), and matching only if the entire word matches (<code>whole_word = true</code>) are supported, but are off by default. Filters default to denying entries that match and can be toggled by setting <code>is_list_ignored</code> to <code>false</code> in the config file.</p>
<p>For example, here's the disk widget with no filter:</p>
-<p><img alt="Disk no filter" src="/assets/screenshots/config/disk-filtering/disk_no_filter.webp" /></p>
+<p><img alt="Disk no filter" src="../../../assets/screenshots/config/disk-filtering/disk_no_filter.webp" /></p>
<p>The following in the config file would filter out some entries by disk name:</p>
<div class="highlight"><pre><span></span><code><span class="k">[disk_filter]</span>
<span class="n">is_list_ignored</span> <span class="o">=</span> <span class="kc">true</span>
@@ -812,7 +812,7 @@
<span class="n">case_sensitive</span> <span class="o">=</span> <span class="kc">false</span>
<span class="n">whole_word</span> <span class="o">=</span> <span class="kc">false</span>
</code></pre></div>
-<p><img alt="Disk widget with just disk name filter" src="/assets/screenshots/config/disk-filtering/disk_name_filter.webp" /></p>
+<p><img alt="Disk widget with just disk name filter" src="../../../assets/screenshots/config/disk-filtering/disk_name_filter.webp" /></p>
<p>If there are two potentially conflicting filters (i.e. when you are using both a disk and mount filter), the filter that explicitly allows an entry takes precedence over a filter that explicitly denies one. So for example, let's say we set a disk filter accepting anything with <code>/dev/sda</code>, but deny anything with <code>/mnt/.*</code> or <code>/</code>. So to do so, we write in the config file:</p>
<div class="highlight"><pre><span></span><code><span class="k">[disk_filter]</span>
<span class="n">is_list_ignored</span> <span class="o">=</span> <span class="kc">false</span>
@@ -829,7 +829,7 @@
<span class="n">whole_word</span> <span class="o">=</span> <span class="kc">true</span>
</code></pre></div>
<p>This gives us:</p>
-<p><img alt="Disk widget with disk name and mount filter" src="/assets/screenshots/config/disk-filtering/disk_name_mount_filter.webp" /></p>
+<p><img alt="Disk widget with disk name and mount filter" src="../../../assets/screenshots/config/disk-filtering/disk_name_mount_filter.webp" /></p>
@@ -841,9 +841,8 @@
</div>
</div>
- <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
+ <a href="#" class="md-top md-icon" title="Back to top" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
- Back to top
</a>
</main>
@@ -905,10 +904,10 @@
<div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div>
</div>
- <script id="__config" type="application/json">{"base": "../../..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant"], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../../assets/javascripts/workers/search.477d984a.min.js", "version": {"default": "nightly", "provider": "mike"}}</script>
+ <script id="__config" type="application/json">{"base": "../../..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant"], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../../assets/javascripts/workers/search.b0710199.min.js", "version": {"default": "nightly", "provider": "mike"}}</script>
- <script src="../../../assets/javascripts/bundle.ddd52ceb.min.js"></script>
+ <script src="../../../assets/javascripts/bundle.76f349be.min.js"></script>
</body>
diff --git a/0.6.3/configuration/config-file/default-config/index.html b/0.6.3/configuration/config-file/default-config/index.html
index 239880a8..3deb9a94 100644
--- a/0.6.3/configuration/config-file/default-config/index.html
+++ b/0.6.3/configuration/config-file/default-config/index.html
@@ -16,7 +16,7 @@
<link rel="canonical" href="https://clementtsang.github.io/bottom/0.6.3/configuration/config-file/default-config/">
<link rel="icon" href="../../../assets/images/favicon.png">
- <meta name="generator" content="mkdocs-1.2.1, mkdocs-material-7.1.11">
+ <meta name="generator" content="mkdocs-1.2.1, mkdocs-material-7.1.8">
@@ -24,7 +24,7 @@
- <link rel="stylesheet" href="../../../assets/stylesheets/main.3754935a.min.css">
+ <link rel="stylesheet" href="../../../assets/stylesheets/main.ca7ac06f.min.css">
<link rel="stylesheet" href="../../../assets/stylesheets/palette.f1a3b89f.min.css">
@@ -832,9 +832,8 @@
</div>
</div>
- <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
+ <a href="#" class="md-top md-icon" title="Back to top" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
- Back to top
</a>
</main>
@@ -896,10 +895,10 @@
<div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div>
</div>
- <script id="__config" type="application/json">{"base": "../../..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant"], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../../assets/javascripts/workers/search.477d984a.min.js", "version": {"default": "nightly", "provider": "mike"}}</script>
+ <script id="__config" type="application/json">{"base": "../../..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant"], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../../assets/javascripts/workers/search.b0710199.min.js", "version": {"default": "nightly", "provider": "mike"}}</script>
- <script src="../../../assets/javascripts/bundle.ddd52ceb.min.js"></script>
+ <script src="../../../assets/javascripts/bundle.76f349be.min.js"></script>
</body>
diff --git a/0.6.3/configuration/config-file/flags/index.html b/0.6.3/configuration/config-file/flags/index.html
index 6c18bd31..4369d57e 100644
--- a/0.6.3/configuration/config-file/flags/index.html
+++ b/0.6.3/configuration/config-file/flags/index.html
@@ -16,7 +16,7 @@
<link rel="canonical" href="https://clementtsang.github.io/bottom/0.6.3/configuration/config-file/flags/">
<link rel="icon" href="../../../assets/images/favicon.png">
- <meta name="generator" content="mkdocs-1.2.1, mkdocs-material-7.1.11">
+ <meta name="generator" content="mkdocs-1.2.1, mkdocs-material-7.1.8">
@@ -24,7 +24,7 @@
- <link rel="stylesheet" href="../../../assets/stylesheets/main.3754935a.min.css">
+ <link rel="stylesheet" href="../../../assets/stylesheets/main.ca7ac06f.min.css">
<link rel="stylesheet" href="../../../assets/stylesheets/palette.f1a3b89f.min.css">
@@ -964,9 +964,8 @@
</div>
</div>
- <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
+ <a href="#" class="md-top md-icon" title="Back to top" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
- Back to top
</a>
</main>
@@ -1028,10 +1027,10 @@
<div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div>
</div>
- <script id="__config" type="application/json">{"base": "../../..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant"], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../../assets/javascripts/workers/search.477d984a.min.js", "version": {"default": "nightly", "provider": "mike"}}</script>
+ <script id="__config" type="application/json">{"base": "../../..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant"], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../../assets/javascripts/workers/search.b0710199.min.js", "version": {"default": "nightly", "provider": "mike"}}</script>
- <script src="../../../assets/javascripts/bundle.ddd52ceb.min.js"></script>
+ <script src="../../../assets/javascripts/bundle.76f349be.min.js"></script>
</body>
diff --git a/0.6.3/configuration/config-file/layout/index.html b/0.6.3/configuration/config-file/layout/index.html
index be80dc7a..1d7ef763 100644
--- a/0.6.3/configuration/config-file/layout/index.html
+++ b/0.6.3/configuration/config-file/layout/index.html
@@ -16,7 +16,7 @@
<link rel="canonical" href="https://clementtsang.github.io/bottom/0.6.3/configuration/config-file/layout/">
<link rel="icon" href="../../../assets/images/favicon.png">
- <meta name="generator" content="mkdocs-1.2.1, mkdocs-material-7.1.11">
+ <meta name="generator" content="mkdocs-1.2.1, mkdocs-material-7.1.8">
@@ -24,7 +24,7 @@
- <link rel="stylesheet" href="../../../assets/stylesheets/main.3754935a.min.css">
+ <link rel="stylesheet" href="../../../assets/stylesheets/main.ca7ac06f.min.css">
<link rel="stylesheet" href="../../../assets/stylesheets/palette.f1a3b89f.min.css">
@@ -883,9 +883,8 @@ represents a <em>widget</em>. A widget is represented by having a <code>type</co
</div>
</div>
- <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
+ <a href="#" class="md-top md-icon" title="Back to top" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
- Back to top
</a>
</main>
@@ -947,10 +946,10 @@ represents a <em>widget</em>. A widget is represented by having a <code>type</co
<div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div>
</div>
- <script id="__config" type="application/json">{"base": "../../..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant"], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../../assets/javascripts/workers/search.477d984a.min.js", "version": {"default": "nightly", "provider": "mike"}}</script>
+ <script id="__config" type="application/json">{"base": "../../..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant"], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../../assets/javascripts/workers/search.b0710199.min.js", "version": {"default": "nightly", "provider": "mike"}}</script>
- <script src="../../../assets/javascripts/bundle.ddd52ceb.min.js"></script>
+ <script src="../../../assets/javascripts/bundle.76f349be.min.js"></script>
</body>
diff --git a/0.6.3/configuration/config-file/theming/index.html b/0.6.3/configuration/config-file/theming/index.html
index 15b2cf6d..93df464b 100644
--- a/0.6.3/configuration/config-file/theming/index.html
+++ b/0.6.3/configuration/config-file/theming/index.html
@@ -16,7 +16,7 @@
<link rel="canonical" href="https://clementtsang.github.io/bottom/0.6.3/configuration/config-file/theming/">
<link rel="icon" href="../../../assets/images/favicon.png">
- <meta name="generator" content="mkdocs-1.2.1, mkdocs-material-7.1.11">
+ <meta name="generator" content="mkdocs-1.2.1, mkdocs-material-7.1.8">
@@ -24,7 +24,7 @@
- <link rel="stylesheet" href="../../../assets/stylesheets/main.3754935a.min.css">
+ <link rel="stylesheet" href="../../../assets/stylesheets/main.ca7ac06f.min.css">
<link rel="stylesheet" href="../../../assets/stylesheets/palette.f1a3b89f.min.css">
@@ -920,9 +920,8 @@
</div>
</div>
- <a href="#" class="md-top md-icon" data-md-component="top" data-md-state="hidden">
+ <a href="#" class="md-top md-icon" title="Back to top" data-md-component="top" data-md-state="hidden">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg>
- Back to top
</a>
</main>
@@ -984,10 +983,10 @@
<div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div>
</div>
- <script id="__config" type="application/json">{"base": "../../..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant"], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../../assets/javascripts/workers/search.477d984a.min.js", "version": {"default": "nightly", "provider": "mike"}}</script>
+ <script id="__config" type="application/json">{"base": "../../..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant"], "translations": {"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "search": "../../../assets/javascripts/workers/search.b0710199.min.js", "version": {"default": "nightly", "provider": "mike"}}</script>
- <script src="../../../assets/javascripts/bundle.ddd52ceb.min.js"></script>
+ <script src="../../../assets/javascripts/bundle.76f349be.min.js"></script>
</body>