From 9b689dabaf378e14475d8b390aa232e52e7e8e1b Mon Sep 17 00:00:00 2001 From: shibedrill <53824200+shibedrill@users.noreply.github.com> Date: Fri, 3 May 2024 14:29:45 -0400 Subject: [PATCH] add steamOS support --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 5c35295..c340672 100644 --- a/src/main.rs +++ b/src/main.rs @@ -218,6 +218,7 @@ impl Information { "openSUSE Tumbleweed" | "openSUSE Leap" => '', "PopOS" => '', "Ubuntu" => '', + "SteamOS" => '', "Windows" => '', "Android" => '', "iOS" => '', @@ -254,7 +255,7 @@ impl Information { "Fedora Linux" | "Kali GNU/Linux" | "Alpine Linux" => "bright blue", "openSUSE Tumbleweed" | "openSUSE Leap" | "Linux Mint" | "Android" => "bright green", "EndeavourOS" | "Gentoo" | "CentOS Linux" | "CentOS Stream" => "purple", - "iOS" | "macOS" | "ElementaryOS" => "bright white", + "iOS" | "macOS" | "ElementaryOS" | "SteamOS" => "bright white", "AlmaLinux" => "yellow", _ => "bright white",