From edb48ace8a4f8afe82e7bfc85c8b2b0bc770156b Mon Sep 17 00:00:00 2001 From: sora-ext Date: Thu, 4 Jun 2026 17:59:24 +0200 Subject: [PATCH] Update systems/sandbox/cfg.nix --- systems/sandbox/cfg.nix | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index 5556d71..d7604ad 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -61,6 +61,41 @@ suwayomi.subdomain = "manga"; calibre.subdomain = "books"; selfmark = { subdomain = "arr"; subpath = "selfmark"; }; + + favicon.extra = { + mappings = { + "home.localhost" = { + label = "H"; + background = "#0f172a"; + foreground = "#f8fafc"; + accent = "#22c55e"; + }; + "cloud.localhost" = { + label = "C"; + background = "#0b1220"; + foreground = "#f8fafc"; + accent = "#38bdf8"; + }; + "sso.localhost" = { + label = "S"; + background = "#1f1630"; + foreground = "#fff7ed"; + accent = "#f59e0b"; + }; + "metrum.localhost" = { + label = "M"; + background = "#1a1d29"; + foreground = "#f8fafc"; + accent = "#a78bfa"; + }; + }; + default = { + label = "?"; + background = "#111827"; + foreground = "#f9fafb"; + accent = "#6b7280"; + }; + }; }; }; };