From 239b43f048754e9d97deb2e6942b74a0a3b37452 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 14 Aug 2023 00:03:34 -0700 Subject: [PATCH] feat(neofetch): Separate OS and OCI name --- .../deck/shared/usr/share/ublue-os/bazzite/neofetch.conf | 3 ++- .../desktop/shared/usr/share/ublue-os/bazzite/neofetch.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/system_files/deck/shared/usr/share/ublue-os/bazzite/neofetch.conf b/system_files/deck/shared/usr/share/ublue-os/bazzite/neofetch.conf index 33f45ae1..d742ecc6 100644 --- a/system_files/deck/shared/usr/share/ublue-os/bazzite/neofetch.conf +++ b/system_files/deck/shared/usr/share/ublue-os/bazzite/neofetch.conf @@ -2,8 +2,9 @@ print_info () { info title info underline - distro="Bazzite (Steam Deck Edition) x86_64" + oci="Bazzite (Steam Deck Edition) x86_64" info "Host" model + info "OCI" oci info "OS" distro info "Kernel" kernel info "Uptime" uptime diff --git a/system_files/desktop/shared/usr/share/ublue-os/bazzite/neofetch.conf b/system_files/desktop/shared/usr/share/ublue-os/bazzite/neofetch.conf index baff837a..72623401 100644 --- a/system_files/desktop/shared/usr/share/ublue-os/bazzite/neofetch.conf +++ b/system_files/desktop/shared/usr/share/ublue-os/bazzite/neofetch.conf @@ -2,8 +2,9 @@ print_info () { info title info underline - distro="Bazzite x86_64" + oci="Bazzite x86_64" info "Host" model + info "OCI" oci info "OS" distro info "Kernel" kernel info "Uptime" uptime