Commit Graph

171 Commits (v1.0.30)

Author SHA1 Message Date
aristocratos 96ffae4310 v1.0.30 Battery stat fix and argument parsing optimization 2020-09-12 15:10:39 +02:00
aristocratos 9b05d987ce Fixed hide battery time when not known 2020-09-12 15:04:12 +02:00
aristocratos f19d883532 Changed to using argparse 2020-09-12 14:59:04 +02:00
aristocratos a99a57c733 Merge branch 'argparse' 2020-09-12 14:52:11 +02:00
j_umar cfe8eeed9a Easy arguments handler 2020-09-12 12:33:50 +00:00
aristocratos 95183128e6 v1.0.29 Battery stats fixes 2020-09-12 14:27:41 +02:00
aristocratos 8f589f1931 Fixed battery percent converted to integer, battery timed hidden at 100% 2020-09-12 14:26:34 +02:00
aristocratos e12a3e2b6e v1.0.28 Battery meter bugfix 2020-09-12 13:34:55 +02:00
aristocratos 58bf478534 Fixed battery meter crash when connecting/disconnecting battery 2020-09-12 13:32:45 +02:00
aristocratos 0be2d3b9fe Added new repositories 2020-09-12 12:34:28 +02:00
aristocratos 4011255fc5 Merge branch 'gentoo' 2020-09-12 12:32:54 +02:00
kyli0x 47354c0fae changed bpytop.git to bpytop to match AUR 2020-09-11 19:50:53 -04:00
aristocratos 67fe090fe6 v1.0.27 New features and new theme kyli0x 2020-09-12 00:00:02 +02:00
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