Commit Graph

127 Commits (970bda635ed670f8b9ba35c79bfbc83f707f1cbf)

Author SHA1 Message Date
aristocratos 970bda635e Changed to absolute paths 2020-08-23 23:02:31 +02:00
aristocratos 7806d6f66b v1.0.20 Release bump to fix pypi and source version missmatch 2020-08-23 22:53:51 +02:00
aristocratos 62ccba9cf7 v1.0.19 Bug fixes 2020-08-23 21:15:59 +02:00
aristocratos d4656b594b Updated example config file and install instructions 2020-08-23 21:15:01 +02:00
aristocratos ccc3d0bcd0 Fixed sorting out negative cpu temperature values from bad sensors 2020-08-23 21:13:01 +02:00
aristocratos 620f3b47f6 Changed net_auto to default to True 2020-08-23 15:11:33 +02:00
aristocratos 332e8458ce v1.0.18 Bug fixes 2020-08-23 15:00:49 +02:00
aristocratos 6e84fadabc Fix init screen and error log level when starting from pip installation 2020-08-23 14:59:38 +02:00
aristocratos 17fad3d834 v1.0.17 2020-08-23 14:26:10 +02:00
aristocratos 95b0076445 Expanded cpu name detection 2020-08-23 13:17:16 +02:00
aristocratos 5ff5f23400 Merge branch 'dracula-theme' 2020-08-23 12:56:20 +02:00
AethanFoot 0d1e0c057c Added background for toggle update 2020-08-23 11:46:21 +01:00
aristocratos dfc6ea70dc Added option to toggle theme background color 2020-08-23 12:37:34 +02:00
aristocratos d998ca4eb3 Merge branch 'dracula-theme' 2020-08-23 12:15:32 +02:00
aristocratos 4a85353b3d Fixed issues when importing from non terminal 2020-08-23 12:14:00 +02:00
AethanFoot 4626ea643a Added the new colours 2020-08-23 11:09:43 +01:00
AethanFoot a14b5fc74f Dracula based theme 2020-08-22 22:45:46 +01:00
aristocratos 34662b46de Added freebsd and fedora instructions 2020-08-22 21:16:52 +02:00
aristocratos 3fe37baf01 Merge branch 'freebsd-inst' 2020-08-22 21:06:41 +02:00
aristocratos 2f3eefe946 Added pip, arch and snap instructions 2020-08-22 21:04:12 +02:00
aristocratos 1b2579ba93 Merge branch 'pypi-poetry' 2020-08-22 20:21:15 +02:00
aristocratos 8109e9e890 Added theme install and path detection 2020-08-22 20:20:58 +02:00
Claudio Jolowicz c6a3c4b3ec
Declare THEME as global before assignment in `main` 2020-08-22 14:09:14 +02:00
Claudio Jolowicz 00e2d6675b
Move `Init` class from `main` to top-level 2020-08-22 14:02:11 +02:00
Claudio Jolowicz 1c5b9fef55
Update author email 2020-08-22 13:52:47 +02:00
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