summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-09-18Added try/except NotImplementedgpuLucas Zampieri
title; Other cleanups Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
2021-09-03Added GPU brand selector; UI FixesLucas Zampieri
Prep for multi-brand support; Prop for multi-gpu support; Fixed ui boxes interaction; Added OS/Brand identifier WIP; Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
2021-08-27UI fixesLucas Zampieri
Added a few UI fixes for the new GPU window to behave with the others. Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
2021-08-27Initial work on adding NVidia GPU monitorLucas Zampieri
Adds support for nvidia cars via py3nvml. Design is completly broken TODO. Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
2021-08-27add all basic output for small viewJorge Barreto
2021-08-27add GPU collector functions, some basic outputJorge Barreto
2021-08-27add GPU name parserJorge Barreto
2021-08-27fix procbox heightJorge Barreto
2021-08-27add specs, basic gpu boxJorge Barreto
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
2021-01-24Changed: Size constraints now adapts to currently shown boxesaristocratos