mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-26 18:35:30 +00:00
feat: Replace neofetch with more maintained hyfetch (Still available in terminal as neofetch)
This commit is contained in:
parent
27476f01a0
commit
1a363152f1
@ -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 && \
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user