Commit Graph

264 Commits

Author SHA1 Message Date
utox39
707f94bd8b fix(formatters): fix wrong return type 2025-07-12 01:47:53 +02:00
utox39
de214a4a89 feat(formatters): add a tagged union to handle formatters with different signatures 2025-07-12 01:42:15 +02:00
utox39
5b63b30a4f fix(linux-gpu): fix wrong return type 2025-07-12 01:23:33 +02:00
utox39
9af26702cc fix(linux-gpu): fix ignored error union 2025-07-12 01:19:53 +02:00
utox39
c660fc903f feat(linux-gpu): handle multiple gpu 2025-07-11 21:54:17 +02:00
utox39
90abbcb1fd feat(linux-gpu): handle the return value of the pci_fill_info function 2025-07-11 16:27:07 +02:00
utox39
a52dd145da build(linux): link with libpci 2025-07-11 14:22:25 +02:00
utox39
5faf60e53d refactor(formatters): remove gpu information detection behavior based on os 2025-07-11 14:21:37 +02:00
utox39
7993cab4df feat(linux): add gpu name info 2025-07-11 14:16:35 +02:00
utox39
b4ec1b6d2d build: bump version to 0.5.3 v0.5.3 2025-06-19 03:24:36 +02:00
utox39
cd40fe34d2 fix(formatters): correct printed total swap size from usage to actual size 2025-06-19 03:23:44 +02:00
utox39
5e71eaf3f6 build: bump version to 0.5.2 v0.5.2 2025-06-13 19:18:26 +02:00
utox39
7ac43a2694 refactor: remove todo 2025-06-13 19:17:37 +02:00
utox39
d9c68cb9cd build: bump version to 0.5.1 v0.5.1 2025-05-30 21:57:10 +02:00
utox39
1865be9030 style: change hostname color 2025-05-30 21:56:58 +02:00
utox39
6ad0bc1db5 build: bump version to 0.5.0 v0.5.0 2025-05-30 18:02:51 +02:00
utox39
ff810a1656 feat: remove toStr methods 2025-05-30 18:01:00 +02:00
utox39
5019f177c1 refactor(config): add comment 2025-05-30 18:00:08 +02:00
utox39
4206b7236d docs(README): update README 2025-05-30 13:17:41 +02:00
utox39
2a5c27f0a2 docs(README): update README 2025-05-30 13:16:35 +02:00
utox39
f5f062ecd8 docs(README): update README 2025-05-29 12:17:27 +02:00
utox39
cbb9ce8516 Merge pull request #2 from utox39/feat/user-config
Feat/user config
2025-05-28 17:47:27 +02:00
utox39
bf721c1671 docs(README): update README 2025-05-28 17:46:03 +02:00
utox39
c81e9f7886 build: bump version to 0.4.0 2025-05-28 17:40:02 +02:00
utox39
801d15afc8 docs(README): update README 2025-05-28 17:39:19 +02:00
utox39
d497f2e4b5 feat: add user configuration logic 2025-05-28 17:39:03 +02:00
utox39
e56de0a70f chore: add default configuration 2025-05-28 17:37:12 +02:00
utox39
ff90b826d5 feat: add formatters for user configuration 2025-05-28 17:35:46 +02:00
utox39
0019045acb feat: add user configuration logic 2025-05-28 17:35:13 +02:00
utox39
1a1d96c3a3 feat: add conversion of a hex color to rgb 2025-05-28 17:33:10 +02:00
utox39
f4fc3ac7e3 build: bump version to 0.3.1 2025-05-16 14:01:21 +02:00
utox39
96045ff9c3 Merge pull request #1 from utox39/feat-macos/intel-cpu-freq
Feat-macos/intel-cpu-freq
2025-05-16 13:52:56 +02:00
utox39
2cf98c669c fix(macos): fix NoMatchingService error for intel macs when trying to retrieve gpu frequency 2025-05-16 13:45:23 +02:00
utox39
826d427d8a feat(macos): add intel cpu frequency info 2025-05-14 12:49:20 +02:00
utox39
b67d823f7b build: bump version to 0.2.2 2025-05-14 00:53:29 +02:00
utox39
5cf08dd50c fix: fix memory leak when zigfetch crashes 2025-05-13 14:50:27 +02:00
utox39
12ca70ac45 build: bump version to 0.2.1 2025-05-11 00:52:53 +02:00
utox39
2a3ba3e230 refactor: add comments 2025-05-10 23:03:01 +02:00
utox39
551f452ffe refactor: add comments 2025-05-10 23:02:05 +02:00
utox39
06edcb123e refactor: zeroes the buf2 buffer 2025-05-10 21:14:15 +02:00
utox39
6fa4d8a699 feat: add colors 2025-05-10 20:13:15 +02:00
utox39
360fe05007 refactor(linux): change toStr string 2025-05-10 19:31:13 +02:00
utox39
c541e0588e refactor(macos): change toStr string 2025-05-10 19:30:04 +02:00
utox39
34ff7e827b refactor(macos): handle the EnvironmentVariableNotFound error for the env vars 'LANG' and 'TERM_PROGRAM' 2025-05-09 11:54:56 +02:00
utox39
55897d5f47 feat: add default ansi colors 2025-05-04 18:07:21 +02:00
utox39
f1d37f0323 chore: add issue template 2025-05-01 19:23:16 +02:00
utox39
fe43cc9da4 chore: update security policy 2025-05-01 19:20:16 +02:00
utox39
c6ca1b42e9 chore: add security policy 2025-05-01 19:18:56 +02:00
utox39
f669d161c6 chore: add code of conduct 2025-05-01 19:18:40 +02:00
utox39
63fd0239c4 build: bump version to 0.2.0 2025-05-01 19:12:48 +02:00