add pfetch

This commit is contained in:
Hadi 2024-06-17 21:34:54 +02:00
parent bbaf52b496
commit d1b581fd58
5 changed files with 6 additions and 3 deletions

View File

@ -62,6 +62,7 @@
wireguard-tools
bitwarden-cli
optipng
pfetch
# Just cool
peaclock

View File

@ -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
""}
'';

View File

@ -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;

View File

@ -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;

View File

@ -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;