File tree 2 files changed +3
-2
lines changed
system_files/desktop/shared/etc/profile.d
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ RUN rpm-ostree install \
71
71
obs-vkcapture \
72
72
ladspa-noise-suppression-for-voice \
73
73
btop \
74
- neofetch \
75
74
fish \
76
75
xdotool \
77
76
yad \
@@ -144,6 +143,7 @@ RUN rm /usr/share/applications/shredder.desktop && \
144
143
"/usr/etc/profile.d/ublue-firstboot.sh" && \
145
144
cp "/usr/share/ublue-os/firstboot/yafti.yml" "/etc/yafti.yml" && \
146
145
pip install --prefix=/usr yafti && \
146
+ pip install --prefix=/usr hyfetch && \
147
147
sed -i 's/stage/none/g' /etc/rpm-ostreed.conf && \
148
148
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-akmods.repo && \
149
149
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-distrobox-git.repo && \
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments