feat: Add Fedora version to Neofetch distro display

This commit is contained in:
Kyle Gospodnetich 2023-07-18 23:27:55 -07:00
parent 9cbe9c6dc9
commit 52494fd9fe
3 changed files with 4 additions and 2 deletions

View File

@ -77,6 +77,7 @@ RUN pip install --prefix=/usr yafti && \
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-wallpaper-engine-kde-plugin.repo && \
sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/user.conf && \
sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/system.conf && \
sed -i 's@VERSION_STRING@${FEDORA_MAJOR_VERSION}@g' /usr/share/ublue-os/bazzite/neofetch.conf && \
systemctl disable rpm-ostreed-automatic.timer && \
systemctl --global enable ublue-update.timer && \
systemctl enable input-remapper.service && \
@ -165,6 +166,7 @@ RUN sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-bazzite.re
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-hl2linux-selinux.repo && \
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-obs-vkcapture.repo && \
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-wallpaper-engine-kde-plugin.repo && \
sed -i 's@VERSION_STRING@${FEDORA_MAJOR_VERSION}@g' /usr/share/ublue-os/bazzite/neofetch.conf && \
systemctl enable plasma-autologin.service && \
systemctl enable jupiter-fan-control.service && \
systemctl enable set-cfs-tweaks.service && \

View File

@ -2,7 +2,7 @@ print_info () {
info title
info underline
distro="Bazzite (Steam Deck Edition) x86_64"
distro="Bazzite (Steam Deck Edition) VERSION_STRING x86_64"
info "Host" model
info "OS" distro
info "Kernel" kernel

View File

@ -2,7 +2,7 @@ print_info () {
info title
info underline
distro="Bazzite x86_64"
distro="Bazzite VERSION_STRING x86_64"
info "Host" model
info "OS" distro
info "Kernel" kernel