From 38b9bcec0716a9226bdf8f4aaaadd57afa5987f5 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 4 May 2025 16:00:08 +0200 Subject: [PATCH] same-tab --- server-modules/glance.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/server-modules/glance.nix b/server-modules/glance.nix index 197e1e7..c031362 100644 --- a/server-modules/glance.nix +++ b/server-modules/glance.nix @@ -34,10 +34,8 @@ in { enable = true; settings = { theme = { - # background-color = rgb-to-hsl "base00"; - # primary-color = rgb-to-hsl "base0D"; - # positive-color = rgb-to-hsl "base0C"; - # contrast-multiplier = 1.4; + primary-color = lib.mkForce rgb-to-hsl "base0D"; + contrast-multiplier = lib.mkForce 1.4; }; pages = [{ hide-desktop-navigation = true; @@ -97,6 +95,7 @@ in { groups = [ { title = ""; + same-tab = true; color = "200 50 50"; links = [ { @@ -119,6 +118,7 @@ in { } { title = "Docs"; + same-tab = true; color = "200 50 50"; links = [ { @@ -141,6 +141,7 @@ in { } { title = "Homelab"; + same-tab = true; color = "100 50 50"; links = [ { @@ -155,6 +156,7 @@ in { } { title = "Work"; + same-tab = true; color = "50 50 50"; links = [ { @@ -173,6 +175,7 @@ in { } { title = "Cyber"; + same-tab = true; color = rgb-to-hsl "base09"; links = [ { @@ -199,6 +202,7 @@ in { } { title = "Misc"; + same-tab = true; color = rgb-to-hsl "base01"; links = [ {