From 02aa772068009e0a893eb4e9ad69ac0587a458f8 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Mon, 19 Jul 2021 03:09:54 -0500 Subject: Deployed 32c3b1a to 0.6.3 with MkDocs 1.2.1 and mike 1.0.1 --- .../configuration/config-file/data-filtering/index.html | 17 ++++++++--------- .../configuration/config-file/default-config/index.html | 11 +++++------ 0.6.3/configuration/config-file/flags/index.html | 11 +++++------ 0.6.3/configuration/config-file/layout/index.html | 11 +++++------ 0.6.3/configuration/config-file/theming/index.html | 11 +++++------ 5 files changed, 28 insertions(+), 33 deletions(-) (limited to '0.6.3/configuration/config-file') 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 @@ - + @@ -24,7 +24,7 @@ - + @@ -803,7 +803,7 @@

You can hide specific disks, temperature sensors, and networks by name in the config file via disk_filter and mount_filter, temp_filter, and net_filter respectively. Regex (regex = true), case-sensitivity (case_sensitive = true), and matching only if the entire word matches (whole_word = true) are supported, but are off by default. Filters default to denying entries that match and can be toggled by setting is_list_ignored to false in the config file.

For example, here's the disk widget with no filter:

-

Disk no filter

+

Disk no filter

The following in the config file would filter out some entries by disk name:

[disk_filter]
 is_list_ignored = true
@@ -812,7 +812,7 @@
 case_sensitive = false
 whole_word = false
 
-

Disk widget with just disk name filter

+

Disk widget with just disk name filter

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 /dev/sda, but deny anything with /mnt/.* or /. So to do so, we write in the config file:

[disk_filter]
 is_list_ignored = false
@@ -829,7 +829,7 @@
 whole_word = true
 

This gives us:

-

Disk widget with disk name and mount filter

+

Disk widget with disk name and mount filter

@@ -841,9 +841,8 @@ - + - Back to top @@ -905,10 +904,10 @@
- + - + 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 @@ - + @@ -24,7 +24,7 @@ - + @@ -832,9 +832,8 @@ - + - Back to top @@ -896,10 +895,10 @@
- + - + 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 @@ - + @@ -24,7 +24,7 @@ - + @@ -964,9 +964,8 @@ - + - Back to top @@ -1028,10 +1027,10 @@
- + - + 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 @@ - + @@ -24,7 +24,7 @@ - + @@ -883,9 +883,8 @@ represents a widget. A widget is represented by having a type - + - Back to top @@ -947,10 +946,10 @@ represents a widget. A widget is represented by having a type
- + - + 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 @@ - + @@ -24,7 +24,7 @@ - + @@ -920,9 +920,8 @@ - + - Back to top @@ -984,10 +983,10 @@
- + - + -- cgit v1.2.3