| LOW | tests/valid_configs/all_styling.toml | 1 | # These are all the components that support custom theming. Note that colour support |
| LOW | tests/valid_configs/all_styling_color.toml | 1 | # Styling but we use "color" everywhere. |
| LOW | tests/integration/layout_movement_tests.rs | 1 | // TODO: Test basic mode |
| LOW | .github/workflows/build_releases.yml | 1 | # Builds the following releases: |
| LOW | .github/workflows/ci.yml | 121 | use-cross: ${{ matrix.info.cross }} |
| LOW | .github/workflows/ci.yml | 361 | uses: ClementTsang/cargo-action@2438cc5f3ba4e971289fffca2a00dedea6911f14 # v0.0.7 |
| LOW | sample_configs/default_config.toml | 1 | # This is a default config file for bottom. All of the settings are commented |
| LOW | sample_configs/default_config.toml | 21 | #rate = "1s" |
| LOW | sample_configs/default_config.toml | 41 | # Whether to make process searching case sensitive by default. |
| LOW | sample_configs/default_config.toml | 61 | #default_time_value = "60s" |
| LOW | sample_configs/default_config.toml | 81 | |
| LOW | sample_configs/default_config.toml | 101 | #tree = false |
| LOW | sample_configs/default_config.toml | 121 | # Deprecated - use network_graph.use_log. |
| LOW | sample_configs/default_config.toml | 141 | #enable_cache_memory = false |
| LOW | sample_configs/default_config.toml | 161 | # The columns shown by the process widget. The following columns are supported (the GPU columns are only available if th |
| LOW | sample_configs/default_config.toml | 181 | # Disable the advanced kill dialog and just show the basic one with no options. Only available on Linux, macOS, and Free |
| LOW | sample_configs/default_config.toml | 201 | |
| LOW | sample_configs/default_config.toml | 221 | # The columns shown by the process widget. The following columns are supported: |
| LOW | sample_configs/default_config.toml | 241 | #regex = true |
| LOW | sample_configs/default_config.toml | 261 | #case_sensitive = false |
| LOW | sample_configs/default_config.toml | 281 | # A list of filters to try and match. |
| LOW | sample_configs/default_config.toml | 301 | # there is no limit. Is in the configured temperature unit. |
| LOW | sample_configs/default_config.toml | 321 | |
| LOW | sample_configs/default_config.toml | 341 | #[network_graph.interface_filter] |
| LOW | sample_configs/default_config.toml | 361 | # Built-in themes. Valid values are: |
| LOW | sample_configs/default_config.toml | 381 | #[styles.temp_graph] |
| LOW | sample_configs/default_config.toml | 401 | |
| LOW | sample_configs/default_config.toml | 421 | # Layout - layouts follow a pattern like this: |
| LOW | sample_configs/default_config.toml | 441 | # type="temp" |
| LOW | src/constants.rs | 261 | |
| LOW | src/constants.rs | 281 | # Whether to set CPU% on a process to be based on the total CPU or per-core CPU% (not divided by the number of cpus). |
| LOW | src/constants.rs | 301 | # The temperature unit. One of the following, defaults to "c" for Celsius: |
| LOW | src/constants.rs | 321 | |
| LOW | src/constants.rs | 341 | # Disable keyboard shortcuts |
| LOW | src/constants.rs | 361 | |
| LOW | src/constants.rs | 381 | # Deprecated - use processes.hide_k_threads. |
| LOW | src/constants.rs | 401 | #memory_legend = "top-right" |
| LOW | src/constants.rs | 421 | # Hide kernel threads from being shown. Linux only. |
| LOW | src/constants.rs | 441 | |
| LOW | src/constants.rs | 461 | #default = "average" |
| LOW | src/constants.rs | 481 | # don't want to see them. An example use case is provided below. |
| LOW | src/constants.rs | 501 | #is_list_ignored = true |
| LOW | src/constants.rs | 521 | # |
| LOW | src/constants.rs | 541 | |
| LOW | src/constants.rs | 561 | # Whether to use regex. Defaults to false. |
| LOW | src/constants.rs | 581 | #free_arc = false |
| LOW | src/constants.rs | 601 | #case_sensitive = false |
| LOW | src/constants.rs | 621 | |
| LOW | src/constants.rs | 641 | #rx_colour = "light magenta" |
| LOW | src/constants.rs | 661 | #widget_title = {colour = "gray"} |
| LOW | src/constants.rs | 681 | # type="cpu" |
| LOW | src/options.rs | 121 | } |
| LOW | src/options/config/temperature_graph.rs | 1 | use serde::Deserialize; |
| LOW | src/options/config/cpu.rs | 1 | use serde::Deserialize; |
| LOW | src/options/config/memory_graph.rs | 1 | //! Memory graph configuration. |
| LOW | src/options/config/disk_io_graph.rs | 1 | use serde::Deserialize; |
| LOW | src/options/config/style.rs | 41 | /// A style for text. |
| LOW | src/options/config/style.rs | 61 | /// Whether to make this text italicized or not. If not set, |
| LOW | src/options/config/process.rs | 1 | use serde::Deserialize; |
| LOW | src/options/config/process.rs | 21 | /// Whether to get process child threads. |
| 44 more matches not shown… |