From 683ceefae3ab68b0a94af94d435b0211c29a4578 Mon Sep 17 00:00:00 2001 From: kenji Date: Mon, 5 Jan 2026 15:22:53 -0600 Subject: [PATCH] feat(firefox): finalize web-app profile with solid autohide and tridactyl integration - Unified autohide for Tabs and Nav-bar with solid background. - Implemented dynamic newtab via TRIDACTYL_NEWTAB env var. - Cleaned up redundant new-tab-override extension. --- apps/firefox/profiles/web-app.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/firefox/profiles/web-app.nix b/apps/firefox/profiles/web-app.nix index 7f32edb..57f807a 100644 --- a/apps/firefox/profiles/web-app.nix +++ b/apps/firefox/profiles/web-app.nix @@ -14,14 +14,9 @@ ublock-origin bitwarden tridactyl - new-tab-override ]; settings = { - # --- New Tab Override --- - "extensions.newtaboverride@agenedia.com.url" = url; - "extensions.newtaboverride@agenedia.com.type" = 1; # URL mode - # --- Privacy & Hardening --- "browser.contentblocking.category" = "strict"; "privacy.trackingprotection.enabled" = true; @@ -99,6 +94,7 @@ transition: transform var(--uc-autohide-toolbar-duration) ease var(--uc-autohide-toolbar-delay), opacity var(--uc-autohide-toolbar-duration) ease var(--uc-autohide-toolbar-delay) !important; position: relative; z-index: 2; + background-color: #1c1b22 !important; /* Solid background */ } #navigator-toolbox, @@ -170,4 +166,4 @@ #titlebar { appearance: none !important; } #PersonalToolbar { visibility: collapse !important; } ''; -} +} \ No newline at end of file