From 4d96b932a4bcf5d3573cc6a0d8005a2dcad8deaf Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 18 May 2025 15:40:55 +0200 Subject: [PATCH] hide firefox bar and show on hover --- home-manager/firefox/default.nix | 3 +++ pkgs/scheibnkleister-presence/default.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/home-manager/firefox/default.nix b/home-manager/firefox/default.nix index f06cf45..18c77df 100644 --- a/home-manager/firefox/default.nix +++ b/home-manager/firefox/default.nix @@ -116,6 +116,9 @@ in #TabsToolbar { visibility: collapse !important; } + #navigator-toolbox:not(:hover):not(:focus-within):has(#toolbar-menubar[inactive]) { + margin-top: -36px; + } ''; # Changes the extension storage backend from IDB to json, wipes all data when switching extensions.force = true; diff --git a/pkgs/scheibnkleister-presence/default.nix b/pkgs/scheibnkleister-presence/default.nix index a837260..b997aa3 100644 --- a/pkgs/scheibnkleister-presence/default.nix +++ b/pkgs/scheibnkleister-presence/default.nix @@ -10,7 +10,7 @@ buildNpmPackage rec { src = fetchGit { url = "git@github.com:oberprofis/scheibnkleister-presence.git"; ref = "master"; - rev = "5792947380cac194c566e627d8f4e53787e43fad"; + rev = "c3157f9be51e49a4fc102d141ab562d38645ffcf"; }; forceGitDeps = true;