李通洲
b294f45a22
Doc: add CI badge
2023-07-03 15:38:25 +08:00
李通洲
c3f39b0d9e
Merge remote-tracking branch 'origin/master' into dev
2023-07-03 09:18:41 +08:00
Linus Dierheimer
e7474bda1f
Adapt to new repository url
2023-07-02 17:04:46 +08:00
李通洲
fa8bfd08f9
Release: v1.12.0
2023-07-02 13:58:11 +08:00
李通洲
51ba806e6d
TerminalFont (Linux): support MATE Terminal
2023-07-02 10:21:51 +08:00
李通洲
0486ad8da7
TerminalFont (Linux): support QTerminal
2023-07-02 10:21:00 +08:00
李通洲
68feaa2800
LM: new module
2023-06-20 23:01:18 +08:00
Sophie L
b8d01755a0
chore: typo/grammar fixes ( #478 )
2023-06-18 09:57:35 +08:00
Linus Dierheimer
fc12494ac1
Adapt to new repository url
2023-06-12 17:26:37 +02:00
李通洲
9c35e3a17a
TerminalFont (Linux): support MATE Terminal
2023-06-11 14:13:57 +08:00
李通洲
aa0d1d94b2
TerminalFont (Linux): support QTerminal
2023-06-11 12:32:17 +08:00
李通洲
abe0d2ca78
Global: drop json-c and switch to yyjson
2023-06-10 21:35:45 +08:00
李通洲
de2a346601
Revert "Deps: revert changes of JSON parse library"
...
This reverts commit ccb0f853db .
2023-06-10 09:15:15 +08:00
李通洲
8f9beb2789
Wallpaper (macOS): add support
2023-06-06 21:02:21 +08:00
李通洲
77b93a904f
Wallpaper (Windows): add new module
2023-06-06 15:48:24 +08:00
李通洲
b99b3ad982
TerminalFont: support Tabby
2023-05-26 15:47:19 +08:00
李通洲
dc2a3492f0
Network: drop module
2023-05-03 21:50:05 +08:00
李通洲
4fd82b16e8
Doc: document Network module
2023-04-18 20:59:26 +08:00
李通洲
708b4a8981
Logo: add SteamOS ( #439 )
2023-04-02 20:54:16 +08:00
李通洲
ccb0f853db
Deps: revert changes of JSON parse library
...
Let's not make the change before fastfetch 2.0
2023-03-25 10:00:35 +08:00
李通洲
fc57fa5415
Doc: document foot terminal support
...
Fix #431
2023-03-09 14:05:01 +08:00
李通洲
e2e3561443
TerminalFont: migrate to json-c to prevent from 3rd lib code embedding
2023-03-04 12:17:16 +08:00
Linus Dierheimer
6de74587bd
Update terminator font detection
2023-02-02 17:14:53 +01:00
李通洲
79c9c19b1a
Doc: document gamepad module support
2023-02-01 21:47:35 +08:00
Linus Dierheimer
184ada6ae8
Sound(linux): Implement using libpulse
...
Also differentiate between active and main device(s)
2023-01-26 15:48:28 +01:00
李通洲
10468a559a
Doc: document Sound module support
2023-01-26 01:14:22 +08:00
Linus Dierheimer
25e81b39f9
Bluetooth module
2023-01-24 10:39:33 +01:00
李通洲
3b820f1145
Doc: document wifi / battery support on Android
2023-01-21 16:04:16 +08:00
李通洲
f4a58036fa
Resolution: rename to display
2023-01-17 18:21:53 +08:00
李通洲
f28805fb94
Wifi: detect more information using libnm (Linux)
2023-01-17 05:36:43 +08:00
Linus Dierheimer
f77f617bc2
Update Support Status
2023-01-14 17:20:36 +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
李通洲
6ca3b76a42
Update README
2023-01-11 18:07:58 +08:00
李通洲
84a03e80de
README: clarify that fastfetch isn't written in pure C
...
Ref: https://github.com/ScoopInstaller/Main/pull/4334#discussion_r1066502517
2023-01-11 17:37:49 +08:00
李通洲
d9a022ffff
Brightness: add new module (macOS)
...
It turns out that merging brightness module into resolution module is a bad idea.
2023-01-09 22:26:56 +08:00
Linus Dierheimer
0aa7d646a7
Initial logo documentation
2023-01-09 15:20:30 +01:00
李通洲
959540f17c
DisplayServer: support brightness detection (macOS)
2023-01-08 01:27:54 +08:00
李通洲
ae6d921f23
Config: don't generate a config file silently
...
Instead, provide a new flag `--gen-config` and print the path to the config file, so that users can know where to find the file.
2023-01-02 16:34:57 +08:00
Linus Dierheimer
c069d14af5
Merge pull request #373 from IamNoRobot/pi-logo
...
RaspberryPi Logo, RaspberryPi small logo
2023-01-01 18:18:32 +01:00
IamNoRobot
34c33dd42f
RaspberryPi Logo, RaspberryPi small logo
2023-01-01 18:05:09 +01:00
李通洲
4a781d8471
Logo: support raw image type
...
For raw image type, fastfetch nether parses the file content, nor tries to detect the image size from the file. It's useful to print pre-converted sixel image.
2023-01-01 17:06:18 +08:00
李通洲
9f93ca8019
README: document image logo support
2023-01-01 12:29:08 +08:00
李通洲
c04b421f26
README: fix unexpectedly concated paragraphs
2022-12-31 19:33:44 +08:00
李通洲
01df2ae3e4
CI: align artifact names to other platforms (Windows)
2022-12-31 18:56:45 +08:00
李通洲
f0ec3cb9ec
README: update building instructions for Windows
...
Fixes #336
2022-12-29 12:51:20 +08:00
李通洲
0a83423731
Packages: support eopkg for Solus ( #360 )
...
UNTESTED
2022-12-27 17:36:58 +08:00
李通洲
5160644016
Logo: add Solus logo ( #360 )
2022-12-27 17:32:19 +08:00
Daniel Coughlan
83c6e809c6
Correct Windows version
2022-12-24 12:09:11 +00:00
Daniel Coughlan
3d19388086
Spelling and grammer fixes
2022-12-23 22:17:40 +00:00
李通洲
ecc6b477dc
TerminalFont: support Kitty
2022-12-23 11:11:27 +08:00