李通洲
ee903d2d07
TerminalShell: support konsole version detection
2023-01-11 15:56:24 +08:00
李通洲
b2f978aa7c
TerminalShell: support kitty version detection
2023-01-11 15:14:29 +08:00
李通洲
76d957a144
TerminalShell: support gnome-terminal version detection
2023-01-11 15:12:32 +08:00
李通洲
a0acfeed56
TermiinalShell: code refactor
2023-01-11 15:03:16 +08:00
李通洲
b1f63ab822
Global: rename FF_UNUSED_PARAM to FF_MAYBE_UNUSED since it can be used on functions too.
2023-01-11 14:47:10 +08:00
李通洲
54ea9c2386
TerminalFont: support WezTerm font detection
2023-01-11 13:58:59 +08:00
李通洲
ccdb5c54d0
Linux: enable FF_*_AUTO_DESTROY
...
They have been on Windows and macOS for sometime and worked well.
2023-01-11 13:55:06 +08:00
李通洲
b8393051e4
Battery: add comments for future use (FreeBSD)
2023-01-11 13:52:14 +08:00
李通洲
94a8e0339e
Windows: remove outdated comments
2023-01-11 13:51:47 +08:00
李通洲
a67ba713f5
Windows: fix CLANG64 build
2023-01-11 09:37:00 +08:00
李通洲
8ffbae80b8
Windows: clarify we support Windows 7 and newer only
2023-01-11 01:23:42 +08:00
李通洲
db17f95ce8
TerminalShell: detect Termux version
2023-01-10 21:11:44 +08:00
李通洲
c6365755c7
Title: fix computer name being trancated sometime
2023-01-10 20:56:54 +08:00
李通洲
ef2a5110fe
TerminalShell: detect terminal version when available
2023-01-10 19:26:33 +08:00
李通洲
7f97725d7f
Disk: add --disk-show-unknown option
...
Ref: https://github.com/LinusDierheimer/fastfetch/issues/383#issuecomment-1376893128
2023-01-10 17:31:47 +08:00
李通洲
af03c74fba
Battery: fix build on macOS
2023-01-10 16:56:56 +08:00
李通洲
bc8a7a03c3
Battery: fix bug on FreeBSD
...
oops
2023-01-10 12:42:15 +08:00
李通洲
d4c361ae12
Battery: support FreeBSD
...
Completely untested
2023-01-10 12:36:38 +08:00
李通洲
8f932ac3d6
DisplayServer: fix build (Linux)
2023-01-09 22:33:10 +08:00
李通洲
4cc5f35b04
DisplayServer: revert changes of brightness partially
2023-01-09 22:26:56 +08:00
李通洲
476b0495e0
Brightness: add support for Windows
2023-01-09 22:26:56 +08:00
李通洲
85098a6627
Brightness: add support for Linux
2023-01-09 22:26:56 +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
8db1534ef3
Merge pull request #381 from aaronfranke/cpu-riscv
...
Add support for displaying the ISA string on RISC-V CPUs
2023-01-09 15:22:17 +01:00
Linus Dierheimer
0aa7d646a7
Initial logo documentation
2023-01-09 15:20:30 +01:00
Carter Li
599c06e981
Merge pull request #384 from VergeDX/dev
...
fix[getNixPackagesImpl]: count line with `wc -l` instead, also fixes leak.
2023-01-09 19:13:05 +08:00
Vanilla
078cb6e5b7
fix[getNixPackagesImpl]: count line with wc -l instead, also fixes leak.
2023-01-09 18:58:52 +08:00
Aaron Franke
5cc17bc306
Add support for displaying the ISA string on RISC-V CPUs
2023-01-09 02:21:26 -06:00
李通洲
ef18c8e3f7
Users: remove "wtsapi32_extend" as mingw_w64 now officially supports these APIs
...
Ref: https://github.com/mirror/mingw-w64/commit/931ca20b233e766950e7758cff71c270937b0b64
2023-01-09 14:03:46 +08:00
李通洲
012c7552eb
macOS: try fixing #380
2023-01-09 13:42:58 +08:00
李通洲
0fd63084dc
Global: fix other possible bugs where enumerating directories without ignoring . and ..
2023-01-09 10:45:51 +08:00
李通洲
0b12e73eef
DisplayServer: make brightness detection actually work (Linux)
2023-01-09 10:44:09 +08:00
李通洲
4daf3016f8
Global: fix memleaks
2023-01-09 10:02:48 +08:00
李通洲
9f8e256bb4
DisplayServer: support brightness detection (Linux)
2023-01-08 20:47:06 +08:00
Linus Dierheimer
1bbcd9ad0d
Look for logo files in <datadir>/fastfetch/logos/ too
...
#375
2023-01-08 12:30:36 +01:00
Linus Dierheimer
b1c0a2dc1e
Better init of config & data dirs
2023-01-08 11:32:43 +01:00
Linus Dierheimer
2a092de8d8
Detect data dirs at runtime
...
* Respecting the current platform
* Using them where appropiate
2023-01-08 01:41:09 +01:00
Linus Dierheimer
bb57714ac9
Use configDirs to look for fastfetch configs
2023-01-07 22:51:47 +01:00
Linus Dierheimer
137039f868
Initialize brightness on wayland too
2023-01-07 22:37:01 +01:00
李通洲
e7af38aa11
DisplayServer: make display brightness actually work (Windows)
2023-01-08 01:27:54 +08:00
李通洲
d0bab2ca22
Image: fix compiler warnings (Windows)
2023-01-08 01:27:54 +08:00
李通洲
2621c48f92
DisplayServer: support brightness detection (Windows)
2023-01-08 01:27:54 +08:00
李通洲
959540f17c
DisplayServer: support brightness detection (macOS)
2023-01-08 01:27:54 +08:00
李通洲
3e2c344417
Android: honor $XDG_CONFIG_HOME when loading user config file
2023-01-08 01:27:34 +08:00
李通洲
a307977ec1
Image: don't try to read image file with --logo none
2023-01-08 01:26:10 +08:00
李通洲
f3db4e49b6
Windows: store config file in RoamingAppData instead of LocalAppData
2023-01-03 17:01:24 +08:00
李通洲
30f9bcbd22
TerminalFont: fix mintty terminal font detection
2023-01-03 17:01:24 +08:00
李通洲
a98c71aab4
Config: search for user config file in the order of configDirs
...
This is necessary to keep forward compatibility for Windows / macOS users. Since `$LOCALAPPPATH` and `~/Library/Preferences` are now the first element of `configDirs`, config files in `~/.config` won't be used in previous manner.
2023-01-02 17:27:06 +08:00
李通洲
0d722ebe0b
Config: add --list-config-paths option
2023-01-02 16:51:11 +08:00
李通洲
3caa92c567
macOS: looking for config files in ~/Library/Preferences
2023-01-02 16:34:57 +08:00