feat: Replace neofetch with more maintained hyfetch (Still available in terminal as neofetch)

This commit is contained in:
Kyle Gospodnetich 2023-08-18 17:43:55 -07:00
parent 27476f01a0
commit 1a363152f1
2 changed files with 3 additions and 2 deletions

View File

@ -71,7 +71,6 @@ RUN rpm-ostree install \
obs-vkcapture \
ladspa-noise-suppression-for-voice \
btop \
neofetch \
fish \
xdotool \
yad \
@ -144,6 +143,7 @@ RUN rm /usr/share/applications/shredder.desktop && \
"/usr/etc/profile.d/ublue-firstboot.sh" && \
cp "/usr/share/ublue-os/firstboot/yafti.yml" "/etc/yafti.yml" && \
pip install --prefix=/usr yafti && \
pip install --prefix=/usr hyfetch && \
sed -i 's/stage/none/g' /etc/rpm-ostreed.conf && \
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo && \
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-distrobox-git.repo && \

View File

@ -1 +1,2 @@
alias neofetch='neofetch --source /usr/share/ublue-os/bazzite/logo.txt --config /usr/share/ublue-os/bazzite/neofetch.conf'
alias neofetch='/usr/bin/neowofetch --source /usr/share/ublue-os/bazzite/logo.txt --config /usr/share/ublue-os/bazzite/neofetch.conf'
alias neowofetch='/usr/bin/neowofetch --source /usr/share/ublue-os/bazzite/logo.txt --config /usr/share/ublue-os/bazzite/neofetch.conf'