bottom/src
Clement Tsang b60a62d5f0
other: keep running even if logger fails to initialize (#1132)
This just makes it so that even if the logger is enabled, if it fails to
initialize (e.g. read-only directory), bottom will still continue to
start up, and just print a warning that the logger encountered an issue.
2023-05-06 12:56:01 -04:00
..
app other: use sysinfo for temps for android and ios (#1130) 2023-05-06 00:58:19 -04:00
bin other: keep running even if logger fails to initialize (#1132) 2023-05-06 12:56:01 -04:00
canvas refactor: add fallback process signal (#1112) 2023-04-22 00:19:05 -04:00
components clippy: appease clippy as of Rust 1.68.0 (#1055) 2023-03-11 01:20:46 -05:00
options feature: show running time of processes (#801) 2023-05-02 01:33:53 -04:00
units clippy: appease clippy as of Rust 1.68.0 (#1055) 2023-03-11 01:20:46 -05:00
utils feature: show running time of processes (#801) 2023-05-02 01:33:53 -04:00
widgets feature: show running time of processes (#801) 2023-05-02 01:33:53 -04:00
app.rs feature: add customizable process columns (#1115) 2023-04-29 19:21:48 -04:00
canvas.rs feature: add buffer and cache memory (#1063) 2023-04-12 22:51:41 -04:00
clap.rs deps: update clap to 4.x (#1107) 2023-04-21 00:07:34 -04:00
components.rs refactor: switch to pipe gauge implementation for basic cpu + mem (#829) 2022-10-13 10:17:26 -04:00
constants.rs feature: add customizable process columns (#1115) 2023-04-29 19:21:48 -04:00
data_conversion.rs feature: add current battery charging state, update field names (#1106) 2023-04-19 00:46:57 -04:00
lib.rs other: update default config generation to show cache (#1102) 2023-04-15 02:01:35 -04:00
options.rs feature: add customizable process columns (#1115) 2023-04-29 19:21:48 -04:00
units.rs refactor: move data passing for table to another step (#863) 2022-11-02 00:36:55 -04:00
utils.rs Change how we call time in data_collection step 2020-01-09 21:59:52 -05:00
widgets.rs refactor: move widgets out of the app folder nesting (#917) 2022-11-28 00:26:58 -05:00