mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-01 04:21:04 +00:00
feat(neofetch): Separate OS and OCI name
This commit is contained in:
parent
39584e6f3b
commit
239b43f048
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user