李通洲
c1444c0822
Android: support Wifi & Battery by using termux-api
2023-01-21 15:23:40 +08:00
李通洲
b424c525cc
Disk (Android): fix compiling errors
2023-01-21 14:09:07 +08:00
李通洲
f640102b0e
CPU (Linux): fix compiler warnings
2023-01-21 14:03:57 +08:00
李通洲
d9e79a5376
Fastfetch: print more info with -v
2023-01-21 10:33:09 +08:00
Linus Dierheimer
734ee38641
Disk (Linux): partition name impl & general refactor
2023-01-20 20:25:22 +01:00
李通洲
e651633c54
Temp: detect both device/class
anddevice/device/class
2023-01-21 06:54:51 +08:00
李通洲
6d4bd06ffe
Fastfetch: add missing \n
when printing messages
2023-01-21 06:27:39 +08:00
李通洲
2af07fee4f
Changelog: doc cpu temp fix
2023-01-21 06:26:24 +08:00
李通洲
6f4bdafb0c
Temp: fix severial issues. Fixes #398
...
1. Temp detection has been gated behind of `--*-temp`. Don't make it a slow operation
2. According to [the kernel doc](https://www.kernel.org/doc/Documentation/hwmon/sysfs-interface ), `temp1_input` is millidegree Celsius, which should be divided by 1000
3. There is no `/sys/class/hwmon/hwmon3/device/class` on my laptop, but `/sys/class/hwmon/hwmon3/device/device/class`. Need to confirm with @LinusDierheimer
4. Small code optimizations
2023-01-21 06:18:19 +08:00
Linus Dierheimer
a71f2142bb
Disk(Linux): Better subvolume detection
...
#396
2023-01-20 13:28:25 +01:00
李通洲
1e9ec5424a
Global: add NO_CONFIG
env variable
...
to disable parsing config files, for debugging purpose.
2023-01-20 16:05:03 +08:00
李通洲
068cbafe3d
Packages: detect pacman package count inside MSYS2 env (Windows)
2023-01-18 23:10:28 +08:00
李通洲
4ce618c33c
DisplayServer: fix win32 compatibility
2023-01-18 22:44:24 +08:00
李通洲
10b997608b
Font: optimise output for Windows
2023-01-18 18:01:09 +08:00
Linus Dierheimer
5edab414d8
Cursor: prefer gtk over Xresources
...
#382
2023-01-17 17:49:41 +01:00
李通洲
6e904047f9
Display: document scaled resolution support
2023-01-17 23:07:20 +08:00
李通洲
fdb0cfb4df
Display: detect scaled resolution (Windows)
2023-01-17 21:36:43 +08:00
李通洲
58999995f1
Display: split phycial resolution and scaled resolution
2023-01-17 19:09:18 +08:00
李通洲
f4a58036fa
Resolution: rename to display
2023-01-17 18:21:53 +08:00
李通洲
65e2331979
CI: print brightness
2023-01-18 01:00:30 +08:00
李通洲
622a5c267b
Wifi: fall back to ioctls if fail to loading libnm libs
2023-01-18 01:00:00 +08:00
李通洲
c746cde61e
Wifi: code refactor; fix a silly copy & paste error
2023-01-17 15:52:51 +08:00
李通洲
68977be256
CI: build with libnm
support; print supported features
2023-01-17 15:38:03 +08:00
李通洲
f28805fb94
Wifi: detect more information using libnm (Linux)
2023-01-17 05:36:43 +08:00
李通洲
df793c20fd
Wifi: use ioctls instead of iw
(Linux)
2023-01-17 10:43:55 +08:00
Linus Dierheimer
a4e4e9c495
Merge branch 'dev' of github.com:LinusDierheimer/fastfetch into dev
2023-01-16 11:53:13 +01:00
Linus Dierheimer
b1ccd2e2c0
Don't show subvolumes by default
2023-01-16 11:52:54 +01:00
李通洲
9a2687768f
FFPlatform: remove extra /
2023-01-16 18:23:54 +08:00
Linus Dierheimer
ab7b0571f3
Fix config files loading other config files
2023-01-15 20:03:28 +01:00
李通洲
14286e8c0f
Fix typo
2023-01-16 01:20:10 +08:00
李通洲
6b41b85d4d
Windows: fix sigfault
2023-01-16 01:18:13 +08:00
李通洲
cc7724dec4
FFPlatform: don't use target platform as running platform
2023-01-15 17:00:36 +08:00
李通洲
c832c7d794
Host: don't print None as product version
2023-01-15 16:55:33 +08:00
李通洲
52f36d29dc
Doc: update CHANGELOG
2023-01-16 00:41:56 +08:00
李通洲
9b6dafe715
Packages: fix rpm count detection
...
Can't believe that this bug has existed for more than 3 months and no one found it
2023-01-16 00:41:35 +08:00
李通洲
d4ecbc6638
FFPlatform: fix memleaks
2023-01-16 00:35:48 +08:00
李通洲
1c93d68e7b
Wifi: add basic Linux support using iw
2023-01-16 00:33:31 +08:00
Linus Dierheimer
c1d92206f5
Third round of fixes for FFPlatform
2023-01-15 16:45:16 +01:00
Linus Dierheimer
7bef5008c2
Second round of fixes for FFPlatform
2023-01-15 16:26:08 +01:00
Linus Dierheimer
3ef3cca76b
First round of fixes for FFPlatform
2023-01-15 16:06:50 +01:00
Linus Dierheimer
a1d8e3e598
Introduce FFPlatform
2023-01-15 15:57:26 +01:00
Linus Dierheimer
dd77ebe11e
Fix GitHub code scanning alert
2023-01-14 19:59:54 +01:00
李通洲
27efc94b09
FFlist: silence compiler warnings when compiling with -m32
2023-01-15 01:02:10 +08:00
Linus Dierheimer
b6abc6e326
Update logo doc
2023-01-14 17:54:21 +01:00
Linus Dierheimer
f13a502123
Update logo doc
2023-01-14 17:50:14 +01:00
Linus Dierheimer
f77f617bc2
Update Support Status
2023-01-14 17:20:36 +01:00
Carter Li
6ae9e0b332
Merge pull request #389 from CarterLi/command
...
RFC: an attempt to add a new module which can run custom shell scripts
2023-01-15 00:08:04 +08:00
Linus Dierheimer
8a054706b5
Fix build on linux
2023-01-14 17:00:56 +01:00
Linus Dierheimer
6e1d656a60
Fix budgie detection
...
#382
2023-01-14 16:58:09 +01:00
Linus Dierheimer
53430b9827
Merge branch 'dev' of github.com:LinusDierheimer/fastfetch into dev
2023-01-14 16:38:52 +01:00