From d1b581fd58cfaf91f30efa5184b0785823dbb02e Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:34:54 +0200 Subject: [PATCH] add pfetch --- home/laptop.nix | 1 + home/system/shell/zsh.nix | 2 ++ hosts/themes/catppuccin.nix | 2 +- hosts/themes/nixy.nix | 2 +- hosts/themes/windows.nix | 2 +- 5 files changed, 6 insertions(+), 3 deletions(-) diff --git a/home/laptop.nix b/home/laptop.nix index 80122ce..7673f6e 100644 --- a/home/laptop.nix +++ b/home/laptop.nix @@ -62,6 +62,7 @@ wireguard-tools bitwarden-cli optipng + pfetch # Just cool peaclock diff --git a/home/system/shell/zsh.nix b/home/system/shell/zsh.nix index 959ce00..65d9712 100644 --- a/home/system/shell/zsh.nix +++ b/home/system/shell/zsh.nix @@ -15,6 +15,8 @@ pkgs.neofetch + "/bin/neofetch" else if config.var.theme.fetch == "nerdfetch" then "nerdfetch" + else if config.var.theme.fetch == "pfetch" then + "echo; ${pkgs.pfetch}/bin/pfetch" else ""} ''; diff --git a/hosts/themes/catppuccin.nix b/hosts/themes/catppuccin.nix index d1ada50..c70659e 100644 --- a/hosts/themes/catppuccin.nix +++ b/hosts/themes/catppuccin.nix @@ -10,7 +10,7 @@ gaps-out = 15 * 2; border-size = 5; animation-speed = "medium"; # "fast" | "medium" | "slow" - fetch = "neofetch"; # "nerdfetch" | "neofetch" | "none" + fetch = "neofetch"; # "nerdfetch" | "neofetch" | "pfetch" | "none" waybar = { transparent = true; diff --git a/hosts/themes/nixy.nix b/hosts/themes/nixy.nix index f322793..cb105cd 100644 --- a/hosts/themes/nixy.nix +++ b/hosts/themes/nixy.nix @@ -10,7 +10,7 @@ gaps-out = 12 * 2; border-size = 4; animation-speed = "slow"; # "fast" | "medium" | "slow" - fetch = "nerdfetch"; # "nerdfetch" | "neofetch" | "none" + fetch = "nerdfetch"; # "nerdfetch" | "neofetch" | "pfetch" | "none" waybar = { transparent = true; diff --git a/hosts/themes/windows.nix b/hosts/themes/windows.nix index c79fb56..0ee8580 100644 --- a/hosts/themes/windows.nix +++ b/hosts/themes/windows.nix @@ -10,7 +10,7 @@ gaps-out = 8 * 2; border-size = 2; animation-speed = "slow"; # "fast" | "medium" | "slow" - fetch = "none"; # "nerdfetch" | "neofetch" | "none" + fetch = "none"; # "nerdfetch" | "neofetch" | "pfetch" | "none" waybar = { transparent = false;