李通洲
627d5fc659
JsonConfig: restructure some keys
2023-10-29 00:17:24 +08:00
李通洲
25849dc4bb
Migration (Logo): fix --logo-color-num
(v2)
2023-10-28 23:39:15 +08:00
李通洲
63032cd840
Doc: update help.txt
2023-10-28 23:02:28 +08:00
李通洲
2414246de9
Migration (Logo): fix --logo-color-num
2023-10-28 21:52:28 +08:00
李通洲
c52353b4b8
Vulkan: remove used GPU memory detection, which is unreliable
...
Ref: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_memory_budget.html#_description
2023-10-28 20:25:39 +08:00
李通洲
799628c083
GPU: guard nvml related code behind --allow-slow-operations
2023-10-28 17:23:49 +08:00
李通洲
38d5791d57
GPU: support memory, core count detection
2023-10-28 13:56:43 +08:00
李通洲
9d664e2b61
GPU (Linux): support driver version detection
2023-10-28 13:11:04 +08:00
李通洲
2eb21e3521
TerminalFont: fix memleaks
2023-10-28 13:00:45 +08:00
李通洲
bfe1265c44
Logo (Builtin): add azos
...
Ref: https://github.com/dylanaraps/neofetch/pull/2339
2023-10-27 22:57:16 +08:00
李通洲
dd3109cd89
GPU: better nvidia GPU temp detection
2023-10-27 21:16:03 +08:00
Carter Li
130d5a5202
Sound (macOS): fix no sound devices detected error on old macOS version
2023-10-27 17:35:28 +08:00
Carter Li
cda4c62e9e
macOS: fix building on old macOS version
2023-10-27 16:59:10 +08:00
李通洲
df245f32ec
FFlist: add FF_LIST_GET
...
this macro can be safer to use than `ffListGet` because it detects wrong type convertion
2023-10-27 12:02:01 +08:00
李通洲
04409f4381
Wifi (macOS): better (or worse) support of security detection
2023-10-27 12:02:01 +08:00
李通洲
155e4a5b80
Doc: update doc for --migrate-config
2023-10-27 00:00:48 +08:00
李通洲
59a9209621
GPU: support Nvidia GPU temp detection
2023-10-27 00:00:19 +08:00
李通洲
cd5e14a834
LM (Linux): tidy
2023-10-26 23:27:40 +08:00
李通洲
e707cf8464
Migration: deprecate --gen-config conf
2023-10-26 16:34:38 +08:00
李通洲
8bdd410e97
Migration: support specifying config file path
2023-10-26 16:22:05 +08:00
李通洲
f45654620f
Global: code refactor
2023-10-26 15:39:28 +08:00
李通洲
72d138f8c4
Migration (Modules): only generate objects when necessary
2023-10-26 14:28:47 +08:00
李通洲
6a0df7ae49
Migration: simplify json result
2023-10-26 14:06:47 +08:00
李通洲
23def0a1c7
Options (Library): add definitions only when used on the platform
2023-10-26 13:55:26 +08:00
李通洲
3236ef075d
Migration (Library): support library options
2023-10-26 13:55:26 +08:00
李通洲
d00b301904
Migration (General): support general options
2023-10-26 13:55:26 +08:00
李通洲
6c82686283
Migration (Display): support display options
2023-10-26 13:55:21 +08:00
李通洲
399e2235d4
Options (Display): split code
2023-10-26 10:26:15 +08:00
李通洲
bd898e4006
Wifi (macOS): additional fix of Sonoma compatibility
2023-10-26 09:50:51 +08:00
李通洲
2c49dcceaf
Options (Library): split code
2023-10-25 16:24:24 +08:00
李通洲
3c5b002414
Options (Modules): split code
2023-10-25 15:38:46 +08:00
李通洲
ca37206a49
Options (Logo): renaming symbols
2023-10-25 15:31:13 +08:00
李通洲
8a939e981c
Options (General): symbol renaming to prevent from possible naming conflicts
2023-10-25 14:43:15 +08:00
李通洲
bed1b4cf0f
Global: move general options to a new separate folder
2023-10-25 13:39:13 +08:00
李通洲
04c3a4ccf7
Logo: move logo options related code to a new folder
2023-10-25 10:44:34 +08:00
李通洲
f50368a949
Migration: support logo
2023-10-25 10:18:07 +08:00
李通洲
4e018dbf26
JsonConfig: code refactor
2023-10-25 09:13:04 +08:00
李通洲
fa02217ff4
Doc: update changelog
2023-10-25 09:03:44 +08:00
Martin Valba
22080d36b0
Add Evolinx distro banner ( #596 )
...
* Add Evolinx banner
* Removed accidental local bad save
2023-10-24 22:23:33 +08:00
westpain
3303f4e1ce
Add cycledream logo ( #595 )
2023-10-24 21:15:56 +08:00
李通洲
11d03ad59e
TerminalFont: support st
2023-10-24 16:48:22 +08:00
李通洲
504f1533c2
Terminal: support st version detection
2023-10-24 15:57:40 +08:00
李通洲
bf1d1cbac5
Terminal: support urxvt version detection
2023-10-24 15:56:43 +08:00
李通洲
94119d1674
OpenGL (Linux): fix build
2023-10-24 15:17:27 +08:00
李通洲
f4a263df01
Migration: finish modules support
2023-10-24 14:41:29 +08:00
李通洲
533231825c
Terminal (Linux): detect tmux: server
as tmux
2023-10-24 10:20:41 +08:00
李通洲
40e2787d94
Revert "Terminal (Linux): better support for tmux"
...
This reverts commit 281af9c86fefc99ae11e2b9b52e84f8491f02082.
2023-10-24 10:09:43 +08:00
李通洲
281af9c86f
Terminal (Linux): better support for tmux
2023-10-23 23:38:18 +08:00
matoro
fc0db8c291
Host (Linux): devicetree path for OBP hosts ( #591 )
...
At least SPARC devices have their model name in this devicetree node
and do not have a "model" node. Possibly also POWER Macs, do not have
one to test though.
2023-10-23 23:37:37 +08:00
李通洲
48d2dbad34
Battery (Linux): fix build
2023-10-23 18:42:40 +08:00