Commit Graph

534 Commits

Author SHA1 Message Date
Jos Dehaes 01a1dda734 merge main into freebsd 2022-01-11 23:29:17 +01:00
Jos Dehaes 3b6dac640e disk IO working 2022-01-11 23:17:07 +01:00
Jos Dehaes 30b33730b3 reduce memleak drastically 2022-01-11 22:47:44 +01:00
Jos Dehaes 96ac1149d1 fix CPU temp fallback on macOS 2021-12-21 23:15:02 +01:00
Jakob P. Liljenberg d4f5112d23
Merge pull request #218 from stwnt/main
Create dependency files in build directory when compiling
2021-12-21 18:21:18 +01:00
stwnt 0e2517ae11 Create dependency files in build directory when compiling. 2021-12-19 23:53:01 +01:00
Jakob P. Liljenberg 682746ff0e
Merge pull request #186 from GuillaumeGomez/freebsd
Remove duplicated fstype
2021-12-18 19:50:13 +01:00
aristocratos a6d27c1cc4 v1.1.3 New themes + bugfixes 2021-12-11 18:22:08 +01:00
aristocratos 13a29c39e1 Fixed: Suspected possibility of very rare stall in Input::clear() 2021-12-11 01:06:27 +01:00
aristocratos 609dfccadd Fixed: Fixed network graph scale int rollover 2021-12-09 07:10:56 +01:00
Jakob P. Liljenberg 41be7f8083
Merge pull request #189 from vtmx/main
Added theme OneDark
2021-12-07 23:05:50 +01:00
vtmx b015aa6ae1 Added theme OneDark 2021-12-07 18:35:32 -03:00
Guillaume Gomez 891051c8ab
Remove duplicated fstype 2021-12-05 23:03:17 +01:00
aristocratos 43c4190895
Merge pull request #184 from joske/main
#168 - try again with TC0C smc key
2021-12-02 21:26:10 +01:00
Jos Dehaes bcc0acf9f2 #168 - try again with TC0C smc key 2021-12-02 21:04:57 +01:00
aristocratos 7d20ab3c36
Merge pull request #178 from nevack/nevack/macos-homebrew
[macOS] Add Homebrew installation instructions.
2021-12-02 13:01:05 +01:00
Dzmitry Neviadomski 1997c7a751
Update README.md
Co-authored-by: Xuehai Pan <XuehaiPan@outlook.com>
2021-12-02 14:54:49 +03:00
aristocratos defc419de8
Merge pull request #180 from pietryszak/gruvbox_dark_v2
Create gruvbox_dark_v2.theme
2021-12-02 09:06:58 +01:00
Paweł Pietryszak 5aef22cfa1
Create gruvbox_dark_v2.theme
I create a theme with colors used only from original scheme https://github.com/morhetz/gruvbox and with 3 colorsh gradient.
2021-12-02 01:56:14 +01:00
Dzmitry Neviadomski 7bee0016e4 [macOS] Add Homebrew installation instructions. 2021-12-02 01:29:58 +03:00
aristocratos 02db6a28b4
Merge pull request #175 from AlphaNecron/patch-1
Added `ayu`
2021-12-01 15:06:25 +01:00
Nguyen Thanh Quang 7f7795d674
Added `ayu` 2021-12-01 13:09:30 +07:00
Jos Dehaes 9fdf6d0204 iterate over ALL pools 2021-11-27 20:55:49 +01:00
Jos Dehaes 860a9fe472 RAII 2021-11-27 20:30:43 +01:00
aristocratos 48cbe688c5 v1.1.2 Bug fixes 2021-11-27 18:52:10 +01:00
aristocratos 9465e9b014 Fixed: coretemp ordering 2021-11-27 18:24:40 +01:00
aristocratos 1bce1be695 Merge branch 'sensor-fix' 2021-11-27 18:20:30 +01:00
aristocratos 50928fc1e1 Enabled more verbosity and disabled currently failing builds 2021-11-27 17:59:46 +01:00
aristocratos 297cb696b3 Fixed: UTF-8 detection on macos 2021-11-27 17:38:29 +01:00
aristocratos 538ec20b90 Fixed: Wrong unit for net_upload and net_download in config menu 2021-11-27 16:22:37 +01:00
aristocratos 953216f614 Disabled unused mouse_released event 2021-11-24 21:58:21 +01:00
aristocratos e1074cd15b Mem::collect optimization 2021-11-22 21:43:40 +01:00
Krzysztof Filipek 5fb484a299 Fix coretemp iteration due to missing temp9_input (i9-9940X)
There are cases when some files are missing:
1. Due to specific CPU topology (e.g. {cpu6: core_id=6; but cpu7: core_id=8})
2. On architectures older than SandyBridge (missing per-package sensor)
2021-11-22 19:07:53 +01:00
Jos Dehaes 7c433be4a6 regular filesystems + ZFS 2021-11-21 21:36:44 +01:00
Jos Dehaes 70d9777908 some comment + minor cleanup 2021-11-20 22:57:00 +01:00
Jos Dehaes a61df3ff98 it does some IO!! 2021-11-20 22:51:49 +01:00
Jos Dehaes f32358bd47 correct unit number 2021-11-16 22:30:55 +01:00
Jos Dehaes d12b4d9d23 readability 2021-11-16 21:58:12 +01:00
Jos Dehaes a6602ff22b correctly iterate over devstat. still no idea how to map the devices we get back here to mountpoints 2021-11-16 21:53:33 +01:00
Jos Dehaes e2668c60f6
Merge pull request #154 from mgradowski/main
fix SISEGV on Mojave
2021-11-16 21:27:40 +01:00
Jos Dehaes e64610a163 RAII 2021-11-16 21:20:42 +01:00
Mikołaj Gradowski 6ab49d2803 fix SISEGV on Mojave 2021-11-16 20:40:49 +01:00
aristocratos 557bcf56c9 v1.1.1 OSX build fixes 2021-11-16 08:41:16 +01:00
aristocratos 19894feec7
bug_report added instruction for lldb 2021-11-16 07:58:42 +01:00
aristocratos 7373d24905
Continuous build macos switch to BigSur
Also added static linking with libgcc and libstdc++
2021-11-16 07:34:09 +01:00
aristocratos cb6ad141eb Added support for partial static linking on OSX 2021-11-16 07:16:55 +01:00
aristocratos d721c4b135
Fixed link 2021-11-15 21:58:09 +01:00
aristocratos 044927b7e5
Fixed broken links 2021-11-14 01:30:27 +01:00
aristocratos 125e3c0cb2 v1.1.0 OSX Support 2021-11-14 01:23:12 +01:00
aristocratos 0ed8ad76e8 Fix OSX build on main branch 2021-11-13 23:56:29 +01:00