summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-03-06Fixed: Bad indentationHEADmasteraristocratos
2022-03-06Updated poetryaristocratos
2022-03-06Fixed: Mixed indentationaristocratos
2021-12-22v1.0.68 Bug fixesv1.0.68aristocratos
2021-12-22Fix typos discovered by codespell (#343)Christian Clauss
* Fix typos discovered by codespell * Fix typos discovered by codespell * Fix typo
2021-12-22search processes using vim keybinds (#351)Krithic Kumar
2021-12-22Removed a simple consider-using-in pitfall case (#358)Naelson Douglas C. Oliveira
* Removed a simple pitfall case where the code was incurring into the Pylint error R1714 consider-using-in https://github.com/vald-phoenix/pylint-errors/blob/master/plerr/errors/refactoring/R1714.md * removed a typo
2021-12-22Create gruvbox_dark_v2.theme (#367)Paweł Pietryszak
I create a theme with colors used only from original scheme https://github.com/morhetz/gruvbox and with 3 colors gradient.
2021-12-22Implement strtobool over distutils strtobool (#372)Rodrigo Cristiano Ferreira Vieira
* Implement strtobool over distutils strtobool * refactor: Pep8 recommendations
2021-09-18Update btop++aristocratos
2021-06-07v1.0.67 Bug fixesv1.0.67aristocratos
2021-06-07Merge branch 'fixed-color-in-range-check'aristocratos
2021-06-07Replace fix with a more idiomatic versionGerben Welter
This was suggested by @UmarJ. Thanks!
2021-06-06Merge branch 'void-linux-instructions'aristocratos
2021-06-06Fixed: Themes missing when installing with pip3aristocratos
2021-06-06Fixed: Removed not needed escape character replacementsaristocratos
2021-06-02void install info location fixedcaughtquick
2021-06-01Fix broken color test by testing the values individuallyGerben Welter
Testing if the sum of the color values is within range is flawed because one out of range value might still not exceed the minimum or maximum value. Multiple out of range values can even pass the test by cancelling each other out. This patch tests each value individually and raises an exception on the first out of range value.
2021-05-30v1.0.66 Bug fixesv1.0.66aristocratos
2021-05-30Fixed tzset importaristocratos
2021-05-30Fixed: Program not stalling when system time is changed and regular update ↵aristocratos
of current timezone
2021-05-24switched from doas to sudocaughtquick
2021-05-24added void install instuctionscaughtquick
2021-05-18Merge branch 'netbox-redraw-fix'aristocratos
2021-05-18Redraw NetBox if current network interface is changed due to removalUmar Javed
2021-05-02Fixed: spelling...aristocratos
2021-05-02Added news section and updated config file [skip tests]aristocratos
2021-05-02v1.0.65 Bug fixes and cleanupv1.0.65aristocratos
2021-05-02Fixed: q key not working when terminal size warning is showedaristocratos
2021-05-02Fixed: Mouse buttons not working in netbox when changing interfacearistocratos
2021-04-26Merge branch 'absolutekelvin' of https://github.com/jrbergen/bpytop into ↵joost_bergen
absolutekelvin  Conflicts:  bpytop.py
2021-04-26Changed Kelvin temperature unit string from "°K" to "K " as Kelvin is an ↵joost_bergen
absolute measure. The space after "K" keeps spacing consistent.
2021-04-26Pedantically removed degree symbol for Kelvin temperature scale, as it is an ↵joost_bergen
absolute scale.
2021-04-25v1.0.64 Bug fixes + new options and defaultsv1.0.64aristocratos
2021-04-25Info updatearistocratos
2021-04-25Fixed: Check for config in /usr/local/etc instead of /etc on BSDaristocratos
2021-04-25Added: Option to toggle CPU frequencyaristocratos
2021-04-25Fixed: cpu frequency type change in psutil 5.8.1aristocratos
2021-04-25Fixed: Broken cleanup in ProcBox classaristocratos
2021-03-11Changed: Init screen not shown by defaultaristocratos
2021-02-21v1.0.63 Added cpu temperature scale selectionv1.0.63aristocratos
2021-02-21Changed: Cpu values above 0 will always register on the graphsaristocratos
2021-02-21Added: Options for choosing temperature scale and readded support for ↵aristocratos
negative celsius temps
2021-02-14v1.0.62 Bug fixes and new theme Adaptav1.0.62aristocratos
2021-02-14Changed: Net graphs will now round up any value above 0 to register on grapharistocratos
2021-02-13Merge branch 'theme-adapta'aristocratos
2021-02-13Add Adapta themeolokelo
2021-02-09Poetry updatearistocratos
2021-02-08Support cpus with non-sequential core idsErwin Junge
2021-01-25v1.0.61 New featuresv1.0.61aristocratos