summaryrefslogtreecommitdiffstats
path: root/assets
AgeCommit message (Collapse)Author
2023-01-22docs: update gif for 0.8.0 (#998)Clement Tsang
2023-01-01docs: [ImgBot] Optimize images (#947)imgbot[bot]
/assets/demo.gif -- 3,692.42kb -> 3,226.92kb (12.61%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-12-31docs: update demo to 0.7.0 (#941)Clement Tsang
* docs: update demo to 0.7.0 * update again
2021-06-21docs: migrate documentation over to mkdocs (#506)Clement Tsang
A large migration of documentation over to mkdocs, and some rewrites. Some stuff (install information, basic supported systems, contributors, thanks) are still staying in README.md, and CONTRIBUTING.md is essentially duplicated right now. However, stuff like configuration and key/mouse bindings are now moved to mkdocs. Some parts are still a bit WIP - it is definitely not done (documentation never seems to be...). However, it should be "good enough" for now, and I'm much happier working with the documentation in this form than trying to scroll through a giant endless README.md file. It also works much better for adding new documentation.
2021-06-20[ImgBot] Optimize images (#505)imgbot[bot]
/assets/battery.png -- 166.21kb -> 142.22kb (14.43%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-06-20bug: Fix battery widget color and mouse (#504)Clement Tsang
Fixes two bugs causing the battery widget colours and mouse events to be broken.
2021-05-09docs: update demo gif for 0.6.0 (#470)Clement Tsang
Updates the demo gif in the README for 0.6.0.
2021-04-23docs: [ImgBot] Optimize images (#457)imgbot[bot]
*Total -- 76.76kb -> 58.86kb (23.32%) /assets/disk_name_mount_filter.png -- 24.58kb -> 17.70kb (27.97%) /assets/disk_no_filter.png -- 36.56kb -> 28.63kb (21.7%) /assets/disk_name_filter.png -- 15.62kb -> 12.53kb (19.8%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-04-22feature: Add mount filtering, rework filter priority logic (#455)Clement Tsang
This PR accomplishes two things: 1. This PR aims to add mount_filter to the config file. This allows a user to filter their disk widget entries by the mount name as well; this was particularly a problem in trying to address #431. 2. A slight rework of how the filter system works due to the need of being able to manage two potentially conflicting filter sources, since the disk widget will now potentially filter on both the disk name and the mount name. In regards to the second point, the new behaviour is as such: 1. Is the entry allowed through any filter? That is, does it match an entry in a filter where is_list_ignored is false? If so, we always keep this entry. 2. Is the entry denied through any filter? That is, does it match an entry in a filter where is_list_ignored is true? If so, we always deny this entry. 3. Anything else is allowed. This main (breaking) change is really the third point. This would mean that temp_filter and net_filter, when set to allow listed entries with is_list_ignored = false, are kinda... useless, as a whitelist in the scenario of being the only filter is kinda pointless. But hopefully this shouldn't be a problem...?
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-11-19other: update gruvbox and some documentation (#310)Clement Tsang
2020-09-06chore: [ImgBot] Optimize images (#226)imgbot[bot]
*Total -- 641.18kb -> 541.81kb (15.5%) /assets/trees_2.png -- 227.68kb -> 190.77kb (16.21%) /assets/trees_1.png -- 361.14kb -> 305.06kb (15.53%) /assets/trees_3.png -- 52.36kb -> 45.97kb (12.2%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-09-06feature: Adds tree view (#223)Clement Tsang
Adds a tree process view to bottom. Currently uses a pretty jank method of column width setting, should get fixed in #225.
2020-09-02docs: rename demo gifClementTsang
2020-09-02chore: [ImgBot] Optimize images (#221)imgbot[bot]
*Total -- 134.20kb -> 116.22kb (13.4%) /assets/temp_filter_pre.png -- 45.44kb -> 37.86kb (16.69%) /assets/disk_filter_pre.png -- 26.47kb -> 22.86kb (13.66%) /assets/temp_filter_post2.png -- 20.45kb -> 17.82kb (12.87%) /assets/disk_filter_post2.png -- 16.96kb -> 15.10kb (10.97%) /assets/disk_filter_post.png -- 16.90kb -> 15.11kb (10.6%) /assets/temp_filter_post.png -- 7.97kb -> 7.48kb (6.25%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-09-02feature: Add ability to filter out disks and temp (#220)Clement Tsang
You can now filter out disks and temp sensors by name via config.
2020-08-26chore: [ImgBot] Optimize images (#203)imgbot[bot]
/assets/sort.png -- 280.22kb -> 233.91kb (16.53%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-08-26docs: Update README to include sortingClementTsang
2020-08-25uptick: 0.4.6 (#200)Clement Tsang
2020-05-04chore: optimize imagesimgbot[bot]
*Total -- 1,250.90kb -> 1,084.93kb (13.27%) /assets/search_empty.png -- 200.36kb -> 169.74kb (15.28%) /assets/basic_mode.png -- 216.44kb -> 183.68kb (15.14%) /assets/quote_search.png -- 217.46kb -> 185.91kb (14.51%) /assets/regex_search.png -- 108.25kb -> 92.93kb (14.15%) /assets/battery.png -- 155.70kb -> 135.39kb (13.05%) /assets/sample_layout.png -- 107.67kb -> 94.99kb (11.78%) /assets/simple_search.png -- 50.38kb -> 45.12kb (10.44%) /assets/and_or_search.png -- 32.19kb -> 28.91kb (10.21%) /assets/usage_search.png -- 38.14kb -> 34.45kb (9.68%) /assets/cpu_layout.png -- 124.30kb -> 113.83kb (8.43%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-05-04docs: update screenshotsClement Tsang
2020-05-03[ImgBot] Optimize imagesImgBotApp
/assets/quote_search.png -- 225.84kb -> 199.47kb (11.68%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-05-03docs: more details about searchClementTsang
2020-05-03[ImgBot] Optimize imagesImgBotApp
*Total -- 554.66kb -> 463.59kb (16.42%) /assets/basic_mode.png -- 190.42kb -> 142.90kb (24.96%) /assets/or_search.png -- 60.64kb -> 52.66kb (13.17%) /assets/search_empty.png -- 168.80kb -> 146.61kb (13.14%) /assets/simple_search.png -- 50.47kb -> 45.18kb (10.48%) /assets/simple_advanced_search.png -- 50.16kb -> 44.96kb (10.36%) /assets/search_cpu_filter.png -- 34.17kb -> 31.28kb (8.47%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-05-02docs: update with search detailsClementTsang
2020-04-16opt: optimize images (#121)imgbot[bot]
/assets/battery.png -- 1,827.86kb -> 1,251.54kb (31.53%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-04-16feature: Add battery widget (#120)Clement Tsang
2020-04-04[ImgBot] Optimize images (#104)imgbot[bot]
/assets/basic_mode.png -- 155.11kb -> 111.93kb (27.83%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-04-04(docs) Update README to contain info about basicClementTsang
2020-04-03[ImgBot] Optimize imagesImgBotApp
*Total -- 336.94kb -> 251.45kb (25.37%) /assets/cpu_layout.png -- 215.94kb -> 160.37kb (25.73%) /assets/sample_layout.png -- 121.00kb -> 91.08kb (24.73%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-04-03(docs): Update README to be a bit nicerClementTsang
2020-03-05[ImgBot] Optimize images (#68)imgbot[bot]
/assets/cpu_filter.png -- 100.80kb -> 87.13kb (13.56%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-02-17Update docs, update gif again.ClementTsang
2020-02-16Update GIF, add DELETE key to search options.ClementTsang
2020-01-09[skip travis] Update recording.ClementTsang
2020-01-02[skip travis] More documentation tweakingClementTsang
2020-01-02Some documentation changesClementTsang
2019-09-16Added dd command on linux.ClementTsang