Commit Graph

408 Commits (master)

Author SHA1 Message Date
aristocratos 592cf5a3ff Added option to change the tree view auto collapse depth 2020-09-11 23:15:44 +02:00
aristocratos f093d793d1 Added battery meter and stats 2020-09-11 22:56:08 +02:00
kyli0x d811c04b3c
added email/theme name 2020-09-10 14:54:13 -04:00
kyli0x 5c0d96e458
added missing # for hex vaule 2020-09-10 14:41:36 -04:00
kyli0x 3e2ad2b082 added kyli0x.theme 2020-09-08 19:10:08 -04:00
Adrien_D fd7c767f6d
Add in README.md instructions for Gentoo 2020-09-08 18:22:17 +02:00
aristocratos 1e23535aab v1.0.26 Bug fixes 2020-09-07 20:47:12 +02:00
aristocratos 02d98108cb Fixed temp color index crash and start from virtualenv crash 2020-09-07 20:44:30 +02:00
aristocratos e49030f9e5 v1.0.25 Added more adaptation for small terminal sizes 2020-09-06 21:36:53 +02:00
aristocratos d03387406a Fixed center clock 2020-09-06 09:53:18 +02:00
aristocratos b3872b85ff Updated theme folder for pypi installation 2020-09-05 22:16:49 +02:00
aristocratos 16852f652b Added more sizing adaptation for processes 2020-09-05 22:09:57 +02:00
aristocratos 206ebcd523 v1.0.24 Menu fixes for newly added features 2020-09-05 18:26:12 +02:00
aristocratos 4dcf22056b Fixed help menu entries 2020-09-05 18:24:36 +02:00
aristocratos a8faab32c0 Fixed "view_mode" option entry format 2020-09-05 18:17:25 +02:00
aristocratos dee2951e3a v1.0.23 New features and some fixes 2020-09-05 17:56:43 +02:00
aristocratos d9ac68b9b2 Added option to sync network scaling between download and upload 2020-09-05 17:50:30 +02:00
aristocratos f763801d68 Updated sample config 2020-09-05 16:42:12 +02:00
aristocratos a4a802b909 Merge branch 'spacing' 2020-09-05 16:32:02 +02:00
aristocratos 6bf5a44b7f Added view mode toggle with 3 presets 2020-09-05 16:29:06 +02:00
aristocratos c21ef0d1ea Updated sample config and command line arguments 2020-09-05 16:27:21 +02:00
aristocratos 0d5a13c421 v1.0.22 Some refactoring and cleanup 2020-09-01 21:14:02 +02:00
aristocratos 007bdc9ff9 Updated snap install info 2020-09-01 21:10:45 +02:00
aristocratos 56f04e9fce Added theme search path for snap install 2020-09-01 21:09:08 +02:00
aristocratos 0601aa2a94 Added info for debian package 2020-09-01 18:55:27 +02:00
aristocratos ec9e626002 Some refactoring and cleanup 2020-08-29 12:29:13 +02:00
RedBearAK 5ec30e87dd
Standardizing element spacing
This patch standardizes some spacing of elements in the "menu bar" areas for the CPU box and Process box. 

1. In every box corner except the top right (update_ms display), and bottom right (display of selected process / total number of processes), the elements are exactly two character widths away from the corner, which is visually appealing as a standard. This patch moves the update_ms display (top right) and the number of processes display (bottom right) to the left by one character width, to adhere to the two-character standard. There should be no visual display issues with the bottom right element and the "terminate" element up to a process count of 999/999, at a window size of 80x24 or larger. There are two character widths of spacing to the left up to process #99, then one character spacing and the capital "H" visual appearance for processes 100-999. 

2. Nearly every element that is near to (and "tied" to when the window expands) another associated element in the UI is allowed to be only a single character width away, forming a neat capital "H" with the graphical line characters. Except for the "filter" displayed element, which is two characters from "proc". Other elements that have more space between them typically have more than one character width by coincidence, such as "mem" and "graph" in the Memory box, and "disks" and "swap" in the Disks box, which each maintain two characters distance from their respective corners and expand away from each other, attached to their own box corners. This patch moves "filter" to the left by one character width, since it moves along with "proc" when the window is expanded. This removes a minor visual anomaly in the overall UI. 

3. The display of "Menu" and "mini" have not been moved in this patch. Since they are somewhat unique "meta" elements relating to the overall application rather than the content of a box, it seems visually logical that they be treated separately and left exactly where they are.
2020-08-27 21:42:46 -08:00
aristocratos 59916c9a85 v1.0.21 Bug fixes 2020-08-24 17:18:01 +02:00
aristocratos 37b7a3350e Merge branch 'cpu-name-cleanup' 2020-08-24 17:06:53 +02:00
aristocratos 7214785cf8 Logo absolute path 2020-08-24 17:02:46 +02:00
RedBearAK 0115bb68f3
Clean excess whitespace from CPU model name
Added one line to clean excess whitespace from the returned CPU model name, just before unnecessary patterns are removed and the name is returned. See issue #68
2020-08-23 21:56:28 -08:00
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