Commit Graph

202 Commits (c7a1c7cfae533fd9693adf3dcd51f786d27d3666)

Author SHA1 Message Date
Claudio Jolowicz 72c26e9901
Add console script 2020-08-22 13:49:44 +02:00
Claudio Jolowicz a79042bc28
Add `main` function as entry point for console script 2020-08-22 13:49:01 +02:00
Claudio Jolowicz 442802af99
Rename `main` to `run`
By convention, the entry point for the console script is a function called
`main`. This function encompasses all the code currently in the `if __name__ ==
"__main__":` block. But there is already a function called `main`, for the main
loop. So we rename this function to `run`, choosing a short name with similar
meaning.
2020-08-22 13:45:21 +02:00
Claudio Jolowicz 95cdf83b22
Add psutil 5.7.2 (^5.7.0) 2020-08-22 13:38:46 +02:00
Claudio Jolowicz 91cff08d59
Add poetry.lock 2020-08-22 13:37:00 +02:00
Claudio Jolowicz 3b6ce59049
Add pyproject.toml 2020-08-22 13:36:38 +02:00
aristocratos 40a53c6795 Added error checking for net_download and net_upload config values 2020-08-20 18:31:12 +02:00
aristocratos 87096cde0d Added psutil outdated warning message 2020-08-18 21:51:34 +02:00
aristocratos 73eb150abe v1.0.16 Added ability to expand/collapse processes in tree view 2020-08-16 00:56:33 +02:00
aristocratos bc11610037 Added ability to expand/collapse processes in the tree view 2020-08-16 00:53:51 +02:00
aristocratos bb0e762e78 Fixed net_upload variable not working 2020-08-15 20:57:14 +02:00
aristocratos 21b1dc1e81 v1.0.15 New features and bug fixes 2020-08-15 18:07:44 +02:00
aristocratos c10bb09371 Added network graph color gradient bandwidth option by @drazil100 2020-08-15 17:39:45 +02:00
aristocratos 0226b55df0 Merge branch 'network-color-scaling' 2020-08-15 15:59:29 +02:00
aristocratos 78ab03cf95 Added cpu_thermal sensor detection for raspberri pi cpu temp 2020-08-15 15:27:54 +02:00
aristocratos 2c49f4baa2 Fixed single color graphs crash 2020-08-15 15:17:21 +02:00
aristocratos 6693ff3095 v1.0.14 New color attributes added to theme parser 2020-08-14 19:55:15 +02:00
aristocratos fea9351039 Added "graph_text" color value to make text more readable 2020-08-14 19:44:24 +02:00
aristocratos 195b33edc0 Added new theme values "graph_text", "meter_bg", "process_start", "process_mid" and "process_end", see default_black.theme for reference 2020-08-14 19:37:40 +02:00
aristocratos a8628d0fb3 Added graph_text color value 2020-08-14 19:16:22 +02:00
aristocratos 27d06fb610 Added new theme color values 2020-08-14 19:16:00 +02:00
aristocratos 1777cc2945 v1.0.13 Bug fixes 2020-08-12 16:58:59 +02:00
aristocratos 3a1f055f69 Fixed Check for minimum terminal size at start when init screen is enabled 2020-08-12 16:57:34 +02:00
aristocratos f867c86fdb Fixed cpu usage bug when showing tree and memory in percent 2020-08-12 16:30:27 +02:00
aristocratos 63058a1178 v1.0.12 Fixed cpu temp colors 2020-08-11 21:39:43 +02:00
aristocratos 38d9e97504 Fixed cpu high and cpu crit for osx and raspberry pi 2020-08-11 21:37:57 +02:00
aristocratos 739eeca3b7 v1.0.11 Bug fixes 2020-08-11 20:35:34 +02:00
aristocratos b1d664f947 Fixed crash on sorting change when lacking permissions 2020-08-11 20:32:20 +02:00
aristocratos 3e8edfe3e4 Fixed cpu temperature colors not converted to percent of cpu critcal temp 2020-08-11 20:23:19 +02:00
aristocratos 30b65ef3b8 Fixed slowdown when showing memory in percent instead of bytes 2020-08-11 20:08:05 +02:00
aristocratos 52053dbd84 Fixed: Load AVG being drawn outside box on small sizes 2020-08-11 17:09:05 +02:00
aristocratos 7593363165 Fixed getsensors detection of vcgencmd 2020-08-11 16:50:25 +02:00
aristocratos 2942a44f9b v1.0.10 Bug fix 2020-08-10 22:08:31 +02:00
aristocratos 3208be592f Fixed raspberry pi cpu temps, actually fixed this time... 2020-08-10 21:50:15 +02:00
aristocratos f38f5441a3 v1.0.9 Raspberry pi cpu temp fix 2020-08-10 16:28:40 +02:00
aristocratos b306fc2776 Fixed: Raspberry pi cpu temp, again. 2020-08-10 16:27:35 +02:00
drazil100@gmail.com d35e6e539e Scale network graph gradient with top speed instead of with the height of the graph 2020-08-09 19:08:51 -05:00
aristocratos 93d68b8ecb Merge branch 'master' of github.com:aristocratos/bpytop 2020-08-09 18:01:28 +02:00
aristocratos ce897681fc v1.0.8 New features and some bug fixes 2020-08-09 18:00:26 +02:00
aristocratos cb733e02d7 v1.0.8 New features and some bug fixes 2020-08-09 17:57:59 +02:00
aristocratos e6bcc9d65f Added: Set terminal title at start 2020-08-09 17:56:06 +02:00
aristocratos 8fcf638d83 Added update checker 2020-08-09 17:43:36 +02:00
aristocratos 164598e5a9 Added options to sed custom network graphs min scaling values and "auto" button to toggle manual and default values. 2020-08-09 16:20:00 +02:00
aristocratos d38d74d92f Added option to show memory in bytes for processes, enabled by default 2020-08-09 14:45:03 +02:00
aristocratos 99f9b0828b Fixed failure to detect cpu temp on raspberry pi 2020-08-09 13:53:42 +02:00
Li-Wen Hsu 295af88aff
Update FreeBSD installation instructions 2020-08-08 22:45:19 +08:00
aristocratos ca3fe5cd30 Layout changes to cpu box 2020-08-07 19:39:58 +02:00
aristocratos 21f9aadde9 v1.0.7 Bug fixes 2020-08-06 21:44:05 +02:00
aristocratos e2c59366c2 Fixed crash when starting with show_disks=False 2020-08-06 19:07:42 +02:00
aristocratos 8b96badd59 Changed info box to restore last selection on close 2020-08-06 18:06:43 +02:00