mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
feat: Add Fedora version to Neofetch distro display
This commit is contained in:
parent
9cbe9c6dc9
commit
52494fd9fe
@ -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 && \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user