李通洲
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
李通洲
e0c6c462a6
README: update document of Windows 10- and image logo support
2022-12-22 22:10:49 +08:00
李通洲
2f5cbfb03a
Image: enable im7 on macOS
2022-12-20 11:04:57 +08:00
李通洲
10584eb01a
Image: document macOS support; update CI
2022-12-19 22:34:29 +08:00
Jack Gannon
7640042905
add enso logo
...
Added Enso Logo in `src/logo/builtin.c`
Added Enso in `README.md`
2022-12-15 16:57:45 +00:00
李通洲
338cc1db40
Add back trailing white spaces which are unexpectedly removed by IDE
...
This partially reverts commit 6710967d19 .
2022-12-14 16:51:45 +08:00
李通洲
6710967d19
README: update notes for Windows 10-
2022-12-14 16:46:52 +08:00
李通洲
7e98fa8626
Vulkan: don't require vulkan-loader (macOS)
...
Which also avoids requiring portability_enumeration extension
2022-12-13 11:21:26 +08:00
李通洲
19ec59cca5
Wifi: init basic support for Linux
2022-12-02 22:43:46 +08:00
李通洲
7991abab0b
TerminalFont: support deepin-terminal
2022-12-01 17:45:17 +08:00
李通洲
5e5442426c
Wifi: load wlanapi.dll dynamically
...
Windows Server doesn't support it
2022-11-27 16:22:30 +08:00
Linus Dierheimer
00f86c6346
CMake: Don't require pkg-config
2022-11-24 18:10:49 +01:00
draumaz
8de88adc0b
add CRUX logo, update README.md
2022-11-23 23:31:11 -08:00
李通洲
fb78d9bbb9
TerminalFont: support Warp; improve performance of Apple Terminal (macOS)
2022-11-17 19:53:12 +08:00
李通洲
f4666fcb0a
README: document Windows 10- support
2022-11-12 21:33:31 +08:00
K.B.Dharun Krishna
67feba6171
Add Vanilla OSlogo
...
Adding logo for Vanilla OS a new and upcoming Ubuntu based distribution that uses Vanilla GNOME and uses on-demand immutability.
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com >
2022-11-08 10:50:04 +05:30
WVlab
8224f8c4c6
README: Add Nobara to avaliable logos section
2022-11-02 16:27:03 +00:00
jumps
0e92fc2289
README: Add Parabola to logos sections
2022-11-01 18:08:06 +03:00
李通洲
8b43605abf
README: document Chocolatey support
2022-10-27 17:03:53 +08:00
李通洲
2a1330dea3
README: clearify we support FreeBSD only, not OpenBSD or NetBSD
2022-10-27 16:45:59 +08:00
李通洲
fbc76714f5
Android: add vulkan support for GPU detection
...
Termux does have package pciutils, but it's put inside of root-repo and
and doesn't provide libpci.pc. So I think use vulkan can be a better
option than libpci because vulkan.so is provided by Android system.
To build with android support, install `vulkan-headers` and
`vulkan-loader-android` (for `vulkan.pc`).
2022-10-20 17:42:01 +08:00
Linus Dierheimer
b27453d275
Revert "Add Univalent GNU/Linux's logo"
2022-10-19 08:29:39 +02:00
Jin Asanami
bbcc040dc4
Update README.md
2022-10-18 11:27:54 +09:00
李通洲
f05d036023
README: update description on different platforms
2022-10-15 01:02:16 +08:00
李通洲
1b594d9ed1
Thread: add common thread abstraction layer, and make threading optional
2022-10-12 21:59:21 +08:00
李通洲
983669019e
README: clearify Windows support
2022-10-09 21:07:35 +08:00
李通洲
eaa4230bf5
Windows: add basic support for msys2
2022-10-06 23:01:19 +08:00
Carter Li
01dbd0c266
macOS: completely drop libplist dependency
2022-10-02 01:54:43 +08:00
李通洲
38a6d07c85
TerminalFont: support Termux
2022-09-27 23:30:55 +08:00
Linus Dierheimer
d8bfebfc0f
Update readme
2022-09-27 15:05:41 +02:00
李通洲
ed5d7292ba
TerminalFont: support Windows Terminal detection
2022-09-24 01:49:08 +08:00
李通洲
5498b0b042
PowerAdapter: make it a seperated module
2022-09-23 15:33:23 +08:00
李通洲
9da97f5860
WMTheme: fix detection on macOS; metion macOS support in README
2022-09-21 18:10:50 +08:00
李通洲
254c4e5f50
WMTheme: support macOS
2022-09-20 21:49:11 +08:00
Linus Dierheimer
81bddbf182
Update README.md
2022-09-20 11:23:49 +02:00