Skip to content

Commit 1a36315

Browse files
committed
feat: Replace neofetch with more maintained hyfetch (Still available in terminal as neofetch)
1 parent 27476f0 commit 1a36315

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ RUN rpm-ostree install \
7171
obs-vkcapture \
7272
ladspa-noise-suppression-for-voice \
7373
btop \
74-
neofetch \
7574
fish \
7675
xdotool \
7776
yad \
@@ -144,6 +143,7 @@ RUN rm /usr/share/applications/shredder.desktop && \
144143
"/usr/etc/profile.d/ublue-firstboot.sh" && \
145144
cp "/usr/share/ublue-os/firstboot/yafti.yml" "/etc/yafti.yml" && \
146145
pip install --prefix=/usr yafti && \
146+
pip install --prefix=/usr hyfetch && \
147147
sed -i 's/stage/none/g' /etc/rpm-ostreed.conf && \
148148
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo && \
149149
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-distrobox-git.repo && \
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
alias neofetch='neofetch --source /usr/share/ublue-os/bazzite/logo.txt --config /usr/share/ublue-os/bazzite/neofetch.conf'
1+
alias neofetch='/usr/bin/neowofetch --source /usr/share/ublue-os/bazzite/logo.txt --config /usr/share/ublue-os/bazzite/neofetch.conf'
2+
alias neowofetch='/usr/bin/neowofetch --source /usr/share/ublue-os/bazzite/logo.txt --config /usr/share/ublue-os/bazzite/neofetch.conf'

0 commit comments

Comments
 (0)