43 Commits

Author SHA1 Message Date
Clement Tsang bb08494c12 other: use vhs to automatically record demo gif (#2006)
This PR adds a vhs "tape" file to automatically do the demo gif
recording. The point of this is to make it more consistent/easy to do,
and this has the benefit of making a smaller gif file.
2026-03-22 18:57:23 -04:00
Tom b771527304 other: rename Linux icon to avoid collision with generic bottom icon (#1896)
Many icon themes, e.g. the Papirus icon theme [1], ship with a generic
icon named `bottom` under `<scale>/actions/bottom.<extension>`. This
caused the icon for the bottom application to be displayed as the
generic icon when using an icon theme that ships with it.

[1] https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
2025-12-12 14:47:52 +01:00
Tommaso Montanari 1197a2f6bc other: Replace bottom icon with square version (#1863) 2025-11-15 11:15:28 -05:00
Clement Tsang abbf751685 ci: use icon in wix (#1840)
* move icon location

* fix gitignore

* oop
2025-10-25 10:30:17 -04:00
Tommaso Montanari 66ab4f7ef0 other: Added icon to bottom (#1838) 2025-10-24 08:23:19 +08:00
Clement Tsang a4a237c8d2 docs: update gif for 0.8.0 (#998) 2023-01-22 03:55:14 -05:00
imgbot[bot] 543fd6c047 docs: [ImgBot] Optimize images (#947)
/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>
2023-01-01 00:59:43 -05:00
Clement Tsang b7bf57481f docs: update demo to 0.7.0 (#941)
* docs: update demo to 0.7.0

* update again
2022-12-31 20:47:33 -05:00
Clement Tsang 06071d5abf docs: migrate documentation over to mkdocs (#506)
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-21 01:40:58 -04:00
imgbot[bot] a6f6df9ff8 [ImgBot] Optimize images (#505)
/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-20 20:29:51 -04:00
Clement Tsang 3313e88334 bug: Fix battery widget color and mouse (#504)
Fixes two bugs causing the battery widget colours and mouse events to be broken.
2021-06-20 20:28:44 -04:00
Clement Tsang 6b14983c71 docs: update demo gif for 0.6.0 (#470)
Updates the demo gif in the README for 0.6.0.
2021-05-09 17:20:16 -04:00
imgbot[bot] 280bcbead2 docs: [ImgBot] Optimize images (#457)
*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-23 00:07:23 -04:00
Clement Tsang f33bb42c5b feature: Add mount filtering, rework filter priority logic (#455)
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-04-22 23:43:12 -04:00
Clement Tsang 90be9730a6 feature: Add network interface filtering (#381)
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
```
2021-01-01 18:09:28 -05:00
Clement Tsang 5fedf8a5db other: update gruvbox and some documentation (#310) 2020-11-19 23:32:57 -05:00
imgbot[bot] 972ca99d48 chore: [ImgBot] Optimize images (#226)
*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-06 23:24:45 -04:00
Clement Tsang eb8295c430 feature: Adds tree view (#223)
Adds a tree process view to bottom.

Currently uses a pretty jank method of column width setting, should get fixed in #225.
2020-09-06 23:03:03 -04:00
ClementTsang 105e9d27bb docs: rename demo gif 2020-09-02 22:14:03 -04:00
imgbot[bot] 73267f38bd chore: [ImgBot] Optimize images (#221)
*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-02 22:08:07 -04:00
Clement Tsang cef3166cf8 feature: Add ability to filter out disks and temp (#220)
You can now filter out disks and temp sensors by name via config.
2020-09-02 22:02:49 -04:00
imgbot[bot] 6266593bf0 chore: [ImgBot] Optimize images (#203)
/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-26 20:30:45 -04:00
ClementTsang 31ee9b73fc docs: Update README to include sorting 2020-08-26 19:06:55 -04:00
Clement Tsang 7e8bf95179 uptick: 0.4.6 (#200) 2020-08-25 01:01:14 -04:00
imgbot[bot] 16b6f442ac chore: optimize images
*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-04 17:46:00 -04:00
Clement Tsang c458a4d101 docs: update screenshots 2020-05-04 17:23:15 -04:00
ImgBotApp 329c00480f [ImgBot] Optimize images
/assets/quote_search.png -- 225.84kb -> 199.47kb (11.68%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-05-03 04:56:34 +00:00
ClementTsang d1ef24165d docs: more details about search 2020-05-03 00:54:45 -04:00
ImgBotApp ff94d56693 [ImgBot] Optimize images
*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-03 03:54:54 +00:00
ClementTsang 73c16e259d docs: update with search details 2020-05-02 23:46:07 -04:00
imgbot[bot] 57b65ce750 opt: optimize images (#121)
/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-16 20:24:38 -04:00
Clement Tsang 163f6823a2 feature: Add battery widget (#120) 2020-04-16 20:06:50 -04:00
imgbot[bot] 09ab88e7bf [ImgBot] Optimize images (#104)
/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 20:35:02 -04:00
ClementTsang e30ec757f7 (docs) Update README to contain info about basic 2020-04-04 18:36:20 -04:00
ImgBotApp a30f0bc929 [ImgBot] Optimize images
*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 05:10:24 +00:00
ClementTsang 572d665a8a (docs): Update README to be a bit nicer 2020-04-03 00:50:56 -04:00
imgbot[bot] e16eb832fc [ImgBot] Optimize images (#68)
/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-03-05 20:33:04 -05:00
ClementTsang 3ae5248874 Update docs, update gif again. 2020-02-17 00:20:31 -05:00
ClementTsang 9fcbff99a3 Update GIF, add DELETE key to search options. 2020-02-16 21:54:29 -05:00
ClementTsang b587b1fe57 [skip travis] Update recording. 2020-01-09 22:26:36 -05:00
ClementTsang 6df4843a8f [skip travis] More documentation tweaking 2020-01-02 23:49:23 -05:00
ClementTsang 8cc8b47c89 Some documentation changes 2020-01-02 23:42:44 -05:00
ClementTsang 0550402698 Added dd command on linux. 2019-09-16 21:45:48 -04:00