Commit Graph

442 Commits

Author SHA1 Message Date
aristocratos a139869216
Merge pull request #69 from kz6fittycent/main
Just an update
2021-10-05 07:17:16 +02:00
aristocratos fea5f0fd0d
Merge pull request #71 from ShrirajHegde/main
Add 'info' option in help
2021-10-05 07:15:39 +02:00
Shriraj Hegde 665a8b1366 Add 'info' option in help
Might be helpful when more platforms are compatible
2021-10-05 00:27:15 +05:30
Jos Dehaes 42f966f448 some more params 2021-10-04 15:32:55 +02:00
Jos Dehaes c1e6d6a62e show more disks 2021-10-04 15:15:55 +02:00
Jos Dehaes 50fcdaa854 disks show something 2021-10-04 14:52:56 +02:00
Jos Dehaes 264bf2d7da reformat 2021-10-04 09:15:35 +02:00
Jos Dehaes 1fd625086b decrease diff with upstream 2021-10-03 23:21:13 +02:00
Jos Dehaes 17f9f3703c try to get disks to show 2021-10-03 22:56:14 +02:00
Jos Dehaes 8462ae6431 don't crash on deque::back() 2021-10-03 22:42:01 +02:00
Jos Dehaes 78bce5b5a6
Merge branch 'aristocratos:main' into main 2021-10-03 22:08:34 +02:00
Jos Dehaes 53e379d74d cpu freq, name & process uid/name 2021-10-03 22:08:21 +02:00
Jos Dehaes 2a44b307ef basic process info 2021-10-03 21:46:11 +02:00
Jos Dehaes 66534eb5b5 initialize mutex (needed on macos apparently and not on linux) 2021-10-03 21:45:39 +02:00
Jos Dehaes 0983917f26 comment 2021-10-02 23:53:41 +02:00
Jos Dehaes 9732507248 extract delimiters 2021-10-02 23:51:29 +02:00
Jos Dehaes 6e704ce838 Merge branch 'main' of github.com:joske/btop 2021-10-02 23:48:43 +02:00
Jos Dehaes fe4db7c16c first infos on macos: memory used & free 2021-10-02 23:48:28 +02:00
aristocratos f9505a425d v1.0.13 Better symbol compatibility 2021-10-02 22:43:49 +02:00
aristocratos 585bb7bb1e Changed: Graph empty symbol is now regular whitespace 2021-10-02 22:39:45 +02:00
aristocratos 6c77620b20 Merge branch 'main' of github.com:aristocratos/btop 2021-10-01 20:57:40 +02:00
aristocratos 3a4a9d09b5 v1.0.12 Bug fixes 2021-10-01 20:46:05 +02:00
aristocratos 5082ae5e9a
Merge pull request #55 from 13werwolf13/main
add opensuse repo
2021-10-01 20:42:41 +02:00
Jos Dehaes 7bfbd83a47
Merge branch 'aristocratos:main' into main 2021-10-01 17:05:26 +02:00
aristocratos a15f961b2f Updated Prerequisites 2021-10-01 15:24:41 +02:00
aristocratos 8d393b858f Version > Release 2021-09-30 22:56:14 +02:00
aristocratos ae7b8b77ff Version bump 2021-09-30 22:51:05 +02:00
aristocratos 304b9af4e8 Fixed: Exception handling for faulty net download/upload speed 2021-09-30 22:49:14 +02:00
aristocratos d226e6199f Fixed: Cpu percent formatting if over 10'000 2021-09-30 22:48:03 +02:00
Jos Dehaes 8c8139bd1d
Merge branch 'aristocratos:main' into main 2021-09-29 21:50:00 +02:00
aristocratos a246c098cd v1.0.11 Bug fixes 2021-09-29 21:24:33 +02:00
Jos Dehaes 679d21cd22
Merge branch 'aristocratos:main' into main 2021-09-29 20:23:34 +02:00
aristocratos cd065cfd83 Merge branch 'night-owl-theme' 2021-09-29 20:20:45 +02:00
kz6fittycent 78cf6a47b6
Update snapcraft.yaml 2021-09-29 06:47:52 -05:00
kz6fittycent 98af3bb516
Update snapcraft.yaml 2021-09-29 06:33:24 -05:00
aristocratos a49b8f999f Changed: Init will continue if UTF-8 locale are detected even if it fails to set the locale 2021-09-29 11:43:37 +02:00
Jos Dehaes 4c70c5bdd9
Merge branch 'aristocratos:main' into main 2021-09-29 08:30:05 +02:00
aristocratos c70667e9e5 Fixed: UTF8 set LANG and LC_ALL to empty before UTF8 search and fixed empty error msg on exit before signal handler init 2021-09-29 08:16:49 +02:00
Дмитрий Марков b08f473832
add opensuse repo 2021-09-29 09:50:16 +05:00
Jos Dehaes 84a974695a make it compile on macos (M1 - arm64). Does not run though 2021-09-28 23:37:03 +02:00
aristocratos ab013b989b Changed: Snap new / mountpoint detection 2021-09-28 21:54:51 +02:00
aristocratos 06cac6756d Fixed: Get real / mountpoint when running inside snap 2021-09-28 21:01:50 +02:00
aristocratos ff6d1d6eec Changed: atomic_wait to use while loop instead of atom.wait() because of random stalls 2021-09-28 16:58:08 +02:00
aristocratos 5fba94c96c v1.0.10 Bug fixes 2021-09-28 16:37:02 +02:00
kz6fittycent 7bdfc6ea07
Update snapcraft.yaml 2021-09-28 06:38:22 -05:00
aristocratos 8296c1a8d5 Changed: UTF8 detection search if LANG is set but fails to set 2021-09-28 13:08:45 +02:00
aristocratos dc914aa86d Fixed: Cpu percent cutting off above 1000 percent and added scaling with "k" prefix above 10'000 2021-09-28 09:26:50 +02:00
aristocratos 683c57539a Changed: Moved signal handler setup to later in init 2021-09-28 09:05:16 +02:00
aristocratos 975db8d348 Merge branch 'main' of github.com:aristocratos/btop 2021-09-28 08:56:09 +02:00
aristocratos 1e84265479 Changed: Cpu temp values check for existing values 2021-09-28 08:54:22 +02:00