From 707eac508776dfb96a04ea76ca15ecc9b1d37aa8 Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Thu, 12 May 2022 13:19:41 +0000 Subject: [PATCH 1/7] [U] guix: Update readme usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72b258be..76162e8a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Currently, these distributions have existing packages for HyFetch: * ArchLinux: `yay -S hyfetch` (Thanks to @ Aleksana) * NixOS: `nix-env -i hyfetch` ([In Progress](https://github.com/NixOS/nixpkgs/pull/170309)) -* Guix: [In progress](https://issues.guix.gnu.org/54847#8-lineno27) +* Guix: `guix install hyfetch` (Thanks to @ WammKD) Currently, if you're using NixOS, you can use HyFetch with `nix-env -if https://github.com/hykilpikonna/hyfetch/tarball/master -A hyfetch` From 8d65521fad378653695ede1e79e40df0b86f414b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milena=20-=20=E4=B8=80=E7=A9=97=E7=81=AF=E8=8A=B1?= <102890144+YisuiDenghua@users.noreply.github.com> Date: Thu, 30 Jun 2022 16:54:44 +0800 Subject: [PATCH 2/7] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72b258be..fa4e6248 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,19 @@ pip install hyfetch Currently, these distributions have existing packages for HyFetch: * ArchLinux: `yay -S hyfetch` (Thanks to @ Aleksana) -* NixOS: `nix-env -i hyfetch` ([In Progress](https://github.com/NixOS/nixpkgs/pull/170309)) +* Nix (Nixpkgs): `nix-env -i hyfetch` ([In Progress](https://github.com/NixOS/nixpkgs/pull/170309)) +* Nix (NUR): ([In Progress](https://github.com/nix-community/NUR/pull/467)) * Guix: [In progress](https://issues.guix.gnu.org/54847#8-lineno27) -Currently, if you're using NixOS, you can use HyFetch with `nix-env -if https://github.com/hykilpikonna/hyfetch/tarball/master -A hyfetch` +Currently, if you're using Nix the package manager or NixOS, you can use HyFetch with `nix-env -if https://github.com/hykilpikonna/hyfetch/tarball/master -A hyfetch` +> Now `hyfetch` is available in our NixOS-CN's flake. You can add ([NixOS-CN](https://github.com/nixos-cn/flakes)) in your ([Nix Flake](https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html)) at first, then install package `hyfetch`. +``` +#flake.nix + + environment.systemPackages = + [ nixos-cn.legacyPackages.${system}.netease-cloud-music ]; + +``` ## Usage From 23814863f12b32e588516dba440c05d9230cc150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milena=20-=20=E4=B8=80=E7=A9=97=E7=81=AF=E8=8A=B1?= <102890144+YisuiDenghua@users.noreply.github.com> Date: Thu, 30 Jun 2022 16:58:12 +0800 Subject: [PATCH 3/7] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fa4e6248..7c05d69b 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,15 @@ Currently, these distributions have existing packages for HyFetch: * Guix: [In progress](https://issues.guix.gnu.org/54847#8-lineno27) Currently, if you're using Nix the package manager or NixOS, you can use HyFetch with `nix-env -if https://github.com/hykilpikonna/hyfetch/tarball/master -A hyfetch` -> Now `hyfetch` is available in our NixOS-CN's flake. You can add ([NixOS-CN](https://github.com/nixos-cn/flakes)) in your ([Nix Flake](https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html)) at first, then install package `hyfetch`. -``` -#flake.nix - - environment.systemPackages = - [ nixos-cn.legacyPackages.${system}.netease-cloud-music ]; - -``` - +> Now `hyfetch` is available in our NixOS-CN's flake. You can add ([NixOS-CN](https://github.com/nixos-cn/flakes)) in your ([Nix Flake (https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html)) at first, then install package `hyfetch`. +> ``` +> #flake.nix +> +> environment.systemPackages = +> [ nixos-cn.legacyPackages.${system}.netease-cloud-music ]; +> +> ``` +> (Thanks to @ YisuiDenghua and @ linyinfeng ) ## Usage When you run `hyfetch` for the first time, it will prompt you to choose a color system and a preset. Just follow the prompt, and everything should work (hopefully). If something doesn't work, feel free to submit an issue! From 10408af1a2e771a3fb5659308d359dff42dea450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milena=20-=20=E4=B8=80=E7=A9=97=E7=81=AF=E8=8A=B1?= <102890144+YisuiDenghua@users.noreply.github.com> Date: Thu, 30 Jun 2022 16:59:44 +0800 Subject: [PATCH 4/7] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BA=86=E8=AF=AD?= =?UTF-8?q?=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c05d69b..23756e41 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Currently, these distributions have existing packages for HyFetch: * Guix: [In progress](https://issues.guix.gnu.org/54847#8-lineno27) Currently, if you're using Nix the package manager or NixOS, you can use HyFetch with `nix-env -if https://github.com/hykilpikonna/hyfetch/tarball/master -A hyfetch` -> Now `hyfetch` is available in our NixOS-CN's flake. You can add ([NixOS-CN](https://github.com/nixos-cn/flakes)) in your ([Nix Flake (https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html)) at first, then install package `hyfetch`. +> Now `hyfetch` is available in our NixOS-CN's flake. You can add ([NixOS-CN](https://github.com/nixos-cn/flakes)) in your ([Nix Flake] (https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html)) at first, then install package `hyfetch`. > ``` > #flake.nix > From 9e85fbc1511983744a37337581e9d80c6bf69986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milena=20-=20=E4=B8=80=E7=A9=97=E7=81=AF=E8=8A=B1?= <102890144+YisuiDenghua@users.noreply.github.com> Date: Thu, 30 Jun 2022 17:01:34 +0800 Subject: [PATCH 5/7] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BA=86=E8=AF=AD?= =?UTF-8?q?=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23756e41..375664e0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Currently, these distributions have existing packages for HyFetch: * Guix: [In progress](https://issues.guix.gnu.org/54847#8-lineno27) Currently, if you're using Nix the package manager or NixOS, you can use HyFetch with `nix-env -if https://github.com/hykilpikonna/hyfetch/tarball/master -A hyfetch` -> Now `hyfetch` is available in our NixOS-CN's flake. You can add ([NixOS-CN](https://github.com/nixos-cn/flakes)) in your ([Nix Flake] (https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html)) at first, then install package `hyfetch`. +> Now `hyfetch` is available in our NixOS-CN's flake. You can add [NixOS-CN](https://github.com/nixos-cn/flakes) in your [Nix Flake](https://nixos.org/manual/nix/unstable/command-ref/new-cli/nix3-flake.html) at first, then install package `hyfetch`. > ``` > #flake.nix > From 7682408554676804067dcb12a6ff43f3318ed39a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milena=20-=20=E4=B8=80=E7=A9=97=E7=81=AF=E8=8A=B1?= <102890144+YisuiDenghua@users.noreply.github.com> Date: Thu, 30 Jun 2022 17:03:21 +0800 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 375664e0..e76c0bfb 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Currently, if you're using Nix the package manager or NixOS, you can use HyFetch > #flake.nix > > environment.systemPackages = -> [ nixos-cn.legacyPackages.${system}.netease-cloud-music ]; +> [ nixos-cn.legacyPackages.${system}.hyfetch ]; > > ``` > (Thanks to @ YisuiDenghua and @ linyinfeng ) From d210e8b7179969372880b4b228d9bcf349d366a0 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 25 Jul 2022 21:05:33 -0400 Subject: [PATCH 7/7] [U] Changelog --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c7f10c4..330128a2 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,21 @@ Feel free to experiment with it! ### TODO -* [ ] Add interactive configurator for adjusting brightness * [ ] Add configuration to emphasize certain parts of the original ASCII art (to make icons like Fedora and Ubuntu look nicer) +### 1.1.1 + +* Removed `numpy` dependency that was used in 1.1.0 + +### 1.1.0 + +* Refactored a lot of things +* Added Beiyang flag xD +* Added interactive configurator for brightness adjustment +* Added dark/light mode selection +* Added color bar preview for RGB/8bit mode selection +* Added random color arrangement feature (for NixOS) + ### 1.0.7 * Fix: Make config path not on init but when it's actually needed.