李通洲
|
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 |
|
Linus Dierheimer
|
026424ab8c
|
Don't crash when uname fails
#385
|
2023-01-14 16:38:34 +01:00 |
|
李通洲
|
9c0fc63ee9
|
Windows: with cdff99, the special build for Win7 is no longer needed. Drop it.
|
2023-01-14 17:46:11 +08:00 |
|
李通洲
|
cdff99339e
|
Windows: fix the last issue that breaks Win10-
|
2023-01-14 17:31:04 +08:00 |
|
李通洲
|
b739d94f23
|
Command: an attempt to add a new module which can run custom shell scripts
|
2023-01-14 01:27:54 +08:00 |
|
李通洲
|
e076097a7c
|
FFlist: fix compiler warnings
|
2023-01-14 00:19:55 +08:00 |
|
李通洲
|
3cee8f5475
|
FFlist: add new functions to make it be able to work as a queue
|
2023-01-13 19:08:14 +08:00 |
|
李通洲
|
83ea189d81
|
GPU: simplify code
|
2023-01-13 15:46:29 +08:00 |
|
李通洲
|
dcf04aa4fe
|
GPU: detect type based on vendor
|
2023-01-13 15:44:52 +08:00 |
|
李通洲
|
67ab7c0779
|
GPU: support vendor detection
|
2023-01-13 15:20:30 +08:00 |
|
李通洲
|
2b5511997c
|
Global: support hiding other texts when printing percentage values
|
2023-01-12 22:46:21 +08:00 |
|
李通洲
|
53c6a0ec9f
|
GPU: apply GPU type selection logic to Windows
|
2023-01-12 22:19:14 +08:00 |
|
Linus Dierheimer
|
1a710e4094
|
Better GPU type detection nr2
#379
|
2023-01-12 12:56:17 +01:00 |
|
Linus Dierheimer
|
5a90d8b545
|
Better GPU type detection
#379
|
2023-01-12 12:54:04 +01:00 |
|
Linus Dierheimer
|
f794053f99
|
Merge branch 'dev' of github.com:LinusDierheimer/fastfetch into dev
|
2023-01-12 11:42:23 +01:00 |
|
Linus Dierheimer
|
670cf6fe90
|
GPU selection options
#379
|
2023-01-12 11:41:07 +01:00 |
|