tweak(global/packages): neofetch -> hyfetch

This commit is contained in:
Infinidoge 2023-07-19 16:41:13 -04:00
parent c95e064a81
commit dcf22f2da3
2 changed files with 3 additions and 1 deletions

View file

@ -25,6 +25,7 @@
frei
git
htop
hyfetch
iputils
jq
lynx
@ -32,7 +33,6 @@
man-pages-posix
manix
moreutils
neofetch
nmap
ntfs3g # Windows drives
parted

View file

@ -84,6 +84,8 @@ in
path = "tr ':' '\n' <<< \"$PATH\"";
timestamp = "date +%s -d";
neofetch = "neowofetch";
# yt-dlp
yt-m4a = ''yt-dlp -f "bestaudio[ext=m4a]" -o "%(title)s.%(ext)s"'';
yt-mp4 = ''yt-dlp -f "best[ext=mp4]" -o "%(title)s.%(ext)s"'';