Commit Graph

408 Commits (master)

Author SHA1 Message Date
aristocratos ac0f6660be Fixed: Bad indentation 2022-03-06 15:20:17 +01:00
aristocratos 9648fe57f1 Updated poetry 2022-03-06 15:16:41 +01:00
aristocratos 2a29b9fc50 Fixed: Mixed indentation 2022-03-06 14:43:09 +01:00
aristocratos 930e6eac1e v1.0.68 Bug fixes 2021-12-22 20:22:48 +01:00
Christian Clauss e846e66f1e
Fix typos discovered by codespell (#343)
* Fix typos discovered by codespell

* Fix typos discovered by codespell

* Fix typo
2021-12-22 20:04:12 +01:00
Krithic Kumar d2b7472392
search processes using vim keybinds (#351) 2021-12-22 19:56:40 +01:00
Naelson Douglas C. Oliveira 757c1ab75e
Removed a simple consider-using-in pitfall case (#358)
* 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-22 19:55:10 +01:00
Paweł Pietryszak c4013f7603
Create gruvbox_dark_v2.theme (#367)
I create a theme with colors used only from original scheme https://github.com/morhetz/gruvbox and with 3 colors gradient.
2021-12-22 19:53:32 +01:00
Rodrigo Cristiano Ferreira Vieira 0d04db726c
Implement strtobool over distutils strtobool (#372)
* Implement strtobool over distutils strtobool

* refactor: Pep8 recommendations
2021-12-22 19:52:12 +01:00
aristocratos eb50a02028
Update btop++ 2021-09-18 15:43:42 +02:00
aristocratos 900557ecb1 v1.0.67 Bug fixes 2021-06-07 16:43:41 +02:00
aristocratos d4a537d0ec Merge branch 'fixed-color-in-range-check' 2021-06-07 16:38:33 +02:00
Gerben Welter 83bbfcff1b Replace fix with a more idiomatic version
This was suggested by @UmarJ. Thanks!
2021-06-07 08:42:30 +02:00
aristocratos d37c23841c Merge branch 'void-linux-instructions' 2021-06-06 19:02:08 +02:00
aristocratos ea9d72b6aa Fixed: Themes missing when installing with pip3 2021-06-06 18:31:53 +02:00
aristocratos cc460666ff Fixed: Removed not needed escape character replacements 2021-06-06 18:28:19 +02:00
caughtquick 56f80fcf32 void install info location fixed 2021-06-02 18:06:06 -07:00
Gerben Welter 2002d8049b Fix broken color test by testing the values individually
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-06-01 11:15:11 +02:00
aristocratos 9b732d4cfa v1.0.66 Bug fixes 2021-05-30 21:17:37 +02:00
aristocratos 657a79a79c Fixed tzset import 2021-05-30 21:15:45 +02:00
aristocratos fd362b5fef Fixed: Program not stalling when system time is changed and regular update of current timezone 2021-05-30 20:51:00 +02:00
caughtquick b7ba6cebd0 switched from doas to sudo 2021-05-24 15:35:45 -07:00
caughtquick f4d9068e33 added void install instuctions 2021-05-24 15:35:05 -07:00
aristocratos 9ae64e9cdd Merge branch 'netbox-redraw-fix' 2021-05-18 00:17:33 +02:00
Umar Javed bcf3b31f71 Redraw NetBox if current network interface is changed due to removal 2021-05-18 03:06:54 +05:00
aristocratos c6d33eca50 Fixed: spelling... 2021-05-02 12:27:16 +02:00
aristocratos 472185c080 Added news section and updated config file [skip tests] 2021-05-02 12:13:40 +02:00
aristocratos 228cc945d5 v1.0.65 Bug fixes and cleanup 2021-05-02 10:58:55 +02:00
aristocratos 9560468ecc Fixed: q key not working when terminal size warning is showed 2021-05-02 10:37:04 +02:00
aristocratos 9b5f84ed0d Fixed: Mouse buttons not working in netbox when changing interface 2021-05-02 10:26:04 +02:00
joost_bergen dbacb2ee44 Merge branch 'absolutekelvin' of https://github.com/jrbergen/bpytop into absolutekelvin
 Conflicts:
	bpytop.py
2021-04-26 19:42:25 +02:00
joost_bergen 5f5b7a26c0 Changed Kelvin temperature unit string from "°K" to "K " as Kelvin is an absolute measure. The space after "K" keeps spacing consistent. 2021-04-26 19:41:50 +02:00
joost_bergen cbdd62a626 Pedantically removed degree symbol for Kelvin temperature scale, as it is an absolute scale. 2021-04-26 17:14:51 +02:00
aristocratos 45a30ddff8 v1.0.64 Bug fixes + new options and defaults 2021-04-25 14:17:49 +02:00
aristocratos 0e477c1ec5 Info update 2021-04-25 14:10:01 +02:00
aristocratos f5df9aa0cd Fixed: Check for config in /usr/local/etc instead of /etc on BSD 2021-04-25 13:36:33 +02:00
aristocratos 878abb5b06 Added: Option to toggle CPU frequency 2021-04-25 13:31:30 +02:00
aristocratos 8c9972c8d3 Fixed: cpu frequency type change in psutil 5.8.1 2021-04-25 02:44:52 +02:00
aristocratos 884aeb83f5 Fixed: Broken cleanup in ProcBox class 2021-04-25 02:10:12 +02:00
aristocratos e00c848518 Changed: Init screen not shown by default 2021-03-11 20:57:34 +01:00
aristocratos a2cdebdac7 v1.0.63 Added cpu temperature scale selection 2021-02-21 14:51:39 +01:00
aristocratos 843209c602 Changed: Cpu values above 0 will always register on the graphs 2021-02-21 14:48:16 +01:00
aristocratos 2318f506d4 Added: Options for choosing temperature scale and readded support for negative celsius temps 2021-02-21 13:35:54 +01:00
aristocratos 57778eee03 v1.0.62 Bug fixes and new theme Adapta 2021-02-14 11:26:20 +01:00
aristocratos a1316d4d33 Changed: Net graphs will now round up any value above 0 to register on graph 2021-02-14 11:22:36 +01:00
aristocratos e187e06a8e Merge branch 'theme-adapta' 2021-02-13 14:27:29 +01:00
olokelo ec92847a09 Add Adapta theme 2021-02-13 13:50:26 +01:00
aristocratos 4e46f9f2b9 Poetry update 2021-02-09 16:54:26 +01:00
Erwin Junge 3a8bea25dc
Support cpus with non-sequential core ids 2021-02-08 22:29:30 +01:00
aristocratos 2fbdc35125 v1.0.61 New features 2021-01-25 17:52:46 +01:00