add pfetch
This commit is contained in:
parent
bbaf52b496
commit
d1b581fd58
@ -62,6 +62,7 @@
|
||||
wireguard-tools
|
||||
bitwarden-cli
|
||||
optipng
|
||||
pfetch
|
||||
|
||||
# Just cool
|
||||
peaclock
|
||||
|
@ -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
|
||||
""}
|
||||
'';
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user