feat(neofetch): Separate OS and OCI name

This commit is contained in:
Kyle Gospodnetich 2023-08-14 00:03:34 -07:00
parent 39584e6f3b
commit 239b43f048
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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