mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-24 14:02:07 +02:00
Switch to new ascii art for neofetch
This commit is contained in:
parent
57ec06653c
commit
fe31b31667
@ -34,6 +34,7 @@ lib.mkIf (theShell == "bash") {
|
|||||||
la="lsd -a";
|
la="lsd -a";
|
||||||
lal="lsd -al";
|
lal="lsd -al";
|
||||||
".."="cd ..";
|
".."="cd ..";
|
||||||
|
neofetch="neofetch --ascii ~/.config/ascii-neofetch";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
home.file.".face.icon".source = ./files/face.jpg; # For SDDM
|
home.file.".face.icon".source = ./files/face.jpg; # For SDDM
|
||||||
home.file.".config/rofi/rofi.jpg".source = ./files/rofi.jpg;
|
home.file.".config/rofi/rofi.jpg".source = ./files/rofi.jpg;
|
||||||
home.file.".config/starship.toml".source = ./files/starship.toml;
|
home.file.".config/starship.toml".source = ./files/starship.toml;
|
||||||
|
home.file.".config/ascii-neofetch".source = ./files/ascii-neofetch;
|
||||||
home.file.".local/share/fonts" = {
|
home.file.".local/share/fonts" = {
|
||||||
source = ./files/fonts;
|
source = ./files/fonts;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
home.file.".config/neofetch/config.conf".text = ''
|
home.file.".config/neofetch/config.conf".text = ''
|
||||||
print_info() {
|
print_info() {
|
||||||
info "$(color 6) OS " distro
|
prin "$(color 6) ZaneyOS $ZOSVER "
|
||||||
info underline
|
info underline
|
||||||
info "$(color 7) VER" kernel
|
info "$(color 7) VER" kernel
|
||||||
info "$(color 2) UP " uptime
|
info "$(color 2) UP " uptime
|
||||||
|
@ -54,6 +54,7 @@ lib.mkIf (theShell == "zsh") {
|
|||||||
la="lsd -a";
|
la="lsd -a";
|
||||||
lal="lsd -al";
|
lal="lsd -al";
|
||||||
".."="cd ..";
|
".."="cd ..";
|
||||||
|
neofetch="neofetch --ascii ~/.config/ascii-neofetch";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user