Linus Dierheimer
a33e296656
Merge pull request #178 from Samisafool/patch-1
...
fix spelling of temperature
2022-06-16 14:17:07 +02:00
Samisafool
85a36ae7ef
fix spelling of temperature
2022-06-16 17:10:59 +05:30
Linus Dierheimer
1eff343733
Finish exposing temperatur to cpu format
2022-06-16 13:36:00 +02:00
Linus Dierheimer
acdbf6933c
Merge pull request #177 from x-zvf/feature-cpu-temp
...
Add CPU package temperature to CPU module.
2022-06-16 13:21:34 +02:00
xzvf
ea53833466
Remove unnecessary checks for content->length
2022-06-16 13:18:38 +02:00
xzvf
c491c11988
update DEVELOPMENT.md
2022-06-16 13:15:48 +02:00
xzvf
dcaeab7e96
Rewrite to use ffDetectTemps.
2022-06-16 13:14:03 +02:00
xzvf
bccd1cf960
Merge pull request #1 from LinusDierheimer/master
...
build temps file
2022-06-16 13:14:03 +02:00
xzvf
5b030de20a
Quality of life improvement: make run.sh not run ff, if the build fails
2022-06-16 13:14:03 +02:00
Linus Dierheimer
716522e29a
build temps file
2022-06-15 23:15:49 +02:00
Linus Dierheimer
921e4a6c8d
Merge pull request #176 from x-zvf/fix-run-sh-script
...
Quality of life improvement: make run.sh not run ff, if the build fails
2022-06-15 16:43:59 +02:00
xzvf
7d43118abb
Quality of life improvement: make run.sh not run ff, if the build fails
2022-06-15 16:28:07 +02:00
xzvf
d8bb36f119
Add CPU package temperature to CPU module.
...
This is done by looking for a specified thermal zone in
/sys/class/thermal/thermal_zone*/ .
Unfortunately there is no better way to find the
temperature, then to check all registered zones.
This still needs to be extended to support other hardware,
right now only x86 CPUs and Raspberry pi are tested.
Maybe the FF_CPU_THERMAL_ZONES array could be user configurable,
but I could not figure out how to add an array as a config parameter.
2022-06-15 16:21:50 +02:00
Linus Dierheimer
ae8b5bde65
Fix printing of remaining logo
2022-06-15 11:07:22 +02:00
Linus Dierheimer
3d8a071781
Update verbose
2022-06-14 20:07:42 +02:00
Linus Dierheimer
4cf912e535
Disk: Change GB to GiB
2022-06-14 17:17:22 +02:00
Linus Dierheimer
e1b5445783
Export much more values to host format string
2022-06-14 17:10:46 +02:00
Linus Dierheimer
a04daf1fff
Clean up git ignore
2022-06-13 21:28:49 +02:00
Linus Dierheimer
df0a4c0d46
Remove unneeded property set from CMakeLists.txt
2022-06-11 14:17:10 +02:00
Linus Dierheimer
d70e160d72
Merge branch 'master' of github.com:LinusDierheimer/fastfetch
2022-06-10 23:02:11 +02:00
Linus Dierheimer
8c52cd0d91
Change libfastfetch target to be OBJECT library
2022-06-10 23:01:56 +02:00
Linus Dierheimer
4622d7a300
Change libfatsfetch target to be OBJECT library
2022-06-10 22:58:35 +02:00
Linus Dierheimer
09f7180dd5
Merge pull request #169 from ADawesomeguy/patch-1
...
fix: correct "hout" to "hour"
2022-06-10 22:37:07 +02:00
Abheek Dhawan
6ae8b46f68
fix: correct "hout" to "hour"
2022-06-10 15:12:39 -05:00
Linus Dierheimer
2d0ffb55b7
Release 1.5.3
...
Enable LTO by default
Fix compile bug when LTO enabled
1.5.3
2022-06-08 17:18:02 +02:00
Linus Dierheimer
22a8cfdcfe
Remove obsolete strbuf function
2022-06-08 17:14:11 +02:00
Linus Dierheimer
63041aa24b
Enable link time optimization
2022-06-08 16:25:14 +02:00
Linus Dierheimer
242df5f2f0
Explicitly set c standard to 11
2022-06-08 15:52:55 +02:00
Linus Dierheimer
ec1bbd118f
Update README.md
2022-06-08 12:11:00 +02:00
Linus Dierheimer
fe624123dc
Merge pull request #168 from Yureien/master
...
Fix build if ImageMagick is not installed
1.5.2
2022-06-08 12:08:10 +02:00
Linus Dierheimer
8577be3d6d
Update packaging section in README
2022-06-08 12:07:06 +02:00
Soham Sen
d185dc74b8
Bumped version to 1.5.2
2022-06-08 15:32:52 +05:30
Soham Sen
54c09cab18
Fix build if ImageMagick is not installed
2022-06-08 15:22:34 +05:30
Linus Dierheimer
dbe24c7508
Fix --print-logos
1.5.1
2022-06-08 11:28:26 +02:00
Linus Dierheimer
d23d4ef5a0
Relase 1.5.0
...
Module: Vulkan
Module: OpenGL
Module: OpenCL
Feature: Detect Bedrock linux
Feature: Detect packages on Bedrock linux
Feature: --pipe option
Logo: Bedrock linux
Bugfix: Locale detection on Ubuntu and deriviates
Bugfix: bolt keys and title, if main color is not set
1.5.0
2022-06-08 11:17:08 +02:00
Linus Dierheimer
daac1b783c
Refactored logo choosing logic
2022-06-08 10:59:33 +02:00
Linus Dierheimer
2e98dd7710
Move ffPrintLogoAndKey to printing.c
2022-06-06 14:30:06 +02:00
Linus Dierheimer
9d6d2ca5a4
Add osmesa to help texts
2022-06-06 14:24:14 +02:00
Linus Dierheimer
e4a1a836fe
Fix keys not being bolt if main color is not set
2022-06-06 14:20:05 +02:00
Linus Dierheimer
1e3cabff2d
--pipe option
2022-06-06 14:02:21 +02:00
Linus Dierheimer
008cf3b83d
OpenCL module
2022-06-05 00:18:40 +02:00
Linus Dierheimer
3daede53eb
Don't cache OS
2022-06-04 22:43:57 +02:00
Linus Dierheimer
36d9b5a9bd
Finish OpenGL module
2022-06-04 19:30:26 +02:00
Linus Dierheimer
1826e23c29
OpenGL module
2022-06-04 15:21:34 +02:00
Linus Dierheimer
43b3998b9d
Fix bedrock linux detection
2022-06-03 01:48:50 +02:00
Linus Dierheimer
c55cc9c732
ffParsePropFileValues: only allocate storage on the heap if numQuerys > 4
2022-06-03 00:24:53 +02:00
Linus Dierheimer
0244e5ebd7
removed unused code
2022-06-02 23:24:50 +02:00
Linus Dierheimer
ea6805de82
Escape bedrock option
2022-06-02 23:06:49 +02:00
Linus Dierheimer
9aba57cdea
Bedrock package support
2022-06-02 22:58:19 +02:00
Linus Dierheimer
0dffd8debf
Vulkan module
2022-06-01 00:04:58 +02:00