summaryrefslogtreecommitdiffstats
path: root/sample_configs
AgeCommit message (Collapse)Author
2022-12-07docs: update changelog + docs for default expansion feature (#928)Clement Tsang
2022-12-06feature: Adding default expanded option to commandline and config (#919)Chon Sou
* [#822] adding default expanded option to commandline and config * refactoring (#919) * nullifying default expanded when in basic mode (#919)
2022-11-21other: non-normalized process CPU% cleanup and docs (#910)Clement Tsang
* refactor: simplify non-normalized code * update docs * appease clippy * add comment * unnormalized * fix issues on non-Linux regarding typos/imports
2022-11-21feature: per-core process cpu usage percentage (#899)database64128
2022-11-13feature: add custom retention periods for data (#892)Clement Tsang
* feature: add custom retention periods for data * docs: update changelog * docs: update docs
2022-10-16enable gpu mem cli and update docs for arc/gpu mem (#836)Justin Martin
2021-07-25other: update default config file (#561)Clement Tsang
Update the default config file example in the repo as of 2021-07-25.
2021-01-01feature: Add network interface filtering (#381)Clement Tsang
Adds a new option in the config file to filter out network interfaces. Also add the option to filter by whole words. Interface follows that of the existing ones: ```toml [net_filter] is_list_ignored = false list = ["virbr0.*"] regex = true case_sensitive = false whole_word = false ```
2020-12-28feature: Add process_command to default to the process command (#379)Clement Tsang
Adds a `process_command` flag and config option to default to showing the full command in the process widget on startup.
2020-11-22other: update default config.tomlClementTsang
2020-05-04docs: update screenshotsClement Tsang
2020-04-22fix: Fixes typo in config generationClementTsang
2020-04-22docs: update default configClementTsang
2020-04-03(docs): Update README to be a bit nicerClementTsang
2020-03-03Add basic flag to sample config, also fixed incorrect flag name for configs.ClementTsang
2020-02-23Support average cpu colour separately from others. Redid documentation.ClementTsang
2020-02-20Moved some files around.ClementTsang