summaryrefslogtreecommitdiffstats
path: root/sample_configs
AgeCommit message (Collapse)Author
2021-11-20refactor: mostly add back tree mode for processClementTsang
Mouse control on collapse is not working yet, need to do some work internally first.
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